Category: Hệ thống

Collecting Ubuntu Linux System Information

Find the system host name Display the system’s host name: $ hostname $ cat /etc/hostname server1 Display the system’s DNS domain name: $ dnsdomainname cyberciti.biz Display the system’s Fully Qualified Domain Name (FQDN): $ hostname…

Xem thêm

Docker basic

What is Docker? When people talk about docker they are most likely talking about the docker engine. Docker is in fact an organization which creates tools to assist with the creation and deployment of software…

Xem thêm

AppCatalyst & Docker Lab

“VMware AppCatalyst is an API and Command Line Interface (CLI)-driven Mac hypervisor that is purpose-built for developers, with the goal of bringing the datacenter to the desktop.” This Hands-on Lab will walk you through the…

Xem thêm

Tối ưu Nginx

I – Tối ưu Nginx: 1) Bố trí lại các tệp tin cấu hình: Thông thường thì các tệp tin cấu hình của Nginx sẽ được lưu trữ trong thư mục “/etc/nginx”. Một cách tổ…

Xem thêm

Install Redis on CentOS 6.5

Perform an update to ensure you’ve got the latest of everything in the base package. yum update Install wget so you can download a few things. yum install wget Allow yum to locate/install redis, per…

Xem thêm

Redis – Environment

Install Redis on Ubuntu To install the Redis on Ubuntu, go to terminal and type the following commands: $sudo apt-get update $sudo apt-get install redis-server This will install redis on your machine. Start Redis $redis-server…

Xem thêm