-
Recent Posts
Recent Comments
Archives
Categories
Meta
Monthly Archives: April 2012
Missing Admin Bar in WordPress
I just installed Wordpress and after installing a theme I liked I noticed that it was missing the Admin Bar on the public portion of the site.
A quick google search turned up the answer in the Wordpress Support Forums:
Posted in Googling for Answers, Web Development
Tagged Wordpress
Compress/Uncompress a Linux Directory
I’m so tired of googling this. The reason I have to look it up every-damn-time is because I can never remember exactly what the switches are for compressing/uncompressing.
The following was taken from here.
Create Archive:
[note color=”#DDD”]tar -zcvf example.tar.gz /home/example[/note]Where:
- -z: Compress archive using gzip program
- -c:
Setting up a LEMP server on Debian 6
Skip the long winded description
Downloading Packages
Vhost Configuration
Testing
Installing MySQL
Installing phpMyAdmin
Setting up SFTP
I’ve been playing with linux as a hobby for about 13 years and I’ve been running my own virtual servers for web and mail for about 2. In all that time, my only […] Continue Reading