logo logo
alternative to HJSplit; split and join files faster!

alternative to HJSplit; split and join files faster!

It’s been few days after my last post. I’ve been really busy with offline projects. So, here I’ll make a quick post. Why we need alternative to HJSplit? Well, for me, sometimes, HJSplit is...
faster search file based on its content

faster search file based on its content

As a programmer with bad house keeping habit, I often forgot where I wrote my code that I want to re-use. I’m also not an SVN/git fan, so, managing my project source codes is always a hinder to me. This...

bash script — delete files older than specified time

This time we will create a bash script that will delete certain file that older than certain times. This is useful for cleaning up old temporary files. This script will also delete only files that has...
kick/force logout other users from SSH shell

kick/force logout other users from SSH shell

Sometimes you just want to kick or force logout other users on the SSH sell like bash. There are various reason for this: maybe you just want to eradicate your double login, maybe you own a server and allow...
Find which directory eats most of the HD space — Windows way

Find which directory eats most of the HD space — Windows way

On previous post, I already show you how to check which folder/directory that eats most of your hard disk space in Linux the GUI way. No, we’ll show you the Windows way! Like in its Linux counterpart,...
bottom