Wednesday, 17 April 2013

How to search for items in ubuntu


How to search for items in ubuntu?

HUD - heads up display is the feature of ubuntu which helps the user to look for pentesting software in a quick manner introduced in ubuntu 1204.





Ubuntu HUD way of looking for the application


To enter the HUD you should press Windows key:


How to look for the software in ubuntu?

And then Alt key:


The easy way to look for the software in ubuntu is use the HUD feature.

This will let you type in the name of the software which you want to look for.

For example firefox:

Looking for firefox in HUD ubuntu feature

Wednesday, 10 April 2013

Switch between virtual consoles in ubuntu

How to switch between virtual consoles in ubuntu?
How to switch between virtual consoles in ubuntu?

Ubuntu has got a unique feature which allows the user to switch between virtual consoles quite easily. The console which the user is given is a command line interface.

To check this out try the combination of the keys:

Alt + Ctrl + F1

This will give you prompt tty1.



You can switch between the prompt using the combination as above with F1 up to F6.

Alt + Ctrl + F7 is the combination for the actual ubuntu desktop which is what the user sees by default. 

It is very useful feature which allows you to work on separate computer security projects during one user session.

Wednesday, 3 April 2013

How to trace path in ubuntu?

How to trace path in ubuntu?

Sometimes it is not enough to ping the device. Sometimes we want to know what devices is this traffic going through before it reaches its destination.

In such cases tracing the route is very helpful. Ubuntu has relevant command to do this:

user@ubuntu:~$ tracepath <IpAddress/FQDN>

for example

Ip address:




This example shows how to trace the path of the traffic with use of IP address as the destination

and FQDN example:

This example shows how to trace the path of the traffic with use of FQDN as the destination

As you can see before the packet hits the destination it is going through a set of different type of devices.

This is particularly important during pentesting