1) Tạo ra file Keystore và CSR (tạo nó trong server mình sẻ gắn SSL vào) 1.1) Tạo ra keystore với dòng lệnh
|
keytool -keysize 2048 -genkey -alias tomcat -keyalg RSA -keystore tomcat.keystore |
sau khi chạy dòng lệnh trên thì …
Read More “Cấu hình SSL Godaddy cho tomcat 7”
Các định dạng file giải nén với tar *.tar,*.tar.gz, *.tar.bz2
|
tar -xvf file.tar Hoặc tar -xzvf file.tar.gz Hoặc tar -xjvf file.tar.bz2 |
Giải nén và ghi kết quả vào một file
|
tar -xvf file.tar foo.txt tar -xzvf file.tar.gz foo.txt tar -xjvf file.tar.bz2 foo.txt |
Giải nén vào thư mục
|
tar -xvf file.tar etc tar -xzvf file.tar.gz etc tar -xjvf file.tar.bz2 etc |
Các ký tự …
Read More “Nén và giải nén file với tar trên Unix”
Copy từ window to linux. Download file PSCP từ : http://www.chiark.greenend.org.uk/~sgtatham/putty/ Set Path đến file PSCP lưu trong thư mục chưa file PSCP. Mở command Dos set PATH=C:\Program Files\PuTTY Copy từ Window …
Read More “Copy từ window đến linux hoặc ngược lại.”
Xem MySql củ yum list installed | grep -i mysql Xoá MySql củ yum remove mysql mysql-* Remi Dependency on CentOS 6 and Red Hat (RHEL) 6 rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm …
Read More “Setup My SQL Centos”