Showing posts with label tips and tricks. Show all posts
Showing posts with label tips and tricks. Show all posts

Saturday, February 11, 2012

Netcut – Cut Any Computers' Network Connection







A classic tool which can perform multiple tasks like listing IP-MAC table in seconds, turn the network on & off on any LAN computer or device like routers and switchers,change the MAC address on any adapter.

With NetCut you can easily manage and track network events and protect users from ARP SPOOF based attacks with only one click.

Also you can cut down any computer’s gateway network connection.

Features:
  1. Support windows 7 64 bit . The driver and Install package has been upgrade. tested working under windows 7 both 32 bit and 64 bit OS.
  2. You can cut any computers network or internet connection with NetCut
  3. Automatic latest Version detect.
  4. NetCut works great on many type of networks like home LAN, office LAN, school LAN or even ISP LAN.
  5. Easy to use: One click to protect user computer Function.No one in the network can cut you off with ARP spoof technology anymore .
  6. Effective: One click to cut down any computers network connection to the gateway.
  7. IYFT: Get all IP addresses of the computers in your LAN in Seconds.

Download: Netcut 2.0.9


Sunday, August 21, 2011

Tips & Tricks on Ubuntu

1. Get lightning fast and clever at the command line
You can use keyboard shortcuts and other command line tricks to make entering commands easier and faster. You might already know about the ‘tab’ key which completes partial commands and even file and directory names.

Here are some other keyboard shortcuts you can use within terminal:

Ctrl-aMove to the start of the line.Ctrl-eMove to the end of the line.Alt-] xMoves the cursor forward to the next occurrence of x.Alt-Ctrl-] xMoves the cursor backwards to the previous occurrence of x.Ctrl-uDelete from the cursor to the beginning of the line.Ctrl-kDelete from the cursor to the end of the line.Ctrl-wDelete from the cursor to the start of the word.Ctrl-yPastes text from the clipboard.Ctrl-lClear the screen leaving the current line at the top of the screen.Ctrl-x Ctrl-uUndo the last changes. Ctrl-_Alt-rUndo all changes to the line.Alt-Ctrl-eExpand command line.Ctrl-rIncremental reverse search of history.Alt-pNon-incremental reverse search of history.!!Execute last command in history!abcExecute last command in history beginning with abc!nExecute nth command in history^abc^xyzReplace first occurrence of abc with xyz in last command and execute itAlso don’t forget to check out 4 websites where you can learn cool command line tricks

2. Launch Ubuntu Linux Applications with keyboard
There are two ways you can achieve this:

  • Use applications like Launchy or Gnome-Do that make it easier to launch applications by typing a few characters of the application’s name.
  • Or you can summon gconf editor (Alt+F2 then type gconf-editor and hit enter), and navigate to apps > metacity > global_keybindings, double click on any of the run_command_N and type in the keyboard shortcut you want to assign to an application then make a mental note of the number N. Then go to apps > metacity > keybinding_commands and double click on command_N (N being the number you used above) and type in the command you want to run. As an example if you wanted to run Firefox you would type in firefox.

Also check out these Ubuntu keyboard shortcuts you might not know about.

3. Start from wherever you left off

You can make Ubuntu remember the applications you had open when you last logged out, so that when you log back in again you’ll find all those applications running and you can resume right from where you left off.

To achieve this go to System > Preferences > Startup Applications, then go to the options tab and check "Automatically remember running applications when logging out"

4. Create a Separate Ubuntu Linux Home Partition

New versions of Ubuntu arrive every 6 months. Although you can upgrade to the latest version via the update manager, sometimes the upgrade doesn’t work as expected so some users like to do a fresh clean install.

The disadvantage with that of course is that you lose data you had in your home directory. To overcome this you can create a separate Home partition when you are installing Ubuntu, size it according to your requirements and then when you decide to install Ubuntu the next time, simply specify this partition as the Home partition (by choosing /home as the mount point).

All your files and data on the Home partition will be preserved even after a fresh install.

Ad

Ad

Ad

Ad