Categories
Linux YouTube

Verify a user’s password in Linux

Linux does not store any plain password. It only stores hashes of passwords in a file called the shadow file. That makes cracking passwords more difficult by the contrast of ancient versions of Windows in which raw passwords were stored in the system registry. Needless to state, the content of this post is purely educational […]

Categories
Raspberry Pi YouTube

Configure SSH key-based authentication on Raspberry Pi

Using password-based SSH is dangerous, especially if you want to put your Raspberry Pi on a public network such as the internet. That’s why you should disable the password-based SSH and switch to key-based authentication. In this article, you will learn how to configure SSH key-based authentication on Raspberry Pi. The process is not as […]

Categories
Raspberry Pi YouTube

Install VNC and SSH on Raspberry Pi OS

VNC and SSH are great utilities for remote access. As most Raspberry Pis operate headlessly, it makes a lot of sense to have those tools handy. In this article, we are going through how to install VNC and SSH on Raspberry Pi OS. Raspberry Pi OS is the official supported Linux for Raspberry Pi devices. […]

Categories
Raspberry Pi YouTube

Create users on Raspberry Pi OS

Raspberry Pi OS, formally known as Raspbian, is the official Raspberry Pi Linux. It’s based on Debian and shipped with many useful apps and configurations, one of which is the default pi user. While that eases getting started with the Raspberry Pi, it’s unsafe to continue using the pi user after you’ve done with the […]

Categories
Wordpress YouTube

Make your WordPress website GDPR compliant – YouTube

Because of various privacy laws, it’s necessary to have a compliant website. One of the most important and most heard privacy concerns is GDPR which mandates explicit “cookie consent” and “right to forget”. In this YouTube video, I demonstrate how to make your WordPress website GDPR compliant. A word on existing WordPress GPDR articles flaws […]

Categories
Linux YouTube

Install Arch on VirtualBox – YouTube

Seven years ago I wrote two posts related to Arch Linux which are: Arch Linux Installation, and Arch Linux Configuration. I went over them and found that they are very outdated. The process has changed a lot since then. So I decided to create a YouTube video on how to install Arch on VirtualBox. This […]

Exit mobile version