If you are using VPS to manage your own server, you might face similar info message when you try to update your plugins: The message: To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. Under that are boxes for the Hostname, FTP User, and FTP…
Category: Unix OS
Categories
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
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…