Sunday 31 May 2015

The best download manager for Linux

Linux is already consisting of it's download manager. So we don't need to install any software in Linux. That tool is WGET.
WGET is the powerful download manager for Linux. It consist more features.



1. To download a file from internet:

   # wget http://url-of-web-content/somthing.mp3

2. If any interrupts occure, when downloading the file, Don't worry about that.
We can resume the download by typing,

  # wget --continue http://url-of-web-content/somthing.mp3
                                 or
  # wget -c http://url-of-web-content/somthing.mp3

3. Downloading entire website:
 
  # wget \
-r \
-nc \
- \
--html-extension \
-k \
--restrict-file-names=windows \
--domains examplesite.com \
--no-parent \
www.examplesite.com

To get all information about the above codes, please refer man pages for the wget tool.




Wednesday 27 May 2015

Difference between Linux and Windows


Linux is not same as Windows. Linux is may be some what difficult when you are coming from Windows. To know the difference between the Linux and Windows makes easy to handle Linux operating system.


Linux
Windows
Linux uses monolithic kernel
Windows uses micro kernel
Linux is UNIX based operating system
Windows is DOS based operating system
It is open source. So we can modify the Linux operating system as our taste.
It is not an open source. It’s some of 3rd parties software’s are open source.
Linux is entirely free operating system
It is not free operating system. We need to buy the operating system
Virus infections are very rare. So no need anti-virus software and its updations
Windows easily affects virus. So it is mandatory to installing anti-virus software
Very secure operating system
Secure when we have anti-virus with up to date software. Other else it is insecure
It is CLI tool is called BASH
It is CLI tool is called COMMAND.COM
512 MB RAM is enough for installing Linux
Needs at least 712 MB of RAM in order to install Windows
Installing software is very easy.
Just typing sudo apt-get install pkgname
Or using GUI based software centre we can search and install easily
Installing software is easy, when we have the package other else we need to surf internet and get it.
There are no spyware available in Linux
There are lot of spywares available in Windows operating system
There are lot of distributions are available in Linux. Such as Ubuntu, Fedora, Mint and etc
Distributions are not available because it is not a opensource operating system
Each and every 6 months new version of Linux in released
Each and every 3 years new version of Windows is released
Speed of response are high because of good memory management
Speed of response is low than Linux. Because it’s poor memory management
More popular in Servers world and less popular in Desktop world
More popular in Desktop world and less popular in Servers world


Tuesday 26 May 2015

Introductuion to Linux Operating system


Linux is Unix like operating system. The name Linux was used because of it is the combination of Linus Torvalds (Creator of Linux kernel). 

 
            Linu + X
Where,
Linu from Linus Torvalds
X is from Unix
Basically Linux is not another OS. It is a network. Most of the people didn’t like to use Linux as Desktop OS. Because of its complexity. But truly it is not a complex operating system. Reason for the complex thing is, basically Linux was only used by scientists and programmers at the year of 1994. Microsoft is made both GUI and CLI based OS. But in Linux, it’s only CLI way to communicate PC (At the year of 90’s). So the people moves to MS. Nowadays Linux is offers both GUI and CLI. One more delicious thing is, it is very user friendly than MS. Yes!! It is true. After coming up Ubuntu, the ‘user friendly’ thing is acceptable for Linux. We will discuss in feature, why Linux is more user friendly operating system than Windows operating system.
Where Linux used?
You may think, “I didn’t use Linux anymore”. If you thing this, then this is a funny. Because still you are using Linux. You may ask “How???”
Yes!! Each and every time we are surfing internet with the help of Linux. Most of the websites hosting are Linux. Even Google, Facebook, Yahoo etc.. Servers are Linux servers. Not Windows server. Even Android is also uses Linux kernel.
Linux is used in,
  • As a desktop OS
  • As a server OS
  • As a web server
  • As a file server & etc
    This blog is absolutely for beginners who want to learn Linux & be a expert in Linux operating system!
    Stay with us! we will post how to do guides about Linux operating system