How to set up hugo

GETTING STARTED #Quick Start Create a Hugo site using the beautiful Ananke theme. This quick start uses macOS in the examples. For instructions about how to install Hugo on other operating systems, see install. It is required to have Git installed to run this tutorial. For other approaches to learning Hugo (like books or video tutorials), refer to the external learning resources page. #Step 1: Install Hugo...

October 10, 2022 · 3 min · 581 words · Me

How to install reflector

#Reflector Reflector is a small Python3 script that sort through the Arch Linux mirrors based on parameters of your choice and updates your mirrorlist. More info: Reflector - ArchWiki | Project website - xyne Installation pacman -S reflector Usage reflector --help will show you the available commands and their options. The following command will update your mirrorlist with the 50 fastest mirrors that have support for both HTTPS and IPV6....

October 3, 2022 · 1 min · 137 words · Me

Change Password in linux

Change the Password by Linux Command Line First, we will see how a user can change his own password. For that, the passwd command is used followed by the username as shown in the following: passwd <username> First, the user is prompted to provide the current password. Once it is accepted, the user gives the new password. Change the Password for Another User Sudo allows an access as a super user after accepting the password for sudo....

October 2, 2022 · 1 min · 196 words · Me