brocade fws 624 密碼忘記時的處理方法
Recover from a lost password.
1. Start a CLI session over the serial interface to the Brocade device.
2. Reboot the device.
3. While the system is booting, before the initial system prompt appears, enter b to enter the boot
monitor mode.
4. Enter no password at the prompt. (You cannot abbreviate this command.)
5. Enter boot system flash primary at the prompt. This command causes the device to bypass the
system password check.
After the console prompt reappears, assign a new password
2015/06/29
2015/06/28
最近想在8G的硬碟上裝linux mint
但安裝時會出現
說hd不夠大
為了解決這個問題找了一下資料
也不難處理
修改 /usr/lib/ubiquity/ubiquity/misc.py
min_disk_size = size * 2 # fudge factor.
為
min_disk_size = size * 1.1 # fudge factor.
再執行installer就ok了
http://forums.linuxmint.com/viewtopic.php?f=46&t=182642
但安裝時會出現
說hd不夠大
為了解決這個問題找了一下資料
也不難處理
修改 /usr/lib/ubiquity/ubiquity/misc.py
min_disk_size = size * 2 # fudge factor.
為
min_disk_size = size * 1.1 # fudge factor.
再執行installer就ok了
http://forums.linuxmint.com/viewtopic.php?f=46&t=182642
2015/06/26
好像愈來愈多人設定forword來把信轉到gmail去
導致因為信件量太多而被google擋了
一直出現
Jun 26 13:43:11 mail postfix/smtp[19923]: 4BB3B9E0624: lost connection with ALT1.ASPMX.L.GOOGLE.COM[64.233.168.26] while receiving the initial server greeting
Jun 26 13:43:13 mail postfix/smtp[19922]: 743E79E058A: lost connection with alt2.gmail-smtp-in.l.google.com[64.233.168.27] while receiving the initial server greeting
除了要求user不要再轉信而用pop3來收信外
想不出來有什麼方式可以解決了
查了一下google有提供轉發的服務
https://support.google.com/a/answer/2956491?hl=zh-Hant
再想看看要不要用
導致因為信件量太多而被google擋了
一直出現
Jun 26 13:43:11 mail postfix/smtp[19923]: 4BB3B9E0624: lost connection with ALT1.ASPMX.L.GOOGLE.COM[64.233.168.26] while receiving the initial server greeting
Jun 26 13:43:13 mail postfix/smtp[19922]: 743E79E058A: lost connection with alt2.gmail-smtp-in.l.google.com[64.233.168.27] while receiving the initial server greeting
除了要求user不要再轉信而用pop3來收信外
想不出來有什麼方式可以解決了
查了一下google有提供轉發的服務
https://support.google.com/a/answer/2956491?hl=zh-Hant
再想看看要不要用
2015/06/19
after cacti upgrade to 0.8.8d
zoom not working
Orz
wait for some days
someone find the problem and solved
download jquery-ui.js from https://jqueryui.com/download/
and put it into /cacti/include/js/
jquery-ui.js is missing from Cacti 0.8.8d tar.gz package.
This library is needed by jquery-zoom plugin.
This is the script load header from default cacti tree view :
<script type="text/javascript" src="/cacti/include/layout.js"></script>
<script type="text/javascript" src="/cacti/include/js/jquery.js" language="javascript"></script>
<script type="text/javascript" src="/cacti/include/js/jquery-ui.js" language="javascript"></script>
<script type="text/javascript" src="/cacti/include/js/jquery.cookie.js" language="javascript"></script>
<script type="text/javascript" src="/cacti/include/js/jstree.js"></script>
<script type="text/javascript" src="/cacti/include/js/jquery.zoom.js" language="javascript"></script>
<script type="text/javascript" src="/cacti/include/jscalendar/calendar.js"></script>
<script type="text/javascript" src="/cacti/include/jscalendar/lang/calendar-en.js"></script>
<script type="text/javascript" src="/cacti/include/jscalendar/calendar-setup.js"></script>
http://forums.cacti.net/viewtopic.php?f=21&t=54754
zoom not working
Orz
wait for some days
someone find the problem and solved
download jquery-ui.js from https://jqueryui.com/download/
and put it into /cacti/include/js/
jquery-ui.js is missing from Cacti 0.8.8d tar.gz package.
This library is needed by jquery-zoom plugin.
This is the script load header from default cacti tree view :
<script type="text/javascript" src="/cacti/include/layout.js"></script>
<script type="text/javascript" src="/cacti/include/js/jquery.js" language="javascript"></script>
<script type="text/javascript" src="/cacti/include/js/jquery-ui.js" language="javascript"></script>
<script type="text/javascript" src="/cacti/include/js/jquery.cookie.js" language="javascript"></script>
<script type="text/javascript" src="/cacti/include/js/jstree.js"></script>
<script type="text/javascript" src="/cacti/include/js/jquery.zoom.js" language="javascript"></script>
<script type="text/javascript" src="/cacti/include/jscalendar/calendar.js"></script>
<script type="text/javascript" src="/cacti/include/jscalendar/lang/calendar-en.js"></script>
<script type="text/javascript" src="/cacti/include/jscalendar/calendar-setup.js"></script>
http://forums.cacti.net/viewtopic.php?f=21&t=54754
訂閱:
文章 (Atom)