A simple strategy for dotfiles
After having written (and rewritten) many dotfiles in the last years, I've gathered here a few strategies for storing and porting them... more »
Tweet 0 Comments Save Tags: how-to , unix-linux
How to Uninstall Windows or Linux After Dual-Booting
We've talked a lot about running multiple operating systems on the same computer—whether it's Windows and Linux, Windows and OS X, or... more »
Tweet 0 Comments Save Tags: how-to , unix-linux
The Linux Firewall
There are several firewall applications for Linux, but what you may not realize is that, at the heart of all these programs is a single... more »
Tweet 0 Comments Save Tags: reviews , unix-linux
Inode : Unix Operating System concept
Inode in file system is a fundamental concept of unix file system and each object in the file system represented by an inode. Inodes... more »
Tweet 0 Comments Save Tags: open source , unix-linux
3 must know unix commands
Few basic unix commands that any unix user "must" know. Also describes those commands in detail.
Tweet 0 Comments Save Tags: how-to , unix-linux
GCJ write once, run anywhere at its finest
A tragic true tale of lies and deception, abandonment and hope of running the same Java application server and deployed application... more »
Tweet 0 Comments Save Tags: java , opinion , standards , unix-linux
Expect for DevOps
Sysads and programmers have widely used Expect for twenty years. Most of them misunderstand its essence and role, though: like WD-40 or... more »
Tweet 0 Comments Save Tags: open source , opinion , tools , unix-linux
Traceroute’s Working and Problems With It
Traceroute’s Working and Problems With It
Tweet 0 Comments Save Tags: other languages , unix-linux
Fixing Linux Locale Warnings/Errors
Sometimes you may get locale warnings on linux system, learn how to fix them in this tutorial.
Tweet 0 Comments Save Tags: research , server , tools , unix-linux
Copy a file to all subfolders of a folder with one command
In my interest to copy a file into a massive subfolder list in my local, I found this URL. Thought of sharing.
Tweet 0 Comments Save Tags: how-to , unix-linux