Archive for the ‘Linux hosting’ Category

Data Recovery from Crashed Disk

If you use Linux based Operating system and your disk is crashed,  you can retrieve data from ddrescue commands in following easy steps.
Ddrescue: Ddrescue  is data recovery tool that copy data from one file or block device (hard disc, cdrom etc) and help out you to save data from crashed partition. It has decent [...]

Comments (1)

Network Defination

Here are the different networks which are generally used for networking through linux machine;
* IPv4:  Internet Protocol version 4 (IPv4) is widely used by most of the Internet servers and personal computers. This uses 32 bits to assign a network address as defined by the four octets of an IP address up to 255.255.255.255. Which [...]

Leave a Comment

Install Shoutcast on Linux

SHOUTcast is a multi platform streaming audio system developed by Nullsoft which allows audio content, primarily in MP3 or HE-AAC format, to be broadcast through web radio, it blend together the audio data with metadata such as song titles and the station name.
SHOUTcast consists of a client-server model, however you should not run it as [...]

Leave a Comment

Transfer Data using Command rsync

What is rsync?
rsync is a software application for Unix systems which synchronizes files and directories from one location to another and at the same time minimize data transfer using delta encoding when pertinent.
How to transfer data with rsync;
To take back up or transfer data of one or more folder here is the guideline by [...]

Leave a Comment