Linux Tutorial: Fix Heartbleed on Ubutntu 14.04
I’ll keep this short and sweet! sudo apt-get update && sudo apt-get install –only-upgrade bash
lang="en-US">
I’ll keep this short and sweet! sudo apt-get update && sudo apt-get install –only-upgrade bash
I’ve been working on my .bashrc file so I thought I would share. # To the extent possible under law, the author(s) have dedicated all # copyright and related and neighboring rights to this...
Locate PHP error logs on the server grep ‘error_log’ /etc/php.ini | awk -F= ‘{ print $2; }’ Restart your bash_profile . ~/.bash_profile Change to your home directory cd ~ View your history history 50...
Every time I need to remember how to do this I find myself looking it up so I figured it’s about time I just put my fingers to my keyboard and write it down....
All of my database driven games use PHP as a scripting language which is my favorite scripting language by far (okay I’m biased, I’ve been using it for almost 9 years now). In order...
You’ll need to be logged in as a admin user otherwise you’ll need to use su or sudo in front of these commands. Setting up the account Modify shell file: vi /etc/shells Press letter...
Check the permissions of the folder. Usually its a chmod problem and you can change it to drwx–x–x. However another problem can be the conf/httpd.conf file. If you have an incorrect <Files > record...