顯示具有 tips 標籤的文章。 顯示所有文章
顯示具有 tips 標籤的文章。 顯示所有文章

2012年5月24日 星期四

Linux登出之後,讓程式繼續執行的方法

nohup yourCommand

Refer:
http://dragonspring.pixnet.net/blog/post/33257496-%5Blinux%5Btips%5Dnohup%3A-%E8%AE%93command%E5%9C%A8%E9%81%A0%E7%AB%AF%E5%9F%B7%E8%A1%8C%EF%BC%8C%E4%B8%8D%E5%9B%A0%E7%99%BB%E5%87%BA
http://franks543.blogspot.com/2008/02/linux.html

2012年5月10日 星期四

Set default search behavior in opera address bar

Go to opera:config#network
Disable "Check Local HostName"
Disable "Enable HostName Expansion"
Enable "Enable HostName Web Lookup"

from: http://my.opera.com/remcolanting/blog/2009/02/24/single-word-search-in-the-opera-address-bar

2012年4月23日 星期一

The quicker way of run cmd with administrator rights

  1. Press Win Key
  2. Type cmd
  3. Combine to press Ctrl + Shift + Enter


Refer:http://fasterdata.es.net/host-tuning/ms-windows/

2012年4月22日 星期日

Edit remote *nix text file on windows using Notepad++

Notepad++ with the useful plugin - NppFtp
Step:
  1. Plugin->NppFtp->Show NppFtp windows
  2. On NppFtp windows, click 'Gear' (Settings) icon->Profile settings
  3. Add new a new profile, below is recommend settings
    Cache
    Local path:
    %temp%\nppftp
    Ext path: /tmp/nppftp
    Transfers-
    Transfer mode
    Binary
Using Unix Document Format:
Either set default using Unix Document Format when create a new document (Settings, Preferences, New Document/Default Directory)
or set the current document to Unix format (Edit, EOL Conversion, Convert to Unix format)

When edit the python script file. Using UTF-8 without BOM. Rather than UTF8 and ANSI.

Refer:http://sourceforge.net/projects/notepad-plus/forums/forum/331754/topic/3498612