Search blog
Showing posts with label Kali Linux. Show all posts
Showing posts with label Kali Linux. Show all posts
Sunday, May 27, 2018
Monday, July 20, 2015
How To Clear MySQL Screen In Ubuntu/Linux Terminal
While at your MySQL terminal enter the command below:
mysql> \! clear
Monday, June 8, 2015
Correctly Installing Kali Linux Headers
You might have wanted to install Guest Addition modules in Kali Linux under VirtualBox but failed due to failure of Kali Linux Headers. To solve execture the commands below in your terminal:
1. Find your header type by executing the following command:
You should get output, depending on your version as:
3.18.0-kali3-amd64
2. Next execute the command below:
3. Once you got the header information use it as below to download the latest header for your Kali Linux:
Your header should now be updated
1. Find your header type by executing the following command:
uname -r
You should get output, depending on your version as:
3.18.0-kali3-amd64
2. Next execute the command below:
apt-cache search amd64 headers
3. Once you got the header information use it as below to download the latest header for your Kali Linux:
apt-get install linux-headers-3.18.0-kali3-amd64 -y
Your header should now be updated
Wednesday, April 8, 2015
Alternative to Adobe Reader in Ubuntu 14.04 for Anottation, Text Hightlighting etc...
I found this wonderful alternative to Adobe Reader for Ubuntu/Linux and it's called Okular which is a free software PDF reader.

What is it?
Here what there website says:Okular is a universal document viewer based on KPDF for KDE 4. This means Okular works on multiple platforms, including but not limited to Linux, Windows, Mac OS X, *BSD, etc.Okular gives you various options such as annotation, text highlighting, text extraction etc.
Okular combines the excellent functionalities of KPDF with the versatility of supporting different kind of documents, like PDF, Postscript, DjVu, CHM, XPS, ePub and others.
The document format handlers page has a chart describing in more detail the supported formats and the features supported in each of them.
To install Okular in your Ubuntu:
sudo apt-get update
sudo apt-get install okular
Tuesday, March 31, 2015
Enabling USB WiFi Network Adapter in VirtualBox with Kali Linux as Guest OS
I found enabling USB WiFi Adapter in Window 7 much simpler than Linux, precisely Kali Linux. Not that I couldn't do it in Kali but after sometime the connection would drop. But with Windows 7 it didn't take me a fraction of time compared to Kali and with the method I discovered the connection is also not dropping in Kali now.
So here's how to do it with Kali Linux as Guest OS. You can also use the same technique while using other OS such as Windows as Guest OS:
1. First make sure you have added yourself to the user group 'vboxusers'; else you will be unable to view your Wireless USB Network Adapter under the USB Devices list.
2. Now you can select your Network Adapter by going to --> Devices --> USB Devices --> Select your Network Adapter here
Now to save yourself from your 'connection getting dropped' every now and then, make sure you have disabled your Internet connection from your Host OS. See the image below.
To confirm your WLAN setup Open your terminal and type:
ifconfig
You should be seeing something like wlan0 along with the details as in the image above.
Friday, January 9, 2015
Sharing Drive/File/Folder in VirtualBox with Ubuntu as Host and Kali Linux or Windows as Guest OS
1. To Share Drive/Folder in Kali Linux as Guest OS:
First make sure your Guest OS is turned off else you won't be able to make the changes.
Then on your VirtulaBox Management Page make the following changes as shown in the above image or continue to read below:
First make sure your Guest OS is turned off else you won't be able to make the changes.
Then on your VirtulaBox Management Page make the following changes as shown in the above image or continue to read below:
- Click on Settings
- Click on Shared Folders
- In 'Folder Path' select the desired Drive/Folder/File
- If you just want to read the files from your Guest OS the select Read-only else if you want to read/write leave it as it is.
- Give a name to your folder in 'Folder Name'.
- Select Auto-mount if you would like to mount your drive/folder/file on startup.
- Finally Click OK and that's all there is to 'Sharing Folders' in Virtual Box.
Subscribe to:
Posts (Atom)
Top 5 Posts (Weekly)
-
Blogs may get deleted in a number of ways. Once deleted a blog is not lost forever so do not panic. However it is always safer to backup you...
-
If you are unable to suspend your laptop, here's the solution which I've tried & tested and it worked with my Lenovo Thinkpad T4...
-
>> Download Links: SP Flash Tool (Linux/Windows) : http://bit.ly/2CZkTER SN Write Tool (Windows only) : http://bit.ly/2Aw22Ov ...
-
Don't know why Mageplaza haven't still listed the composer name of their paid extensions. Look at the comment section of thi...
-
Since yesterday, I've been trying to backup my hard drive using Clonezilla but without any success. Twice I got the following error, wh...