Skip to main content

Posts

Showing posts with the label install

GNOME Tweak Tool

GNOME Tweak Tool  is an application for changing the advanced settings of GNOME 3. Below are the features that  GNOME Tweak Tool  can perform. Reset to defaults settings Startup application management Enable Application menu Dynamic or Static Workspaces creation Disable all extensions Install/Update/Uninstall extensions Font size, hinting and anti-aliasing Icons on Desktop Clock: Show Date and Seconds To install  GNOME Tweak Tool open terminal and run apt-get update and then  apt-get install gnome-tweak-tool Once it install  GNOME Tweak Tool , run gnome-tweak-tool to run the application

Installing TOR browser

There are many ways of installing TOR but an easy step is to go to TOR website, download, extract the file and install it on Kali Linux. So, here we go. STEPS: 1. Go to www.torproject.org . 2. Click on Download . 3. Navigate 32 bit or 64 bit for GNU/Linux , click on Download and then select Save file and press ok . 4. Once the file is downloaded, open terminal and type cd command to go to the directory where the file has been downloaded. 5. Decompress the file by running tar with xvzf   parameters. 6. Once the file is decompressed, goto the tor folder. 7. Edit the file start-tor-browser  in a text editor, like leafpad, by giving admin right 8. Run the browser, either by clicking on  start-tor-browser  or through terminal window by typing  ./start-tor-browser . Now let's see these by an example. Let's say, at the time of release, the filename of the tor browser is tor-browser-gnu-linux-i686-2.3.25-15-dev-en-US.tar.gz (for 32-bit, it may different depending on...

Install Kali Linux ARM on Raspberry Pi

Before we begin, let me give you a brief introduction on Raspberry Pi. Well, a Raspberry Pi  is a low budget, small credit-card sized ARM board, that acts as a computer. This board is developed by  Raspberry Pi Foundation , UK with the intention of promoting the teaching of basic computer science in schools. The processor at the heart of the Raspberry Pi system is a Broadcom BCM2835 system-on-chip (SoC) multimedia processor. This means that the vast majority of the system’s components, including its central and graphics processing units along with the audio and communications hardware, are built onto that single component hidden beneath the 256 MB memory chip at the centre of the board. It’s not just this SoC design that makes the BCM2835 different to the processor found in your desktop or laptop, however. It also uses a different instruction set architecture (ISA), known as ARM. The ARM-based BCM2835 is the secret of how the Raspberry Pi is able to operate on just the 5V 1A...

How to install Google Chrome in Kali Linux?

OS: Kali Linux 1.0.4 Note:  Before you proceed make sure to keep your kali linux up-to date. Please run apt-get update and then apt-get upgrade from the terminal. 1. Open IceWeasel Browser and goto www.google.com and click on Install Google Chrome  on the above right panel of the box. You can also goto www.google.com/chrome to download Google Chrome. 2. Click on Download Chrome 3. Select the option to download package. As Kali is built on Debian package so you can select 32 bit .deb  or 64 bit .deb (depending upon the type of platform Kali Linux install). I have 32 bit Kali Linux installed in my laptop, so I chose 32 bit .deb (For Debian/Ubuntu) . 4. Choose the location to save google chrome package. 5. Open Terminal  window (make sure you have a privilege of a root  user) and goto the directory of the downloaded file " google-chrome-stable_current_i386.deb ". 6. Run dpkg -i  google-chrome-stable_current_i386.deb  from the root terminal window. 7....