Results for: "commands"
Contents (72)
HowTo Create Linux Swap On Ubuntu 12.04
About Linux Swapping Linux RAM is composed of chunks of memory called pages. To free up pages of RAM, a “linux…
read more
Ubuntu: How To Start Program As Service
According to Ubuntu’s Upstart website, “Upstart is an event-based replacement for the /sbin/init daemon which handles starting of tasks and…
read more
How to import and export a large database using SSH
The following code snippets will allow you to import and export a database Command Line. To get SSH access to your hosts…
read more
PHP files are downloaded by browser instead of processed by the server, how to solve it?
After upgraded some packages in my ubuntu server, sometimes php configuration goes crazy and PHP files are downloaded by browser…
read more
PHP: Getting started with Object Oriented Programming in PHP5
This is a tutorial covers some main concepts of OOP in PHP5 with usable examples (however useless the something may…
read more