Skip to content

TienLe.sol

  • Home
  • AI & Agents
  • GeneralExpand
    • Linux & Servers
  • About
  • PHP & Web Development
  • DatabasesExpand
  • NoSQL & Big Data
  • MySQL
  • Performance & Scaling
TienLe.sol
  • PHP & Web Development

    Nginx and osTicket 1.8 configuration

    ByConan September 29, 2014July 17, 2026

    Recently when switching from Apache to Nginx for osTicket 1.8, I found that some functionality does not work properly. For example, when replying to customer’s via SCP, line break character does not display properly. In addition, some ajax-based features are not worked any more. After digging a little bit, I can solve the problem with…

    Read More Nginx and osTicket 1.8 configurationContinue

  • MySQL

    Setup nginx, php-fpm 5.6, mariadb on CentOS

    ByConan September 26, 2014July 17, 2026

    Setting up a good performance PHP-Stack is not a trivial work. We will need to choose which software is necessary for the stack based on some specific needs. Today I will guide how to setup nginx php-fpm 5.6 mariadb on CentOS server. Remove out-dated softwares yum remove -y httpd yum remove -y mysqld yum remove -y…

    Read More Setup nginx, php-fpm 5.6, mariadb on CentOSContinue

  • Linux & Servers

    Script to check SoYouStart availability

    ByConan September 3, 2014July 17, 2026

    This is the very simple script I currently use to check SoYouStart availability. The script also use MandrillApp for notification email sending. You will need to setup the cron to run every minutes for script running. This script is adapted from the one at LowEndTalk community. Setting up Environment Install PHP: Google it 😛 Install Composer:…

    Read More Script to check SoYouStart availabilityContinue

  • PHP & Web Development

    Install Development Environment for NodeJS on CentOS

    ByConan August 18, 2014July 17, 2026

    This short blog entry will cover how to install nodejs and npm for NodeJS on CentOS. First, install epel repository: yum install http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm For CentOS 7, use yum install http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-1.noarch.rpm Then, install nodejs and npm via yum: yum install nodejs npm Finally, go to node project root directory and run: npm install to install required packages…

    Read More Install Development Environment for NodeJS on CentOSContinue

  • Linux & Servers

    Do not put SSH port to above 1024

    ByConan August 18, 2014July 17, 2026

    Many of us might think about changing the SSH port is a must-have item for enhancing security. However, the fact is that if we do not fully understand how does the OS handle ports, we might make mistake on security by doing this. You can check the article Why putting SSH on another port than 22…

    Read More Do not put SSH port to above 1024Continue

  • Linux & Servers

    How to read Linux top command output

    ByConan August 7, 2014July 17, 2026

    When using Linux, the top command might be the most used command for system administrators. This provides a quick look on how your server / VPS is performing and we can quick detect many problems via reading it. However, not everybody really fully understand all output information. So I decide to write this article to…

    Read More How to read Linux top command outputContinue

  • MySQL

    Linux, Nginx, MySQL, PHP – LEMP Stack for Laravel on Ubuntu

    ByConan July 31, 2014July 17, 2026

    This quick tutorial will guide to install LEMP stack for Laravel on Ubuntu OS. Install PHP Install necessary php mods: apt-get install nginx php5-fpm php5-cli php5-mcrypt php5-json php5-dev php-pear git Enable mcrypt: ln -s /etc/php5/conf.d/mcrypt.ini /etc/php5/mods-available php5enmod mcrypt Modify /etc/php5/fpm/php.ini and change cgi.fix_pathinfo to 0: cgi.fix_pathinfo=0 Install opcache: pecl install zendopcache-7.0.3 echo "zend_extension=/usr/lib/php5/20100525/opcache.so" > /etc/php5/mods-available/opcache.ini…

    Read More Linux, Nginx, MySQL, PHP – LEMP Stack for Laravel on UbuntuContinue

  • Linux & Servers

    Notes when restoring VM from Vultr snapshots

    ByConan July 16, 2014July 17, 2026

    This article guides how to take snapshop and restore to a new VM from Vultr snapshots. If you do not know Vultr, you can check Free $10 credit from Vultr – Digital Ocean killer. Take the snapshot Simple, go to the My Servers >> Manage >> Snapshots (BETA), give it a name in label and Take Snapshot…

    Read More Notes when restoring VM from Vultr snapshotsContinue

  • DevOps & Infrastructure

    Setting up Windows VM on Proxmox with 1 IP

    ByConan June 3, 2014July 17, 2026

    Recently I purchased a kimsufi i3 server for static content replicating and found that there are much free resources on the node, so I decided to also use it for several other virtual machines. Previously, I did use qemu and XenServer, so this time I chose Proxmox to continue. The problem on Kimsufi is that…

    Read More Setting up Windows VM on Proxmox with 1 IPContinue

  • Linux & Servers

    Install Windows on Linux server with QEMU Virtualization

    ByConan May 29, 2014July 17, 2026

    This guide explains how you can install and use KVM for creating and running virtual machines on a CentOS 6.4 server. I will guide to install Windows on Linux server with qemu virtualization step-by-step to demonstrate how this must be done. KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e.,…

    Read More Install Windows on Linux server with QEMU VirtualizationContinue

Page navigation

Previous PagePrevious 1 … 6 7 8 9 10 … 18 Next PageNext

© 2026 TienLe.sol

  • Home
  • AI & Agents
  • General
    • Linux & Servers
  • About
  • PHP & Web Development
  • Databases
  • NoSQL & Big Data
  • MySQL
  • Performance & Scaling