Jan 252010

$vncserver -kill :1
1 is the session number

Posted by weboom at 1:19 pm Tagged with:
Jan 252010

$ vncserver -geometry 1024×798 -depth 24

Posted by weboom at 1:16 pm Tagged with:
Dec 012009

First, download Django-1.1.1.tar.gz. Then:
tar xzvf Django-1.1.1.tar.gz
cd Django-1.1.1
sudo python setup.py install

Posted by weboom at 12:33 am Tagged with: , , ,
Nov 302009

$ sshfs pyncus@pyncus.com:/home/pyncus /mnt/remote-fs
fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the ‘nonempty’ mount option
If you see this error, try the below as suggested.
$ sshfs -o nonempty pyncus@pyncus.com:/home/pyncus /mnt/remote-fs

Posted by weboom at 11:53 pm Tagged with: , ,
Nov 302009

Use WINE.
Follow direction:
http://notepad-plus.sourceforge.net/uk/nppLinux.php

Posted by weboom at 2:34 am Tagged with: ,
Nov 302009

Wine lets you run Windows software on other operating systems. With Wine, you can install and run these applications just like you would in Windows.

Posted by weboom at 2:21 am Tagged with:
Nov 272009

>ls -d */

Posted by weboom at 9:26 pm Tagged with: ,
Nov 272009

Open terminal and simply type the following command:
$ sudo bash
Then, enter your password.

Posted by weboom at 2:23 am Tagged with: , ,
Nov 262009

Add the below in .emacs (under your home directory)
;; make emacs use the clipboard
(setq x-select-enable-clipboard t)
(setq interprogram-paste-function ‘x-cut-buffer-or-selection-value)

Posted by weboom at 1:51 pm Tagged with: , ,
Nov 262009

Use ls
>ls -R
It will recursively show all directories and files within them.
>ls -R > filelist.txt
You can save it to filelist.txt file.

Posted by weboom at 1:39 pm Tagged with: ,
Switch to our mobile site
Page 1 of 41234»Top Footer