Installing Owncloud on Nginx (Ubuntu 12.04)
Here I want to share with you on how to create your own sync server like dropbox.The software that we will use is ownCloud. But before we start, please ensure…
Here I want to share with you on how to create your own sync server like dropbox.The software that we will use is ownCloud. But before we start, please ensure…
Today I want to share steps on how to install & configure ftp server on Ubuntu.The server that I’ll use is vsftpd. 1. Make sure your OS is updated apt-get…
Installing Nginx, MySQL & PHP5 (And PHP5-FPM) a.k.a (LEMP) On Ubuntu 12.04 LTS 1. Update & upgrade your OS first; apt-get updateapt-get upgrade Install Myssql & PHP5-FPM; apt-get install mysql-server…
In this tutorial, I will show you how to setup UnrealIRCd on Ubuntu 12.04. 1.Update OS and install required packages: 2.Maximize limits The default max amount of connections for a…
As we know, VPN is frequently needed in order to connect to the Internet or other device in more safer way. So today I want to show you how to…
Reset the administrator/user password on Windows Server 2008 by using Windows Installation Disk Insert the Windows Server 2008 installation DVD Restart the computer, select boot from DVD Choose option “Repair…
To enable hidden files/folders in finder windows: Open Finder Open the Utilities folder Open a terminal window Copy and paste the following line in: defaults write com.apple.Finder AppleShowAllFiles YES Press…
Geo/Social stalking is fun. Bing Maps has the ability to add various “apps” to the map to enhance your bind maps experience. One of the cooler ones is the Twitter…
Conky can display this info either as text, or using simple progress bars and graph widgets, with different fonts and colours. So here I want to share steps required to…
Extracting IP from logfile sometimes can give you headache. Especially the logfile is more than thousand line. So here I share with you trick to extract IP in terminal: This…