Howto's

How to setup a home network with Internet sharing on Linux - Ubuntu/Fedora using Network Manager

Have you ever been in a situation where you are boasting about Linux in front of all your windower friends and then after getting bored of your long lecture someone asks you to shut up and create a network with shared Internet so that they can work on their sucky systems(according to you) atleast then, leaving you staring at the roof wondering, "how the hell is this done"? . If yes, then here is a solution.

How to install Nvidia Driver on CentOS

So, I installed CentOS yesterday and I never expected but installing it was a pretty good experience. Since, its mostly used as a server, it asks you in the beginning what kind of work this machine would be doing - Servers(dns/http etc.), virtualization or others. Basically, marking the appropriate packages to install before hand. This went great, but when I finally logged into it system for the first time, the default graphics performance was terrible.

How to Wget: Manage network Bandwidth rate and Quota using Wget

While using Wget in scripts or otherwise, mostly when there is a lot of content to be downloaded, we need to set wget's network usage and bandwidth parameters. They both default to unlimited and when there is a lot of download involved, its always a good practice to set the limits. In this article, we will see how to control the bandwidth rate and total usage(quota).

How to Lock Folders/Directories in Linux

Whenever I go to home on vacations, I usually share a lot of Music/Videos with my friends. On many occasions, my laptop is being used by someone else and since its a personal notebook, there is a lot of stuff I don't want people to mess around with. Under such cases, restricting other users by locking stuff comes in handy.

Since, most of my hometown friends are neither really techie nor even Linux users, a simple change in file permissions does the trick.

How to add user to a Group on Linux

Managing users is an important activity in Linux. For a Sysadmin, you want different access permissions for developers, maintainers and moderators. Groups are an easy way to categorize users. Rights/permissions given to a group will be applicable to all its members. In this howto, I will tell you how to add users to a group.

I would suggest you to read about the two types of groups - Primary and Secondary, before proceeding.

How to install Nvidia driver on a Xen kernel, CentOS 5.5(Final)

We have already discussed the installation of Nvidia driver on CentOS. But this method only applies to regular kernels. Xen, the virtual machine monitor, requires you to install a modified linux kernel and guess what, nVidia officially doesn't support it. The regular installation is aborted when this kernel is detected and working without the driver is not possible because the performance degradation is unbearable(at least on my system). So, after some searching and trying out different methods, I finally found this work around to make nvidia drivers work on Xen kernels.

How to: Mount Remote Directories using sshfs

So, we had this lab last week, doing some hands on work on Xen. While performing a task, one of the requirements was to make the directory structure look exactly the same as the one on the remote machine. One way, was to manually change the directory contents - filenames etc. and make it look similar to that on the remote system(pathetic way ), the other was to mount it remotely(better way). Thats when I came to know about this really quick and secure way of mounting remote locations using sshfs.

How to mount Linux LVM volume partitions on Linux

So, one of my friends had this weird system breakdown while upgrading Fedora from DVD. Grub couldn't locate the grub.cfg file. In order to fix the system and take a backup of some important files, we booted in a live session, mounted a lvm partition to find out that most of the data was gone . The end was pretty bad but I think, just like in my case, there will be many more who wouldn't know how to mount a lvm partition. This little adventure of mine might help you out.

How to allow users in a group to run all commands in Fedora / CentOS using sudo

This tutorial will guide you on how to allow a group of users to run all the commands without sharing your system root password in Fedora / Redhat / CentOS based Distros.

How to Change Ownership of a file on Linux

File ownership is a way to manage files of different users and share files between users of same groups. Every file in linux is managed by a specific user and a group. The chmod command helps to define file permissions separately for user, group and others.

Syndicate content