Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

How to turn-on the num lock on every boot-up?

Share this post!
 Vote this!


It is frustating to see that the numlock is turned off on very reboot in ubuntu. But it is quite easy to fix it.Just install a tiny package.

sudo apt-get install num lockx
This can:-
1)Control the state of NumLock
2)Provides control over the keyboard number lock from scripts.
3)Particularly useful for use with .xinitrc/.xsession or GDM/XDM/KDM sessions
4)Included is an optional script that can be used to start numlockx automatically
in every X session.

How to create a local Repository for Linux!

Share this post!
 Vote this!

You should have a FTP server or HTTP server to make yum actually working. However since we haven't really gone through setting up FTP or HTTP server, please read-on and understand the process. If you have got vsftpd installed, use that. Otherwise, don't forget to actually set it up yourself later.                                       more...

How to create a shutdown button on a Linux desktop.

Share this post!
 Vote this!

A shutdown button can be created on a Linux desktop using a single lined script.

Open your favorite text editor

eg : vi shutdown or
gedit shutdown

append the following lines                                         more...

How to put the grub password in linux!

Share this post!
 Vote this!

In Linux anyone can reset the root password from single usermode . So it is considered as a security fault if the machine is public. There comes the importance of putting the grub password, so that only admin is allowed to login if the machine is rebooted.

Here are the steps to put the grub password.                               more...

Best Linux Live USB Installers

Share this post!
 Vote this!

Linux is one of the best Operating Systems out there and with so many linux distributions out there users like us have many choices to choose from to fit our needs. Linux operating systems are also very secure operating systems which let you browse the internet without worrying about security which has made it a good choice to use Linux from a Linux live USB drive to browse the web when you’re on the move. Linux distributions are also easily mounted on USB or flash drives which make it easier for people to carry their Linux with them where ever they go.                     more...

How to browse files in an ISO image?

Share this post!
 Vote this!


Its always easy to do things using the command lines in Linux. To browse files of an ISO image is an easy task in Linux. Open a terminal window and type in the following commands.
sudo mkdir /media/iso
sudo modprobe loop
sudo mount filename.iso /media/iso -t iso9660 -o loop
cd /media/iso                    more...

Baseline Monitoring for troubleshooting in Linux!

Share this post!
 Vote this!

The Baseline Monitoring is useful in :-
  • troubleshooting
  • essential for healthy systems
  • help plan for further growth
  • can aide with security
A good baseline monitoring of systems is very helpful in troubleshooting. A good baseline of system activity and use can be used to compare when a system appears to be behaving erretically, or more activity to report when a system is operating outside of specified parametres.       more...

How to put .htpasswd protection for a web directory!

Share this post!
 Vote this!

Protecting content on the web is something that most savvy users will have to do at one point or another. Whether the content is personal or professional, there comes a time when that content must only be seen by "authorized" eyes. The Apache web server ( that daemon that serves up your marvelous content ) allows a user to configure two files to facilitate this very purpose. Those files are.htaccess and .htpasswd.                 more...

How To Download Rapidshare files from Linux Shell Command Line

Share this post!
 Vote this!

Use Wget to download Rapidshare files
Even though it’s a command line tool, wget supports saving and loading cookies. As you know to download Rapidshare links directly, the premium user should log in at least once and the Direct Downloads must be enabled.
First of all create a directory to download the files and cd to that directory and create a directory named .cookies in that. Use the following command for saving the premium cookie in your linux box.  more...

Audible Linux – How to Install in Ubuntu?

Share this post!
 Vote this!

Audible has one of the largest collections of best audiobooks. Amazon certainly knew that when bought them recently. In spite of wide spread Audible.com reviews, Audible linux is far from a reality for most linux enthusiasts. One of the machines I use daily is a Ubuntu linux desktop. Audible works fantastic with iTunes on Windows and Mac.  more...

Ubuntu Unity Keyboard Shortcuts Wallpaper

Share this post!
 Vote this!

Ubuntu Unity 11.04 is out for everyone now. The Unity interface is a huge overhaul and has a ton of new features and keyboard shortcuts. If you are a power user or want to be one, knowing keyboard shortcuts (or atleast having them close by) is a surefire way to that... more...

How To Browse Your Linux Partition from Windows

Share this post!
 Vote this!

Ever need to grab a file or two from your ext4 partition?  Maybe you’ve wanted to backup a few important files while you were in Windows.  Here’s how to browse your Linux partition from Windows using a tool called Ext2explore. Most Linux distributions nowadays use the ext4 partition by default, and while there are some tools that can read the older ext2 and ext3 partitions, Ext2explore (also known as Ext2Read) is the only one that we’ve seen that is able to read all three.  In the spirit of Linux, it’s also open source.  More...

