Saturday, May 8, 2010

Linux command line tricks

1. update gnome config from the command line. In that case turn on proxy usage in the system.

gconftool -s /system/http_proxy/use_proxy -t bool true

2. change file encoding from dos to unix and back:
fromdos, todos

3. detect and convert encoding of text files
enca

No comments:

Post a Comment