February 17, 2015
Default Ubuntu Python package version is 2.7, while in my Python class I use 3.4 and everything I keep typing python3 whenever I want to run python. Want to turn 3.4 to your default? Easy, BASH made this available by providing space for aliases in the config. Aliases is not only for this function, I […]
December 15, 2014
What is FastCGI? CGI are programme written to help the processing of Perl Language that has been written for the web and they also help the Web Server in processing requests and handling Webpages.
November 17, 2014
Server is up without FTP, will you be using SSH all the time? Nah! Time to create an FTP Server for your clients to interact with files and data in your server. In this tutorial I will try to make things easier for you by God’s grace 🙂 I assume you are using Ubuntu 14.04 […]
November 11, 2014
I can view any server software any site is using. Cool ye? Why not be unpredictable! I like being unpredictable 😉 View your current or any site’s server software by visiting here
November 11, 2014
When building up a Web Server, especially Unmanaged all you have in mind is how to secure your server right? Now you need a firewall to block and open some ports in your server.
October 8, 2014
Browsing without monitoring your internet data transfer is a bit messy, when I joined Linux earlier it was so hard for me to monitor my browsing rate. But lucky me I found a package that does that.
July 25, 2014
Switching to new mobile platform, I restored my contacts backup and unfortunately for me each contact got it’s own .vcf file and I was having like 700 contacts which makes it 700 .vcf files.
July 16, 2014
Day by day I don’t feel any remorse of leaving Windows for Linux, using Ubuntu 14.04 LTS is one of the wonderful things I have experienced on earth. Downloading Youtube videos with just a one line of command is awesome!
May 26, 2014
I am a newbie to Ubuntu though, I was successful in installing Apache and MySQL(with PHPMyAdmin), now was enjoying my new OS but something wanted the cut off my joy with Ubuntu. I was writing some PHP codes that needs to work with cURL but unfortunately am getting this error message when I want to […]