Ubuntu AMP Install
To install Apache, MySQL, and PHP on Ubuntu, we use the following command on one line: sudo apt-get install apache2 php5 libapache2-mod-php5 mysql-server mysql-admin libapache2-mod-auth-mysql php5-mysql phpmyadmin
To install Apache, MySQL, and PHP on Ubuntu, we use the following command on one line: sudo apt-get install apache2 php5 libapache2-mod-php5 mysql-server mysql-admin libapache2-mod-auth-mysql php5-mysql phpmyadmin
I just ran into a problem with a process that was running in Windows that I couldn’t kill, even as an administrator. I happened to remember hearing about a “Windows XP Privilage Escalation Exploit” which in reality, isn’t exactly an exploit. The idea is that you can gain SYSTEM level rights, which are higher than Read more about Windows Privilage Escalation[…]