Nov 292009

all you need to do is to download the Windows XP driver file for HP laserJet 1000 from HP website…it’s the one named “HP LaserJet 1000 Host Based Driver”
1) Right click and unzip the exe file you’ve just downloaded
2) Goto Printers (Control Panel\Hardware and Sound\Printers)
3) Right Click in the window and select Add a printer. [...]

Posted by weboom at 1:43 pm Tagged with: ,
Nov 282009

‘Show Desktop’ button disappear in window 7?
No.
It is a square box at the right bottom corner.

Posted by weboom at 11:06 am Tagged with: ,
Nov 282009

>python program.py arg1 arg2
To get arg1 and arg2
——-
import sys
arg1 = sys.argv[1]
arg2 = sys.argv[2]

Posted by weboom at 3: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: ,
Nov 262009

Use du (disk usage)
>du -h .
shows the current directory size with human readable format

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

Want to know which files are missing or not between two directories:
Use diff
>diff direc1 direc2

Posted by weboom at 12:27 pm Tagged with: ,
Nov 262009

Another pkg manager are running.
Try to kill or stop those processes.

Posted by weboom at 1:26 am Tagged with: ,
Switch to our mobile site
Page 3 of 21«12345»1020...Last »Top Footer