CSS list styles
I got fed up of hunting down what css list style produces what, so I made a quick page that shows you. see examples of list styles
Linux, Apache, MySQL and PHP
I got fed up of hunting down what css list style produces what, so I made a quick page that shows you. see examples of list styles
Part 1 Retrieve the full license key from Plesk using the web control panel License Manager. Backup and download the key. # cp /etc/psa/psa.key /var/www/vhosts/<domain>/httpdocs/ Visit http://<domain>/psa.key Part 2 Then run the offline installer script… Read more…
I’m currently building a new server for a client and am finding great success using the top notch tools from atomic rocket turtle. (Atomic Corp) By using Scott’s AOOI script I have managed to install Read more…
I’ve finally got round to installing a decent email server to manage my ever expanding archive of mail. I came across Zimbra a fair few months ago, but haven’t had the time/hardware to have a Read more…
I’ve a couple of fedora boxes that were coming up with this error when rkhunter was run. Rootkit Hunter 1.2.8 is running Determining OS… Unknown Warning: This operating system is not fully supported! Seems you Read more…
I found myself wanting to create an extra FTP user for one of my Plesk machines that would only have access to a subdirectory of one of the machine’s domains. It turns out this isn’t Read more…
Counting files in a folder ls -1 | wc -l Deleting a lot of files when plain ol rm won’t work find . -name ‘prefix*’ -print0 | xargs -0 rm Find files containing a text Read more…
It seems with VI you are always learning a new trick to it every other day, so I thought I’d start adding the tools I use regularly here. The search and replace in VI is Read more…
To force a specific domain to be used when your site can be accessed by several, a tidy way is to use mod_rewrite. This lends itself very well to password protected directories that have images Read more…