Update system after installed sudo apt update && sudo apt -y upgrade Install required packages sudo apt -y install python-software-properties sudo apt -y install software-properties-common MySQL sudo apt -y install mysql-server mysql-client mysql-workbench mysql-sandbox mysql-utilities mysql-testsuite sudo mysql_secure_installation sudo mysql ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'; FLUSH PRIVILEGES; sudo apt -y install apache2... Continue Reading →
https://github.com/jooservices/XGalleryCli/releases/tag/2.1.0 This's latest stable and optimized completely. I will not release any more version except cases Fix any bugs Have any ideas for improvement & optimize Please feel free fork and provide more Application as much as possible Chagelog Optimize logs Update standard for application Code optimized PHPUnit basic
Install Ubuntu 14.04.x. You can use latest Ubuntu as well but not suggest Upgrade OS after installed Install Synaptic via Ubuntu Software Center. Use Synaptic to install ( You can choose Automatically close after the changes have been successfully applied ). Synaptic will help you install relative packages when it's required ! MySQL 5.5 packages... Continue Reading →
Try this command: find . -empty -type d -delete The find command is used to search for files/directories matching a particular search criteria from the specified path, in this case the current directory (hence the .). The -empty option holds true for any file and directory that is empty. The -type d option holds true... Continue Reading →