POTATO IT
2017年10月6日 星期五
Waterfox55更新後書籤(bookmarks)不見
55版換了profile路徑
新
C:\Users\使用者名稱\AppData\Roaming\Waterfox
舊
C:\Users\使用者名稱\AppData\Roaming\Mozilla\Firefox
從舊目錄COPY
Profiles
profiles.ini
複製到新目錄即可
參考
官方說明
2017年8月4日 星期五
[CISCO]interface input error & CRC erros
可嘗試不指定
#conf
#int gi0/0
#no speed
#no duplex
2017年2月14日 星期二
Win10 開啟 Oracle VM VirtualBox 當機藍色畫面
控制台\所有控制台項目\程式和功能
開啟或關閉Windows功能
取消勾選Hyper-V
重開機等待Hyper-V完全移除
2017年1月27日 星期五
[軟體]將資料夾掛載為虛擬硬碟
Visual Subst
http://www.ntwind.com/software/utilities/visual-subst.html
2016年12月27日 星期二
[MySQL]change root password
>sudo /etc/init.d/mysql stop
>sudo
mysqld_safe --skip-grant-tables &
Starting mysqld daemon with databases from /var/lib/mysql
(
continue typing
)
mysql -u root
>use mysql;
>update user set authentication_string = password('root') where user = 'root' ;
>
FLUSH PRIVILEGES;
2016年12月17日 星期六
[Linux]ExecStart commands
ExecStart = command1 ; command2 ; \ command3
2016年12月15日 星期四
[ASP]UTF8中文亂碼
更新舊code遇到問題...
程式開頭加上
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%Response.CharSet = "UTF-8"%>
<%Response.CodePage = 65001%>
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)