How To: Delete a partition using Fdisk utility in Linux

Q. My System have got two partition which i would like to delete and create one big partition. Now how would i delete the partition and create a one big partition ?

A. Fdisk is the utility which we will be using for this example. Though there are other options also like parted/gparted and use of them depends totally on personal preference. For Fdisk, you need to provide the device name as an argument.

Read the complete article »

How To: Partitioning Hard Drive using FDisk utility in Linux

You got a new hard drive and attach it to your laptop/desktop but before you can use it, you need to partition and format the hard drive. This can be done with a series of easy steps. This is a small and easy tutorial which will show you how to use fdisk, one of very famous utility for disk partitioning.

Read the complete article »

Download: GNU/Linux Advanced Administration HandBook

The Free Technology Academy had recently launched their new book “GNU/Linux Advanced Administration” which is mainly based on system administration skills. You will learn how to install and configure several computer services, and how to optimise and synchronise the resources. Additionally the FTA has developed a study guide and learning activities which are available for learners enrolled in …

Read the complete article »

FreeBSD: Change date/time from command line

How can i change/update date/time/timezone in FreeBSD from command line?

Changing date/time in FreeBSD operating system is not much different from what we use in normal linux operating systems which i had explained in this howto: Change date/time in linux from command prompt.

To display the date:

Simply type the date command to display the current date:

# date

Read the complete article »

HipHop for PHP project from Facebook

Today, Facebook shared one of its cool project – HipHop for PHP.

What is the use?
HipHop can reduce the CPU usage at the server even by 50% depending on the page executing PHP code. Reducing the overhead this way, it can help in scaling complex php websites. As per Facebook latest news, HipHop has shown incredible results for Facebook.…

Read the complete article »