Install Django on Debian 9 Stretch

Django is a Python Web framework that encourages rapid development of applications. This tutorial helps you to install Django on Debian 9 Stretch system. After that create and run your first Django applications. Step 1 – Prerequsities The latest version’s of operating systems come with default Python 3 installed. The minimal installation systems may not […]

Share:
Continue Reading

Use Fail2ban to Secure Your Linux Server

Improving your server security should be one of your top priorities, when it comes to managing a linux server. By reviewing your server logs, you may often find different attempts for brute force login, web floods, exploit seeking and many others. With an intrusion prevention software such as fail2ban you can examine your server logs and add extra […]

Share:
Continue Reading

Install Oracle Java 11 on Debian 9 (Stretch)

Java is a popular programming language for the system software development and web application. You need to install the Java Development Kit (JDK) and Java Runtime Environment (JRE) for the setup of the Java development environment. JDK compiled the source java file and make a java class file. JRE is used to run that intermediate […]

Share:
Continue Reading

Cài chứng chỉ SSL miễn phí của Let’s Encrypt cho web server trên Ubuntu

Sau bài giới thiệu chứng chỉ SSL Let’s Encrypt, nay mình sẽ viết bài hướng dẫn cài chứng chỉ ssl miễn phí của let’s encrypt cho web server trên Ubuntu. CÀI CHỨNG CHỈ SSL MIỄN PHÍ CỦA LET’S ENCRYPT LÊN UBUNTU (14.04, 16.04, 17.10, 18.04) Truy cập vào VPS, Server với quyền root, cài đặt […]

Share:
Continue Reading