Irritating slashes in URLs a mistake, says Tim Berner’s Lee
It has been one of the most enduring mysteries to have intrigued every web user. What is the point of the two forward slashes that sit infront of the “www” in every internet website address? Tim Berners-Lee, the scientist who created the World Wide Web, has admitted [...]
Continue reading BACKSLASH BACKLASH
The proc file system provides information on the current status of the Linux kernel and running process.
It also allows modifications of kernel parameters in simple ways during runtime
Each process in the system that is currently running is assigned a directory /proc/pid, where pid is the process identification number of the relevant process
There [...]
Continue reading Introduction to Proc File System
The following pics were taken at Kota, jaipur (Rajasthan). All the photos are taken at random times with a entry level camera. Camera used if Canon A470.
Continue reading My Photograph Skills
The initially developed file system was Minix which uses a partition of 64MB and the filenames of no more than 14 characters.
After that, A file system called ext was developed which uses a partition size of 2GB and filenames of 255 characters but it was slow compared with Minix.
Later the file system for Xia was [...]
Continue reading The Ext2 File System