Jul 25

step 1. sudo apt-get install libxml2-dev

step 2. wget http://superb-east.dl.sourceforge.net/sourceforge/rarcrack/rarcrack-0.2.tar.bz2

step 3. tar xvjf rarcrack-0.2.tar.bz2
step 4. cd rarcrack-0.2
step 5. make
step 6. sudo make install
step 7. rarcrack archive_name.rar

Share/Save

Tags: archive, development, Fun, Install, Life, linux, rar, rarcrack, ubuntu, ubuntu, Unix

Related posts

Jul 02

Create key:

gpg --gen-key

Show key:

gpg --list-keys

Encrypt file:

gpg -c filename

Decrypt file:

gpg --decrypt-files filename.gpg
Continue reading »

Share/Save

Tags: Decrypt, decrypt files, Encrypt, gpg, key, Life, linux, mygpgkey, secret key, ubuntu, Unix

Related posts

Jul 02

Nice “Vim Tips”.

Share/Save

Tags: development, Life, linux, Tip, Unix, Vim, vim tips

Related posts

Jun 19
Command Description
System Information
arch
uname -m
display computer architecture
uname -r display kernel version
dmidecode -q show hardware system components - (SMBIOS / DMI)
hdparm -i /dev/hda withdraw the characteristics of hard disk
hdparm -tT /dev/sda to test the performance of reading data from the hard drive

The rest then :-)

Vaw i found full list of “Linux commans”

Share/Save

Tags: CommandDescription, Information, kernel, Life, linux, linux, performance, show, System, Unix

Related posts