- aria2
- High speed download utility.
- lftp
- ncftp
- wget
- wput
- links
- lynx
- w3m
Monday, December 17, 2007
My Favorite Cygwin Packages
Labels:
Cygwin
Wednesday, December 12, 2007
How to Add Items to the Context Menu, "Send To" in Windows
By using the Send To command, you can quickly send a file to different locations including a floppy disk, your desktop, another person using e-mail, or the My Documents folder. The SendTo folder contains the shortcuts for the destinations that are displayed on the Send To menu. Every user on the computer has a SendTo folder and can customize its contents.
Labels:
Windows
Friday, November 30, 2007
How to Make a User a Sudoer
- Add user to wheel group:
$ vim /etc/group - wheel:x:10:root,newuser
or simple do this:$ gpasswd -a newuser wheel
- Uncomment this line in sudoers file:
$ vim /etc/sudoers - ## Allows people in group wheel to run all commands - %wheel ALL=(ALL) ALL
or$ visudo
Subscribe to:
Posts (Atom)