Learning

Creating a chroot environment in Fedora with bash and other utils.

2011/09/19

[ad#ad-2] I am testing some of my scripts to work on a very old system and there the versions of the most popular applications are very old, real old :(. So, some of things that I am very used to …

faster bash operations on files with File Descriptors.

2011/06/11

I was writing a bash script that would do some operations and read and write to file. Seems that that was pretty simple with […] <td> <div class="text codecolorer"> while …

Terminating a SSH session after starting background process.

2011/05/14

 This is too good. If you are planning to start a background process in the bash script in the background and continue in the script, you cannot do it until……. You would need to close the stdout/stdin …

browsing the windows machines and their shares – listing

2011/04/30

 smbtree is a very nice command to check all the machines that are present in the LAN (your connected network). For this to work you may need to look at this article also.

client lanman auth is disabled error for samba

2011/04/28

The error: […] Server requested LANMAN password (share-level security) but ‘client lanman auth’ is disabled […] is easily fixable. You just need to tell samba that client lanman auth is …

10 Useful Sar (Sysstat) Examples for UNIX / Linux Performance Monitoring

2011/04/22

by Ramesh Natarajan on March 29, 2011 Using sar you can monitor performance of various Linux subsystems (CPU, Memory, I/O..) in real time. Using sar, you can also collect all performance data on an …

The Ultimate Guide to Getting Support on Linux-use empathy to login to IRC….

2011/04/18

The Ultimate Guide to Getting Support on Linux Installing Linux has become effortless to the extent that anyone with a little knowledge of computers can get a Linux machine up and running instantly. …

vim autocomplete – automagically without tab.

2011/04/16

Lets first do the setup in one line. Get my vim script downloader. Use the script to add the script with script ID : :1879 (vim-autocomplpop) to your list of plugins for vim and you are done. If you …

Easy ssh configuration with .ssh/config file

2011/04/11

If you ssh to many hosts then you are aware of the pain that it takes to ssh with different username and hostname. There is an alias that you can creat with native ssh though. Here I will show you the …

Try all colors in xterm with script before setting the color

2011/03/18

If you are looking for testing the colors on how they would look like in the xterm before you set the color then here is a small script for you. […] <td> <div class="text …

what is vim in 6Kb..

2011/03/16

If you thought that vim is very bloated and nothing abuot this editor can be small, then you are not alone. I was myself in the same bandwagon. Well, I never thought that there could be anything about …

All in one solution for all the scripts of vim from vim.org

2011/03/09

For quite sometime now, I was looking for some console based program which would help me get the scripts from vim.org. A simple solution would have been to do a wget for the scripts. But since there …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it