by WebDevRobert | Jun 26, 2009 | Linux Administrator
This article is only intended to show the basic APT (Advanced Packaging Tool) Package Management commands as they are used in Debian GNU/Linux and Ubuntu/Kubuntu. The command below searches for all packages which contain the specified string. test:~# apt-cache search...
by WebDevRobert | May 5, 2009 | Linux Administrator
MySQL Database Servers and PHP5 make it possible to accomplish some pretty amazing things on your web site. However, managing your database can be cumbersome and time consuming if you don’t have the right knowledge or tools. This is where phpMyAdmin comes in....
by WebDevRobert | May 4, 2009 | Linux Administrator
Similar to the MySQL Database Server Article, web sites and applications alike, utilize PHP code to deliver “on demand” information, to millions of people, in fractions of seconds. “PHP is a widely-used general-purpose scripting language that is...
by WebDevRobert | May 1, 2009 | Linux Administrator
These days, web sites and applications alike, utilize databases to deliver “on demand” information, to millions of people, in fractions of seconds. MySQL is one of the most popular and most powerful Database Servers available. Installing MySQL Server has...
by WebDevRobert | Apr 30, 2009 | Linux Administrator
Having a quick and easy way to transfer files is essential in web development. Installing ProFTPd FTP Server on Debian 4, using the ProFTPd packages, is pretty painless. Once ProFTPd is operational, uploads/downloads are quick and using it is easy. Please Use Extreme...