today's howtos
-
How to verify Mastodon users with cryptography | Enable Sysadmin
Use open source GPG key pairs and Keyoxide to prove your identity on Mastodon.
-
How to set up an Ubuntu VM in Windows Server
-
Reset Root Password In Fedora 37, 36 - OSTechNix
Have you forgotten the root password in Fedora? Or do you want to change the root user password in your Fedora system? No problem! This brief guide walks you through the steps to change or reset root password in Fedora operating systems.
-
Add, Delete And Grant Sudo Privileges To Users In Fedora 37, 36 Create sudo user in Fedora
Using sudo program, we can elevate the ability of a normal user to run administrative tasks, without giving away the root user's password in Linux operating systems. This guide explains how to add, delete and grant sudo privileges to users in Fedora 37 and 36 desktop and server editions.
I've divided this guide in three sections. The first section teaches you how to create a new user. In the second section, you'll learn how to give sudo access to the existing user. And in the last section, you will know how to remove sudo access from a user. I've also provided example commands in each section, so you can understand it better.
-
How to Install Teamviewer using Ubuntu terminal - Linux Shout
Learn how to download and install Teamviewer in Ubuntu Linux using Terminal without using a browser or any kind of external application.
Teamviewer for Linux works similarly to Windows, however, the installation of it on Linux would be not easy for everybody. Nevertheless, not much difficult as well.
This remote maintenance & assistant software is free for personal use. And allows sharing of a desktop between two computers.
-
Installing LAMP Server on Localhost on Ubuntu
When you start learning Linux sysadmin, one of the common tasks you'll come across is installing the LAMP server.
LAMP is a tech stack that refers to the collection of the following software required to run a web application: Linux, Apache, MySQL, and PHP.
While these days, you can deploy servers preconfigured with a web service or run services in containers, installing the LAMP stack is classic.
It may seem complicated at the beginning but it gives you a good way to test and practice your Linux knowledge.
The best thing is that you don't need a cloud server for that. You can install LAMP on your own computer to create a local development environment.
In this guide, you'll get a LAMP stack up and running on an Ubuntu 22.04 machine. At the end of this process, you will have a web server running with a MySQL database backend and the PHP programming language to write dynamic content.