How to install dnscrypt proxy with adblocker on Linux
DNSCrypt is a protocol to authenticate and encrypt DNS traffic between your device and recursive name servers such as Google, Cloudflare, ISP/3rd party servers, or your own DoH server based…
DNSCrypt is a protocol to authenticate and encrypt DNS traffic between your device and recursive name servers such as Google, Cloudflare, ISP/3rd party servers, or your own DoH server based…
This tutorial is for older Debian versions and may not work for current versions. Please refer to the links below to find a newer tutorial. Adding a additional hard disk…
The System Security Services Daemon (SSSD) is a relative new service which provides cross-domain compatible methods for Active Directory users to authenticate to local machines using a combination of usernames…
1. Specify the name of the configured computer in the /etc/hostname file Query the current host name: cat /etc/hostname If necessary, specify a new host name: echo myhost > /etc/hostname…
Determine Drive Information We assume that the hard drive is physically installed and detected by the BIOS. To determine the path that your system has assigned to the new hard…
1 Partition The easiest and user-friendly way is probably to use gparted after you have installed your new HDD and boot your machine: sudo gparted Then you create partitions, by…
Suggested Read: How to Add a New Disk Larger Than 2TB to An Existing Linux Important: Please note that the purpose of this article is to show only how to…
To change directory permissions in Linux, use the following: Note that “r” is for read, “w” is for write, and “x” is for execute. This only changes the permissions for…
1. Access PermissionsIn many Linux distributions when we create a user, the Linux system creates a group having the same name as the user and assigns that user’s files to…
1 Install lshw on PVE 1.1 Bring up terminal from PVE directly or via SSH or by using “Shell” from PVE web gui 1.2 Enter following command to install lshw…