Featured
-
Best Practices used in Game Development
Writing simple games in HTML5 is easy, but you nee
by kavya.gupta -
Why eBooks Are Changing Reader's View?
An electronic book is commonly known as eBook or D
by manoj.rawat -
Do clones make sense?
“I need a website similar to Facebook with all t
by ankur.sharma
Tags
Resolving File System issue on Linux
In Linux if your filesystem gets corrupted there is a command that can be used to fix the issue.
To fix the file system related issues type command
fsck
on system's recovery console. This would fix the errors on your file system to get...
Commands to install packages on Linux
Linux has different flavours available in the market but can be classified into 2 major categories ie.
Distros based on Debian: eg. Ubuntu etc.
Distros based on RedHat: eg. Centos etc.
This have different package managers to install pre-com...
Using Tar command in linux to compress and uncompress the files
One of the frequent task that we do with the increasing data on our linux boxes is to compress the files and folders and to do so there is a command tar that we can use to achieve the same.
Below are the examples of how to compress files in a...