The splash screen is shown when you boot up ubuntu. You can stop showing it and display lot of details about your boot process as below. Run gedit in sudo mode and edit the file /etc/default/grub sudo gedit /etc/default/grub Locate the line that shows the following GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” Remove quiet and splash GRUB_CMDLINE_LINUX_DEFAULT=”” Then […]
Category Archives: Linux
Pino is a Client for Twitter in GNU/Linux. It is a Gnome application How To install Pino in Ubuntu . First You have to add PPA for Pino open a terminal kartook@Nilas:~$ sudo apt-add-ppa repository: vala-team/ppa kartook@Nilas:~$ sudo add-apt-repository ppa:troorl/pin Now kartook@Nilas:~$ sudo apt-get update kartook@Nilas:~$ apt-get install pino
In order to perform the crack / recovery, we are going to use a small utility called xlcrack, xlcrack recovers lost or forgotten passwords from XLS files such as those created by Microsoft Excel. Some newer XLS files are not suitable for password recovery using this software. Install libgsf-1 kartook@Nilas:~$sudo apt-get install libgsf-1-dev Download and […]
If you forget your password for compressed archive (rar, 7z, zip), RarCrack is the solution. RarCrack uses a brute-force algorithm to find correct password. You can specify which characters will be used in password generations. Preparing your system for installation Install the following package kartook@Nilas:~$ aptitude install libxml2-dev build-essential Download the latest version of rarcrack […]
You can easily hack Windows Password with Ubuntu. You may need to reset an admin password in windows (NT/2000/XT/Vista) for many reasons, such as you have forgotten it or you need to repair and don’t have access to the admin password. You can Easily Reset Windows password with Ubuntu. Requirements A little knowledge in Command […]
Some times we need to hide apache banner information, because hackers check version details, before attacking a sever, If we close this door, it is more difficult for them to exploit any system holes and making vulnerability scanners work harder and in some cases impossible without knowing version information. Do the following steps Modify /etc/apache2/apache2.conf […]
PDFCrack is a GNU/Linux (other POSIX-compatible systems should work too) tool for recovering passwords and content from PDF-files. It is small, command line driven without external dependencies. The application is Open Source (GPL). Features: * Supports the standard security handler (revision 2, 3 and 4) on all known PDF-versions * Supports cracking both owner and […]
Install and Upgrade to Openoffice.org 3.2 in karmic Koala First add repositories : kartook@Nilas:~$sudo add-apt-repository ppa:openoffice-pkgs/ppa Update and upgrade : kartook@Nilas:~$sudo apt-get update && sudp apt-get upgrade If you want to install it for the first time then type : kartook@Nilas:~$sudo apt-get install openoffice.org
How to restore the default gnome-desktop-panels in Ubuntu Many Ubuntu users would customize their gnome desktop by changing the default panels with dock or AWN. This tutorial shows how to restore this default panels. First,open terminal from Applications->Accessories->Terminal. type this command and all panels will disappear. gconftool –recursive-unset /apps/panel then,type this to delete current one: […]