77 Most useful Linux commands and utilities

Share this post!
 Vote this!

Linux administrators cannot live by the GUI alone.So this article is compiled of the most essential Linux commands into this convenient guide.This guide is specifically for Linux managers and system administrators as a reference library of only the most useful utilities. By learning a few simple tools, command-line cowards can turn into scripting commandos, getting the most out of Linux by executing kernel and shell commands.More...


RECOMMENDED READING

A collection of the top Linux command tips

The Vulnerabilities of the Linux

Share this post!
 Vote this!


The main vulnerability of Linux OS is that anyone can access the code of the operating system. And, if you are not savvy enough with the programming code like hackers are. You only need to search for the correct free Linux hacking tool and you will be able to get inside in no time.

 The other problem is that many of the drivers made for determined hardware. Let’s say, a printer is not created by people who have security in mind. This is especially important for a company who do not wish to find its intellectual property is stolen each time they send something to the printing room.

More...


RECOMMENDED READING


How To Crack Linux Password when Grub cannot be changed

Backtrack/Linux Commands and Corresponding DOS Commands

Type these commands in shell/console. These commands can also be used for any other linux/unix OS.


How To Setup virtual hosts on Linux

Share this post!
 Vote this!

In this article, we will be setting a virtual host on Ubuntu.  Virtual host is the practice of hosting more than one server on a single machine.  In our case our server will not be live on the Internet, but we do want to have the ability to create local domain names such as:

http://my.domain/

http://test.site/

http://mottis.site/

http://example/

or anything else you have in your mind that could make your organization easier.

In this tutorial we are  using Ubuntu 11, with Apache 2.2.17

More...

How to Harden your Linux Server

Share this post!
 Vote this!



Is Linux secure? The question is much less useful, than 'Is Linux "securable"?' The answer to the latter is a definite yes. Being securable means that Linux can be made more secure (to whatever degree necessary) by applying a clearly defined sequence of steps that always produces the same result, and that can be automated and applied to systems that have been in operation for a long time. It would be ideal to be able to make securing systems understandable by regular system administrators who don’t have formal security training. However, the last requirement might be pushing it a bit, since security will likely always require expertise.
Linux can be made more secure by hardening the system.

How To Install Ubuntu from a USB memory stick

Share this post!
 Vote this!



To install Ubuntu from a USB memory stick, you’ll need three things: the ISO file for your version of choice, the Universal USB Installer program and a 2GB USB flash drive. You can find the ISO on this month’s DVD, and the USB Installer from www.pendrivelinux.com.

Run the Universal USB Installer. Select your version of Ubuntu from the first dropdown menu, navigate to your ISO file in the textbox, then select your USB drive from the second dropdown menu. Check the box if you need to format the drive, then click Create. Hey presto, one bootable USB stick.


More...

How to Try Linux on your Windows Computer

Share this post!
 Vote this!



There are two ways to use Linux on a Windows computer. You can either install the full Linux OS alongside Windows, or if you are just starting with Linux for the first time, the other easy option is that you run Linux virtually with making any change to your existing Windows setup.

The former option will offer the best performance because all your system resources will be available to Linux but the latter option is absolutely risk-free and therefore recommended for novice users. You’ll be able to test drive Linux but without changing a single file on your Windows computer.
Running Ubuntu Linux with Windows

Let’s look at some of the easiest ways to use Linux on a Windows computer. Linux is available in multiple flavors (your friends may call them Linux distros) but here,      More...

Installing And Hacking From Linux

Share this post!
 Vote this!

All you people that thought you were good hackers, because you could fool dumb sysadmins, and do a bit of social engineering, or hack something by following someones carefully prepared text file. Well you’re about to get fucked if you read this text file you will find out that you are a hacker but, the only thing you can do is use someone elses ideas. So with that in mind here goes.
 I wrote this text file because i know a lot of people who could benefit from learning to use linux, especially when hacking.First of all you need to get linux installed on your system so goto http://www.redhat.com I would suggest you invest $40 in buying the newest version of RedHat linux this way you will get all the files you want/need on one cd. If you have a ...    More...

How To Install Apache + MySql + PHP (Lamp Package) in Ununtu 10.04:

Share this post!
 Vote this!

If you want to develop a website, you would first need to check it on localhost. Localhost makes you PC as a server hosting all your web-files.

If you are a Windows user than, you can easily install and configure wamp or xampp server packages, But if you are using Ubuntu 10.04 or any linux based OS, than you have to install via command line terminal.

Install Lamp server or Install Apache + MySql + PHP in Ubuntu 10.04 :-

More...