Two ways to Flush the DNS Cache on Debian

Flush DNS Cache

The DNS or the Domain Name Server can be characterized as the most essential part of your link to the internet. The DNS translates the domain names to and from the IP addresses so that we don’t need to remember or keep a list of all the IP addresses of the websites we ever want … Read more

How to Install Apache Tomcat on Debian

Debian Apache Tomcat

Apache Tomcat is an open-source Java Servlet implementation developed by the Apache Software Foundation. Besides Java Servlets, Tomcat implements several other Java server technologies, including  JavaServer Pages (JSP), Java Expression Language, and Java WebSocket. Apache Tomcat provides an HTTP Web Server for Java applications with support for HTTP/2, OpenSSL for JSSE, and TLS virtual hosting. … Read more

How to Install OpenLiteSpeed Server with PHP 8.x on Debian

Debian OpenLiteSpeed web server

OpenLiteSpeed is a free and open-source web server edition of the LiteSpeed webserver Enterprise. It is an alternate solution for Apache web servers and is compatible with most features offered by Apache. It can be installed on many operating systems including, Linux, FreeBSD, and macOS. It combines speed, security, scalability, optimization, and simplicity in a … Read more

How to install PyCharm on Debian

Debian pyCharm Installation

PyCharm is a free, open-source and fully-featured IDE for Python development. It is available in free community edition and professional edition. It is also used for other programming languages like, HTML, CSS, Javascript, SQL, Typescript and many more. You can extend the functionality of PyCharm via plugins. It also provides support for Docker, Vagrant, syntax … Read more

How to Install Odoo ERP on Debian Linux

Odoo ERP

Odoo, also known as OpenERP, is a free and open-source enterprise resource planning application based on Python. It is a full-featured application and includes open-source CRM, point of sales, human resources management, point of sales, invoicing and accounting, event management, email marketing, order tracking, etc. It is a open-source business application suite covering all your … Read more

How to Install ERPNext on Debian

ERPNext is a free and open source ERP system written in Python and JavaScript using a Frappe framework. It is designed for small and medium-sized businesses and offers all the features of an ERP system. It helps you manage business processes such as finance, sales, human resources, production, purchasing, services, helpdesk and more. It offers … Read more

How to reboot Debian using the command line

Reboot Debian 10

The Linux operating system can run without rebooting not only for weeks but for years. But sometimes, there is a good reason to reboot your Linux system after a week or two, depending on the situation. Most of the time, there are two main reasons for the reboot. First, the reboot becomes necessary when you … Read more

How to Install Magento on Debian with Nginx

Debian Magento

Magento is a widely used Open Source e-commerce software and content management system for e-commerce websites based on the PHP Zend Framework. It uses MySQL or MariaDB as the database backend. The Magento development was started in 2008 by Varien. This tutorial will show you how to install Magento 2.3.4 on the Debian Buster 10. … Read more

How to Install PostgreSQL and pgAdmin on Debian

Debian PostgreSQL

PostgreSQL or Postgres is a powerful high-performance object-relational database management system (ORDBMS) released under a flexible BSD-style license. PostgreSQL is well-suited for large databases and has many advanced features. pgAdmin4 is an open-source PostgreSQL management tool designed for multiple PostgreSQL database versions. pgAdmin4 has been created with all of the features found on the PostgreSQL … Read more