Skip to main content

Posts

Showing posts from April, 2013

Add repository on Kali Linux

On the terminal type vim /etc/apt/sources.list Visit the following Official Kali link  http://docs.kali.org/general-use/kali-linux-sources-list-repositories  and then Save the file. Then run apt-get update and followed by apt-get upgrade  and apt-get dist-upgrade

Install Google Chrome in Linux

Create a new Google Chrome repository file in /etc/yum.repos.d/google.repo. And Add following: [Google-Chrome] name=Google-Chrome - 32bit baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub For 64bits just change i386 to x86_64 Now use yum to install Stable version of Google Chrome browser. You can use this tutorial for CentOS/RedHat/Fedora/Fuduntu and any distribution related RedHat yum install google-chrome-stable