Linux

How to Install Gitea on Ubuntu 20.04
Gitea is a fast and easy-to-use self-hosted git server written in Go. It includes a repository file editor, project issue tracking, user management, ...
Understanding Linux File Permissions
In Linux, file permissions, attributes, and ownership control the access level that the system processes and users have to files. This ensures that o...
How to Install and Configure an NFS Server on Ubuntu 20.04
NFS or Network File System is a distributed file system protocol that allows you to share directories over a network. With NFS, you can mount remote ...
Install and Configure Fail2ban on Debian 10
All servers that are accessible from the Internet are at risk of malware attacks. For example, if you have an application that is accessible from the...
How to Install Asterisk on Ubuntu 20.04
Asterisk is a popular open-source PBX platform for developing communications applications such as conference servers and VoIP gateways. It is used by ...
How to Setup FTP Server with VSFTPD on Ubuntu 20.04
This article describes how to install and configure an FTP server on Ubuntu 20.04 that you use to share files between your devices.FTP (File Transfer...
How to Install Python 3.9 on Debian 10
Python is one of the world's most popular programming languages. It is a versatile language used to build all kinds of applications, from simple scri...
Bash wait Command
wait is a command that waits for the given jobs to complete and returns the exit status of the waited for command.Since the wait command affects the ...
How to Install VMware Workstation Player on Ubuntu 20.04
VMware Workstation Player is a desktop virtualization software that allows you to run multiple, isolated operating systems on a single machine.With VM...