Categories
Unix OS

Create SwapFile [Unix/Ubuntu]

Linux SwapFile Overview Linux RAM is composed of chunks of memory called pages. To free up pages of RAM, a linux swap can occur and a page of memory is copied from the RAM to pre-configured space on the hard disk. Linux swaps allow a system to harness more memory than was originally physically available.…

Categories
Unix OS

Configure DHCP Server [Unix/Ubuntu]

Here is a small draft steps in order to allow you to setup and configure DHCP server on Unix/Ubuntu. If anything to improve or comment, please put your comment in below. Install DHCP server Packet  sudo apt-get install isc-dhcp-server   Enable DHCP server Network Interface Enable the DCHP server on your network interface (in my…