Actually, there are plenty of ways to contribute without coding: Submit bug reportsSuggest new features and optionsMake other comments on how to improve the the quality of the programHelp write good documentationTranslate the documentation (and...
A system administrator has quickly become one of the most important jobs in any company. Virtually all businesses these days rely heavily on their computer network so it should probably not come as a surprise that the guy who looks after that...
Linux creates many directories upon installation, but many of Linux users are not aware of the use of all those directories.In this article, you will find a basic information about uses of all directories and location of all types of data...
In Access Windows partitions, I suggested inserting this line into /etc/fstab: /dev/hda8 /windata vfat user,umask=000,rw 0 0 Notice that there are six sections to the above line, each separated by a space (notice also that there are no spaces...
cURL is a most excellent library that enables you to communicate across a network with a number of protocols. PHP integrated the cURL library early in its development and nowadays its use is widespread across countless applications. To read more...
In Linux/Unix command line you can follow a file with tail -f [filename]. As the file is updated, the screen will update. This is handy for following error logs, etc. tail -f [filename] I just learned from a co-worker that the ‘less’...
The above diagram provides a conceptual view of the Linux architecture. Like all conceptual views, it is not a perfect match to the full complexity of Linux. The key point is to understand that the Kernel Space (shown in blue)...
When Apache Directory Index is enabled, if you browse to a url that have no index file present, you will see list of all files. This is not good for securiy as hackers can see all files present in the directory.