How to Create MySQL database and user | Here is quick way to create a MySQL database and user. This is useful for WordPress, Drupal, or other LAMP apps. Login to MySQL with the MySQL root password: $ mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 5 Server version:
Drupal Security Notes
Drupal Security Notes | Check out this article on Drupal Security: Drupal Security Notes If you find this topic interesting, you may also be interested in Expert Pen Testing or CISSP training. Cool!
Install Drupal 7 in Ubuntu 12.04
Install Drupal 7 in Ubuntu 12.04 | Drupal 7 is provided in Ubuntu 12.04. I’ll show you how to get it up and running! 1. Install the package drupal7: $ sudo apt-get install drupal7 2. Create the following apache site configuration file: $ sudo nano /etc/apache2/sites-available/drupal7 Alias /drupal7 “/usr/share/drupal7″ < Directory /usr/share/drupal7 > Options -Indexes FollowSymLinks MultiViews < /Directory > 3. Enable
BlindElephant – Web Application Fingerprinting
BlindElephant – Web Application Fingerprinting | BlindElephant is a nifty python app that fingerprints web applications such as wordpress, drupal, mediawiki, phpbb, joomla, and many others to determine the version of the web application. BlindElephant works via a new trendy technique of fetching static elements of the web app such as .js, .css, and other core files then running a checksum
Fix Drupal Upload Progress
Fix Drupal Upload Progress | Drupal and other software can take advantage of a nice upload progress bar. Here is how to get that working on CentOS. You may have seen this in Drupal. Let’s fix it! First, in CentOS 5 install these packages: yum install php-pear gcc make php-devel Next as root, issue: pecl install uploadprogress Once that completes,




