Skip to content

TienLe.sol

  • Home
  • AI & Agents
  • GeneralExpand
    • Linux & Servers
  • About
  • PHP & Web Development
  • DatabasesExpand
  • NoSQL & Big Data
  • MySQL
  • Performance & Scaling
TienLe.sol
  • Install RocketChat with Docker Compose for Development
    DevOps & Infrastructure

    Install RocketChat with Docker Compose for Development

    ByConan June 8, 2018July 17, 2026

    If you ask me: what the hell Rocketchat is, then you should better ask Google. This article notes steps to install RocketChat with Docker Compose for development purpose. 1. Create docker-compose.yml I want to expose the mongo port (27017) to the host network so I also declare it in the ports param. I also map the…

    Read More Install RocketChat with Docker Compose for DevelopmentContinue

  • Use Yandex ClickHouse for Analytics with Data from MySQL
    MySQL

    Use Yandex ClickHouse for Analytics with Data from MySQL

    ByConan May 4, 2018July 17, 2026

    Today I will discuss a newborn star on DB for analytics: ClickHouse by Yandex. ClickHouse is quite new when comparing to other solutions, however, there are lots of popular giants using it in production such as Yandex and Cloudflare. In this blog entry, I will note necessary steps to setup ClickHouse for Analytics with Data…

    Read More Use Yandex ClickHouse for Analytics with Data from MySQLContinue

  • PHP & Web Development

    Upgrade to latest Nginx and PHP-FPM on Ubuntu 16

    ByConan April 20, 2018July 17, 2026

    Ubuntu 16 might be the most popular Ubuntu version (right now), so I put more effort on it. By default, the current Ubuntu 16.04 officially support PHP 7.0.x and Nginx 1.10.x versions. However as a crazy one who always wanna try latest releases, I cannot bear with it. So, below are steps help you upgrade…

    Read More Upgrade to latest Nginx and PHP-FPM on Ubuntu 16Continue

  • GitLab docker on Ubuntu
    DevOps & Infrastructure

    GitLab docker on Ubuntu

    ByConan February 7, 2018July 17, 2026

    Today I decided to move my self-hosted gitlab instance to Docker so that I will not need to reinstall and configure lots of things when migrating from one host to another host. So I blog this entry to note steps to install gitlab docker on Ubuntu. Install Docker CE (or Docker Compose if you want)…

    Read More GitLab docker on UbuntuContinue

  • Server Monitoring with Zabbix
    DevOps & Infrastructure

    Server Monitoring with Zabbix

    ByConan December 25, 2017July 17, 2026

    For a long time, I have stuck on many hosted monitoring softwares to avoid management effort on a self-hosted monitoring system. However, free stuffs cannot go long so I must move from services to services. This makes me tired! Thus I decided to return to a self-hosted solution so that I do not need to…

    Read More Server Monitoring with ZabbixContinue

  • React Native – Beginner’s Notes
    PHP & Web Development

    React Native – Beginner’s Notes

    ByConan November 5, 2017July 17, 2026

    Introduction As when I started working on React more than 1 year ago, I faced many noob issues that I think many newbies will also struggle with. Several weeks ago, I enter the React Native world, and I have been learning as a newbie again. As I do not have enough time to dedicate 100%…

    Read More React Native – Beginner’s NotesContinue

  • Hadoop A Beginner’s Note
    NoSQL & Big Data

    Hadoop A Beginner’s Note

    ByConan August 24, 2017July 17, 2026

     NameNode (NN) NN holds the metadata of the files in HDFS, maintains the entire metadata in RAM It is important to run NN from a machine that has lots of RAM at its disposal. The higher the number of files in HDFS, the higher the consumption of RAM In case the namenode daemon is restarted Read fsimage…

    Read More Hadoop A Beginner’s NoteContinue

  • Create a new VM from KVM disk in Proxmox
    DevOps & Infrastructure

    Create a new VM from KVM disk in Proxmox

    ByConan July 5, 2017July 17, 2026

    Today I restored a Cloudera disk to Proxmox KVM to try out this excellent big data open source. I think the procedure is not hard, but it is quite verbose and it might take time to find out where to find each option. So I decided to note here the procedure to Create a new…

    Read More Create a new VM from KVM disk in ProxmoxContinue

  • Docker – Beginner’s Notes
    DevOps & Infrastructure

    Docker – Beginner’s Notes

    ByConan March 7, 2017July 17, 2026

    Well, after a year returning to Docker, I can still be considered as a beginner since I forgot almost things that I did before :shame: So this entry, Docker – Beginner’s Notes, is just a way that helps me in the future (hopefully). Useful commands to remember: docker images, docker ps -a, docker rm <container_name>, docker…

    Read More Docker – Beginner’s NotesContinue

  • Validate a Let’s encrypt certificates on CloudFlare-enabled websites
    Linux & Servers

    Validate a Let’s encrypt certificates on CloudFlare-enabled websites

    ByConan March 6, 2017July 17, 2026

    In this quick tutorials, I will mention a method to Auto-Renew / Validate a Let’s encrypt certificates on CloudFlare-enabled websites. As you may know, if you use CloudFlare for DNS/CDN purposes, then you cannot access to several server ports for Let’s Encrypt to validate the certification request. So in this case, we need to use…

    Read More Validate a Let’s encrypt certificates on CloudFlare-enabled websitesContinue

Page navigation

Previous PagePrevious 1 2 3 4 5 … 18 Next PageNext

© 2026 TienLe.sol

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