PHP also known as Pre HTML Processor is a server-sided language used for web development, it is built for writing web pages and web application. It is one of the most popular languages used by web developers. The source code is server-sided which means that the client can’t access the code and can only see […]
Tag: ubuntu
Go on Ubuntu
Go also known as golang, is a programming language developed at Google. It is a statically typed language with syntax loosely derived from that of C, Go feature an automatic memory management and type safety. You can learn more about Go from Wikipedia. We will be installing Go using Gophers PPA. This PPA will install […]
Install Linux Kernel 3.8.4 in Ubuntu/Linux Mint
**Linux Kernel 3.8.4** brings various changes and bug fixes, you can have a look at them [here](http://goo.gl/KYRTb). As usual, we will upgrade to this new kernel using a simple bash script, but the kernel files can be downloaded from [here](http://goo.gl/eBHdh). Here are some fixes in this latest Kernel: ** ALSA: seq: Fix missing error […]
Install Synaptic Package Manager on Ubuntu/Linux Mint
Synaptic-Package-Manager is a graphical front-end to apt, the package management system in Ubuntu and Linux Mint. It combines the point-and-click simplicity of the graphical user interface with the power of the apt-get command line tool. You can install, remove, configure, or upgrade software packages, browse, sort and search the list of available software packages, manage […]