這個網誌中的熱門文章
Google Blogger 程式碼底色改變
套用方式: 主題=>自訂=>選擇進階=>新增CSS=>填入CSS 程式碼=>套用至網誌 嵌入程式碼: CODE { display: block; /* fixes a strange ie margin bug */ font-family: Courier New; font-size: 8pt; overflow:auto; background: #f0f0f0 url(http://klcintw.images.googlepages.com/Code_BG.gif) left top repeat-y; border: 1px solid #ccc; padding: 10px 10px 10px 21px; max-height:200px; line-height: 1.2em; } (1.)那就開始動手作,首先選擇主題後點擊自訂 (2.)選擇進階=>新增CSS=>填入CSS 程式碼=>套用至網誌 (3.)do it 請到一篇文章中,選擇html使用CODE Tage將程式碼包覆, !!記得請大寫!!! 撰寫完畢後按儲存~~請按預覽~~ 這樣就完成拉~~ Reference : http://rocking5566.blogspot.tw/2013/04/google-blog.html http://chiumog.blogspot.tw/2015/02/blog-code-block.html 圖片破版 http://www.wfublog.com/2015/05/blogger-picasa-image-blurry-disappear-overflow.html
ubuntu 遠端連線設定
安裝ssh #sudo apt-get install openssh-server 啟動ssh sudo /etc/init.d/ssh start 啟動/關閉 firewall sudo ufw enable sudo ufw disable 允許/不允許 port : 22 sudo ufw allow 22 or sudo ufw allow 22/tcp sudo ufw allow 22/udp sudo ufw deny 22 ubuntu 14 xrdp (port : 3389) 安裝 sudo apt-get install xrdp 啟動 sudo service xrdp start ubuntu 12.10 xrdp (port : 3389) 1. install xrdp sudo apt-get install xrdp 2. install fallback sudo apt-get install gnome-session-fallback 3. logout and login again by gnome theme. You can choose theme before log in.. 4. open terminal by ctrl alt t , then input echo "gnome-session --session=gnome" > ~/.xsession 5. sudo gedit /etec/xrdp/startwm.sh . /etc/X11/Xsession to . /home/<user name>/.xsession 6. sudo /etc/init.d/xrdp restart 安裝samba 主要能和windows share folder connection sudo apt-get install samba sudo service smbd start Reference : https://help.ubuntu.com/commu
留言
張貼留言