To Change the SSH Port for Your Linux Server Connect to your server via SSH (more info). Switch to the root user (more info). Run the following command: vi /etc/ssh/sshd_config Locate the following line: # Port 22 Remove # and change 22 to your desired port number. Restart the sshd service by running the following command: . . . Read more
Sometimes you need to open a port on your server, you want it to be recheable only from specific IP address, you can use Iptables for this: iptables -I INPUT -p tcp -s 118.70.15.19 –dport 22 -j ACCEPT In that case, you are opening ssh port only to IP 10.1.1.2, . . . Read more
find 2015/ *.{jpeg,jpg} -exec jpegoptim –size=300k {} \; find images_folder/ *.png -exec optipng {} \;
Dùng html_entity_decode()
Sorry you have no rights to view this entry!
Sorry you have no rights to view this entry!
ALTER TABLE bocaodientu ADD INDEX `filename` (`filename`); ALTER TABLE bocaodientu_dangkymoi ADD INDEX `bchash` (`bchash`);
Sorry you have no rights to view this entry!
Sorry you have no rights to view this entry!
1. Cài đặt Download tại https://s.innocom.vn/VtigerFree/InnocomVtiger.rar Giải nén ra màn hình hoặc ở trong một thư mục mà đường dẫn không có dấu cách (ví dụ New Folder là không được) Chạy file InnocomVtiger.exe và ấn start, chọn allow nếu hỏi (Hãy đảm bảo các webserver khác (như Xampp, Mamp, Wamp) . . . Read more