strcmp — Binary safe string comparison
Posted on 27 January 2012.
strcmp — Binary safe string comparison
Posted in PHP0 Comments
Posted on 27 January 2012.
Q. Can you tell me command to delete a directory in terminal?
Posted in Linux0 Comments
Posted on 27 January 2012.
This article explains 2 simple commands that most people want to know when they start using Linux. They are finding the size of a directory and finding the amount of free disk space that exists on your machine. The command you would use to find the directory size is ‘ du ‘. And to find the free disk space you could use ‘ df ‘.
All the information present in this article is available in the man pages for du and df. In case you get bored reading the man pages and you want to get your work done quickly, then this article is for you.
Posted in Linux0 Comments
Posted on 26 January 2012.
ftp – Internet file transfer program Continue Reading
Posted in Linux0 Comments
Posted on 26 January 2012.
ZoneScreen is a tool for extending your desktop workspace using displays of network connected computers or portable devices like Pocket PC. Like VNC, ZoneScreen is able to mirror local desktop to another computer in the network. The main difference is that it also allows extend desktop, just like the case when you have second monitor connected.
Posted in Windows0 Comments
Posted on 26 January 2012.
There are various tools available to aid in translating. You may use whichever you prefer.
Posted in PHP, Programming0 Comments
Posted on 26 January 2012.
Q. How can I compress a whole directory under Linux / UNIX using a shell prompt?
Posted in Linux0 Comments
Posted on 26 January 2012.
The basics of file ownership and permissions on Linux. Learn to understand who are the owners of a file or directory, how the file permissions work and how you can view them, and learn how to set basic file permissions yourself.
Posted in Linux0 Comments
Posted on 26 January 2012.
Learn how to change the owner and group ownership of files and directories with the chown and chgrp commands. This tuXfile will make much more sense if you already have a basic understanding of file permissions and ownership.
Posted in Linux0 Comments
Posted on 26 January 2012.
Q. How do I list or display the permission of a file using ssh? I don’t have GUI installed on a remote Linux computer.
Posted in Linux0 Comments
