Posts Tagged Linux

Monitoring Processes

I forgot was still running bittorrent on a linux iso torrent, but happened to notice when I looked at the processes running with top. Monitoring your computer is very important. Maybe I should implement some automated emailing of things that are worth monitoring. Time to assemble a list of things worth monitoring.

No Comments

LAMP

LAMP – Linux, Apache, MySQL, and PHP used for running websites.

After many years, I now have a working LAMP website. This wordpress blog doesn’t really count, because it’s already fully packaged. I tried looking for the wordpress equivalent of a photo gallery, but I couldn’t find one. When you can’t find something off the self, you have to build it yourself. The skeleton of a gallery is working now. The webserver is running Slackware Linux on my PII 350 MHz desktop computer. It wasn’t too hard to set it up after I read the tutorials on w3schools. I used the XHTML and CSS tutorials for another website, so that helped knowing what to make the PHP output. Another useful tool is the W3C Markup Validation service.

, , ,

No Comments