New Application Types for MS Word
Have you ever wondered why the new Microsoft 2007 Word file type (.docx) can not be downloaded directly from your Apache server? Well, the answer is because it doesn’t recognize what kind of application type it is, therefore it can’t send the correct header information to your browser. Fortunately, the fix for this is rather [...]
Plesk: MySQL login as Admin User
A situation came up with a new Plesk server. I needed to login to MySQL with admin/root access. I had no idea what the password was. Luckily there’s a trick to logging in as the admin user. Login remotely to your server using SSH and do the following: mysql -u admin -p `cat /etc/psa/.psa.shadow` Your [...]

Recent Comments