$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

Use WINE.

Follow direction:

http://notepad-plus.sourceforge.net/uk/nppLinux.php

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.

>ls -d */

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)

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.

© 2011 Web Oom Suffusion theme by Sayontan Sinha
Switch to our mobile site
Page 1 of 41234»Top Footer