Thursday, December 31, 2009
Wednesday, December 30, 2009
How to Record Video Using VLC in Ubuntu / Debian
How to Enable Record Button in VLC
Now You can Record movies and videos by clicking on the button dering playback
Clicking again in record button will stop recording.
I have tested it in VLC 1.0.3
Posted by shibu V at 7:49 AM 3 comments Links to this post
Monday, December 28, 2009
How to Install HP Printers in Ubuntu / Debian /Fedora / Suse Linux Using HPLIP
Latest Version HPLIP 3.9.2 supports - OpenSuse 11.2, Fedora 12, Debian 5.0.3
- Printing support for HP printers including: Deskjet, Officejet, Photosmart, PSC, Business Inkjet and LaserJet.
- Color and monochrome scanning from compatible Officejet, PSC, Photosmart, and LaserJet MFPs.
- USB, network, and parallel connection types.
Official Site
Now you can install / Upgrade using automatic Installer
Linux distributions supported by the automatic installer:
- SUSE Linux (10.3, 11.0, 11, 11.1, 11.2)
- Fedora (9, 9.0, 10, 10.0, 11.0, 11, 12, 12.0)
- Ubuntu (8.04, 8.04.1, 8.04.2, 8.10, 9.04, 9.10)
- Debian (5.0, 5.0.1, 5.0.2, 5.0.3, lenny, lenny/sid, stable, testing)
open a terminal and type
More installation help
Posted by shibu V at 10:00 PM 4 comments Links to this post
Saturday, December 26, 2009
How to Rip DVD using VLC Player
If you have VLC player, no need of other DVD ripping Software.
It includes a basic ripping facility.
Select
Media menu -->Convert/Save--> Disc tab.
- You can adjust the Starting Position and choose only specific titles or chapters.
- Enter file name with .MPG, and start ripping.
- Click Save.
Posted by shibu V at 10:27 PM 0 comments Links to this post
How to Setup "Windows" Button in Ubuntu Linux
You can see a Windows button ( button with Windows Emblem and placed between Ctr; & Alt) in the Keyboard. This Tip will help you to utilize that key for opening your Ubuntu Menu in a single touch.
$ gconftool-2 --set /apps/metacity/global_keybindings/panel_main_menu --type string "Super_L"
Posted by shibu V at 10:14 PM 1 comments Links to this post
Thursday, December 24, 2009
DivX Converter for Ubuntu / Debian Linux :
Posted by shibu V at 11:32 PM 0 comments Links to this post
Tuesday, December 22, 2009
Howto Convert Ext3 filesystem to Ext4 Filesystem without Reinstalling OS in Ubuntu
You can convert your existing Ext3 filesystem to Ext4 with an easy procedure.
Things to remember
- Unmount the filesystem before convert
- Filesystem must be non-root
First, unmount the partition: umount /dev/sda2 (change sda2 with your Drive)
Next, run a filesystem check on it to make sure it is in sane condition.
fsck.ext3 -pf /dev/sda2Enable new features of ext4 on the filesystem
tune2fs -O extents,uninit_bg,dir_index /dev/sda2Run a filesystem check. to make sure that the filesystem is now clean.
fsck -pf /dev/sda2Now edit your /etc/fstab file and replace "ext3" with "ext4" for /dev/sda1. Other options may differ for your system.
/dev/sda2 /disk ext4 defaults 0 2Try to mount your new ext4 filesystem: mount /disk
Posted by shibu V at 10:15 PM 0 comments Links to this post
Wednesday, December 16, 2009
How to Hide Secret Data in image and audio files Ubuntu / Debian: Steghide
Features include:
* Compression of embedded data
* Encryption of embedded data
* Embedding of a checksum to verify the integrity of the extraced data
* Support for JPEG, BMP, WAV and AU files
How to install steghide in Ubuntu / Debian
Open a terminal
$apt-get install steghide (or Use Synaptic Package Manager)
Basic Usage
$ steghide embed -cf picture.jpg -ef love.txt
Enter passphrase:
Enter passphrase:
the file "love.txt" does already exist. overwrite ? (y/n) y
wrote extracted data to "love.txt".
This will give file information
"picture.jpg":
format: jpeg
capacity: 1.2 KB
Try to get information about embedded data ? (y/n) y
Enter passphrase:
embedded file "love.txt":
size: 34.0 Byte
encrypted: rijndael-128, cbc
compressed: yes
Posted by shibu V at 9:44 PM 6 comments Links to this post
Tuesday, December 15, 2009
How to Synchronize a local directory with a remote directory using rsync in ubuntu
Most of the system administrators need to sync some of their local folder to remote folder. You can do this with a simple command line utility rsync. This will synchronizes files and directories from one location to another , securely by using delta encoding. It will synchronize files across the network by transferring only data that has changed.
Open a terminal
$sudo apt-get install rsync$ rsync -r -a -v -e "ssh -l shibu" --delete 192.168.0.5:/var/www/ /home/shibu/public_hrml$ rsync -r -a -v -e "ssh -l shibu" --delete ceattingal.ac.in:/webroot/ /local/webroot rsync command common options
- --delete : delete files that don't exist on sender
- -v : Verbose
- -z : compress file data
- -e "ssh options" : specify the ssh as remote shell
- -a : archive mode
- -r : recurse into directories
Posted by shibu V at 7:25 PM 0 comments Links to this post
Sunday, December 13, 2009
Script for Finding Size of All Folders in Linux
Some users will eat lot of space in the system by storing unwanted files. This bash script will help you find which folder using more space.
Open a terminal
Then cut & Paste the script
Posted by shibu V at 10:26 PM 2 comments Links to this post
Friday, December 11, 2009
How to Change Sudo Password Remembering Time in Ubuntu
When You use 'sudo' command it will ask for password in First time and will remember password for 15 minutes. It is a security hole for sensitive systems.
You can change sudo Password Remembering Time in Ubuntu .
Open a terminal and type
$ sudo visudo
In Ubuntu, visudo uses nano text editor, and what it does is edit the / etc / sudoers.tmp
Check for the line as shown below
Change it to
Defaults env_reset , timestamp_timeout = X
Where X is the time that we remember the sudo password, if we put 0 (zero) that we always get the request.
Finally to save the changes, press Ctrl + X and said yes.
Posted by shibu V at 11:25 PM 2 comments Links to this post
Sunday, December 6, 2009
How to Recover Ubuntu after a Partial Upgrade
If your Ubuntu machine is nor working properly after a partial upgrade and have a have broken the system dependencies tree, You can recover it by using a simple command that reinstalls all the installed packages and reconfigures them automatically.This will take a long time to complete.
$sudo dpkg-reconfigure -phigh -a
You can try the following command first
$ sudo apt-get install -f
Posted by shibu V at 10:02 PM 2 comments Links to this post
Saturday, December 5, 2009
How to setup Google Public DNS in Ubuntu 9.10 Karmic Koala
DNS (Domain Name Server) is basically a system to convert domain names into IP addresses. Domain names are easier to understand, memorize and write for humans while computers only use IP addresses to communicate.
In most of the case, Internet Service Providers providing the DNS servers to the customer. User can change it, the reasons to switch to other DNS servers for performance, privacy and censorship. Most of the people using OpenDNS as the first alternative, But Now Google Public DNS is available and the performance is much better.
Now How to set up Google Public DNS in Ubuntu
Select System-->Preferences-->Network Connections
Put these nameserver addresses as your ‘DNS Servers’:8.8.8.8, 8.8.4.4
Click ‘OK’ and reboot your machine.
NOTE:
$ sudo cp /etc/resolv.conf /etc/resolv.conf.auto
$ gksudo gedit /etc/dhcp3/dhclient.conf
# append the following line to the document
prepend domain-name-servers 8.8.8.8, 8.8.4.4;
# save and exit
$ sudo ifdown eth0 && sudo ifup eth0
Posted by shibu V at 5:24 PM 2 comments Links to this post
Small Usb Keyboard for Gmail users - Gboard
Posted by shibu V at 2:57 PM 1 comments Links to this post
Thursday, December 3, 2009
Arrange Your Desktop windows with X-tile in Ubuntu / Debian
or open a terminal and use sudo dpkg -i filename.deb
X-tail can be run by selecting
Applications-->accessories-->x-tile
Posted by shibu V at 9:13 PM 0 comments Links to this post
Wednesday, December 2, 2009
Download youtube video in ubuntu / Debian using UTube Ripper
now double-click on deb file and install with gdebi installer.
or open a terminal and use sudo dpkg -i filename.deb
Posted by shibu V at 9:12 PM 2 comments Links to this post













Stumble It!

