$vncserver -kill :1
1 is the session number
$vncserver -kill :1
1 is the session number
$ vncserver -geometry 1024×798 -depth 24
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
$ 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
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.
Open terminal and simply type the following command:
$ sudo bash
Then, enter your password.
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)