Rizal
No man was ever wise by chance.

Welcome to Antiribet.club

Unlock the full potential of your life through the power of digital marketing.

VIM Cheatsheet

Taken from: http://rizal.orami.com/2016/11/vim-cheatseet/ Note: If you’re decent at vim and want your mind blown, check out Advanced Vim I’ve compiled a list of essential vim commands that I use every day. I then give a few instructions on how to making vim as great as it…

Compressing many files with Tar

Original content: http://rizal.orami.com/2016/12/compressing-file-with-tar/ Ever tried to compress many (hundreds of thousand) files with tar? With this command: $ tar -cf file_names.tar *.jpg I bet you will found error message like this: $ -bash: /bin/tar: Argument list too long All shell have / has a limit…