Author: Mr.Phan

0

Chmod và Chown trong Linux

Trong linux, muốn thay đổi permission và ownership của một file hay folder chúng ta dùng chmod và chown chmod là lệnh thay đổi permission chown là lệnh thay đổi ownership Chmod Có 2...

0

Virtual Hosting trên OpenLiteSpeed

Chuẩn bị tên miền Trước tiên chúng ta cần chuẩn bị một tên miền, vào cấu hình DNS để gán IP cho nó trỏ đến Server của chúng ta. Bước này cần phải được...

Vài cài đặt trên CentOS 6 0

Vài cài đặt trên CentOS 6

Cài đặt Python3 Run the following yum command to install Software Collections Repository (SCL) on CentOSyum install centos-release-scl Run the following command to check the Python 3 version available in the scl repository.yum –disablerepo=”*”...

0

Bài 1. Giới thiệu KeystoneJS

Giới thiệu KeystoneJS là một framework mã nguồn mở dành cho việc phát triển các database-driven websites, ứng dụng và APIs bằng Node.js. Trên nền tảng Express và MongoDB. Keystone sẽ cấu hình Express...

Thay đổi Timezone trên CentOS 0

Thay đổi Timezone trên CentOS

1. Kiểm tra Timezone # date 2. Thay đổi Timezone theo múi giờ Việt nam # rm -f /etc/localtime # ln -s /usr/share/zoneinfo/Asia/Ho_Chi_Minh /etc/localtime 3. Đồng bộ Network Time Protocol NTP về server Việt...

Thay đổi MySQL password root 0

Thay đổi MySQL password root

Bước 1. Cần khởi động mysqld với tùy chọn “–skip-grant-tables” để chạy mysql mà không cần root password Nếu là MySQL 5.7 hoặc cao hơn chạy trên CentOS/RHEL và Debian/Ubuntu hãy nhập lệnh: systemctl...

Nâng cấp lên PHP 7.x.x trên VPS PA Vietnam 0

Nâng cấp lên PHP 7.x.x trên VPS PA Vietnam

Bước 1. Update to DirectAdmin Custombuild 2.0 cd /usr/local/directadmin mv custombuild custombuild_1.x wget -O custombuild.tar.gz http://files.directadmin.com/services/custombuild/2.0/custombuild.tar.gz tar xvzf custombuild.tar.gz cd custombuild ./build update_da Bước 2. Update to PHP 7 cd /usr/local/directadmin/custombuild ./build update ./build set...