Logo
My Journal
Category

Guides

Category

Argument list too long

Argument list too long when copying/deleting/moving files on Linux If you do a lot of command line stuff in Linux, sooner or later you'll come across the "argument list too long" error when copying, moving, deleting, listing etc files in a directory that contains a lot of files. This post looks at ...

Continue reading ...

How to have www1 www2 www3 www4 before your domain name

Hello, did you ever wonder about these weird domain names? why do they have numbers after www ( word wide web ) does this mean word wide web part 4? NO.... if they look cool for you i have a Trick how to do that :) 1) Login Cpanel 2) add Subdomain 3) name is www1 or www(#) as you wish 4) easy huh? ...

Continue reading ...

How to Send SMS using Chikka under Linux

Philippines will not be called the text capital of the world for no reason. Probably if the two giants of mobile communications providers will be out of service for just one day, then most of us here will be far from being complete for a day. If you are full-time windows user, I can say that you us...

Continue reading ...

Guide how to Optimize your Ubuntu Machine

Guide how to Optimize your Ubuntu Machine Terminal: sudo gedit /etc/sysctl.conf Then Paste the Following at the end of the file: # increase TCP max buffer size setable using setsockopt() net.core.rmem_max = 16777216 net.core.wmem_max = 16777216 # increase Linux autotuning TCP buffer limits # min, d...

Continue reading ...

How to Screenshot Websites

My friend Call me up yesterday and asked me if how can he take a screenshot of his website, technically what he mean is not just to press print screen on his keyboard but to take his webpage screenshot, he is going to use it as a site mock-up and present it to his professor, i told him to use Firesh...

Continue reading ...