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 →
XGalleryCli 3.1.0
Major release with improvement & new features https://github.com/jooservices/XGalleryCli/releases/tag/3.1.0 Better and solid structurePrepare now wrapped by the parent class. Use method prepareName method will be applied as prepare stepsProcess now wrapped by the parent class. Use method processName method will be applied as process stepsPrepare and Process will be called automatic with better render outFix Symfony... Continue Reading →
Original link https://www.chriswiegman.com/2011/10/fastcgi-vs-suphp-vs-cgi-vs-mod_php-dso/ One question I see come up often for users setting up their own web servers involves how they run PHP. Nearly everyone I know who runs their own server has questions about this that usually fall in one of two areas. First, they have installed WordPress, Drupal, or another CMS and can’t get uploads to work... Continue Reading →
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 →
XGalleryCli – Unreleased 2.1.1
Bugs fixed Update NCT with playlist download support Reduce log files https://github.com/jooservices/XGalleryCli/tree/develop
XGalleryCli
Stable release 1.0.0 ( aka 2.0.0 ) Can use as a completely standard alone application ( No Joomla! install required ). Can use as well on both Windows & Linux environments. Follow up PSR-4 under /src Optimized Reduce queries for insertContacts / insertPhotos Use cache for all OAuth requests Prevent step on foot with multi... Continue Reading →
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 →
PHP 5.5.30 is available
Phar: Fixed bug #69720 (Null pointer dereference in phar_get_fp_offset()). Fixed bug #70433 (Uninitialized pointer in phar_make_dirstream when zip entry filename is "/").
PHP 5.6.14 is available
Core: Fixed bug #70370 (Bundled libtool.m4 doesn't handle FreeBSD 10 when building extensions). CLI server: Fixed bug #68291 (404 on urls with '+'). DOM: Fixed bug #70001 (Assigning to DOMNode::textContent does additional entity encoding). Mysqlnd: Fixed bug #70456 (mysqlnd doesn't activate TCP keep-alive when connecting to a server). OpenSSL: Fixed bug #55259 (openssl extension does... Continue Reading →