sudo visudo username ALL=(ALL) NOPASSWD:ALL
Setup Ubuntu 20.04 Workspace
Update system after installed sudo apt update && sudo apt -y upgrade Install required packages sudo apt -y install software-properties-common sudo apt -y install curl git unzip perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python curl openssh-server Redis & Memcache sudo apt -y redis redis-server redis-tools memcached MySQL 8.0 sudo apt -y install mysql-client mysql-sandbox... Continue Reading →
How to install Raspberry Pi OS ( Raspbian )
Flash Raspberry Pi to SD Card with with Raspberry Pi Imager
How to install qBittorrent on Ubuntu Server
sudo apt install qbittorrent Or use PPA to get latest version sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable qBittorrent can use with Desktop UI. On server we don't have it, Web interface instead. In this case we'll use qbittorrent-nox sudo apt install qbittorrent-nox Now you can start qbittorrent-nox by easily via command. But it's not recommended. We'll use as... Continue Reading →
APR_TCP_DEFER_ACCEPT error when starting Apache2
Add the following line to the end of the /etc/apache2/apache2.conf file AcceptFilter http none
How to develop on Windows Subsystem for Linux ( Ubuntu )
Bài viết này sẽ dành cho các bạn developer sử dụng Windows ( khá nhảm nhưng thôi cứ xem là vậy ) và cần sử dụng Linux ( Ubuntu ) như 1 environment. Thật ra mà nói trên cơ bản thì ta vẫn sử dụng Linux như "server", chỉ có 1 vài thứ khác như... Continue Reading →
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 →
MySQL import / export via command line
mysqldump -u YourUser -p YourDatabaseName > wantedsqlfile.sql mysql -u username -p database_name < file.sql
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