×


Category: Cloudflare


Install Joomla on Debian 10 - Step by step guide ?

This article covers the process to follow to install Joomla CMS on Debian 10 Buster system. In fact, Joomla is a popular and widely used CMS (Content Management System) used for creating websites with little or no knowledge in markup or web programming languages.


Reset a Forgotten Root Password in Debian 10 / Debian 11

This article covers how to reset your root password in Debian 11 Linux system. In fact, you can now use the newly created password to log in or switch to your root user account.


Install VNC on Debian 10 - Step by step guide ?

This article covers the process of installing VNC on Debian 10 Buster system. In fact, VNC stands for Virtual Network Computer. This is a graphical desktop sharing system that uses the Remote Frame Buffer protocol(RFB). There are many software services that provide VNC, among them are TigerVNC, Vino, VNC4server, TightVNC e.t.c


Install qBittorrent on Debian 10 - Step by step guide ?

This article covers the process of installing qBittorrent on Debian 10 Buster system.  In fact, Qbittorent is an open-source and freely available peer-to-peer bit torrent client. It supports major bit torrent extensions like peer exchange and full encryption, etc.


Install Android Studio on Debian 10 - Step by step guide ?

This article covers the process of installing the latest version of the Android Studio on the Debian 10 server. In fact, Android Studio is the IDE (Integrated Development Environment) for Android. Built on JetBrains IntelliJ IDEA software and designed for Android development.



How to Add Android studio icon to Desktop ?

  • Open android studio App and click Configure.
  • Here click 'Create Desktop Entry' option.
  • Click 'OK' for adding android studio icon to the desktop.


Configure Rsyslog Server on Debian 10 / Debian 11 (Bullseye) - Step by step guide ?

This article covers how to set up the Rsyslog server on Debian 11. In fact, Rsyslog is a free and open-source logging software that forwards all log files to the centralized log server through the IP network. It helps system administrators to keep an eye on all servers from the central point. Rsyslog works in a client/server model, it receives logs from the remote client on port 514 over the TCP/UDP protocol.


How to Install Rsyslog on any Linux distribution ?

1. First, you will need to install the Rsyslog server package on the server machine. You can install it in Debian / Ubuntu using the following command:

$ apt-get install rsyslog -y

In RHEL based distros like CentOS:

$ sudo yum install rsyslog

2. After the installation, verify the Rsyslog status using the following command:

$ systemctl status rsyslog