• Posts Tagged ‘Ubuntu’

    Working with SWAP in Linux

    by  • February 14, 2012 • Linux • 0 Comments

    From Wikipedia : “From a software point of view with the 2.6 Linux kernel, swap files are just as fast as swap partitions. The kernel keeps a map of where the swap file exists, and accesses the disk directly, bypassing caching and filesystem overhead. Red Hat recommends using a swap partition. With a swap...

    Read more →

    Basic PHP & MySQL Part 1

    by  • February 3, 2012 • Linux, MySQL, PHP • 0 Comments

    PHP and MySQL are two unique open source projects. While PHP is an excellent programming language, MySQL is the Database choice of millions of softwares, websites and companies out there. In this series, we will look at how to use PHP to connect and manipulate data stored inside MySQL. In the first part, I...

    Read more →

    Beginning PHP

    by  • February 2, 2012 • Linux, PHP • 0 Comments

    PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. In this article, I would like to demonstrate how easy it is to get started with PHP. We will look at how to install Apache and PHP on a computer running Ubuntu and how to...

    Read more →

    Install VLC in Ubuntu 11.10

    by  • February 2, 2012 • Linux • 0 Comments

    This is my first post and I wanted to make it so special that I chose my favorite multimedia player software itself to be the topic. VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVD, Audio CD, VCD, and various streaming protocols....

    Read more →