One of the main innovations introduced by Podman was the ability to run rootless containers. Security wise, this was a big improvement, since a potentially compromised container running as root represents a security threat for the host system. In order to obtain a similar behavior, recent versions of Docker support running the docker daemon in the user context. Running unprivileged containers, albeit more secure, has also its drawbacks, as the inability to bind to privileged host ports.
networking
How to check WiFi signal strength on Raspberry Pi
The latest Raspberry Pi models have WiFi chips built in that allow the device to connect to a wireless network. If you are connected to WiFi on your Raspberry Pi, but experiencing poor speed or dropped connections, it is time to check the WiFi signal strength to begin troubleshooting the issue. Generally, the little WiFi chip built into Raspberry Pi 4, Raspberry Pi 3, or Raspberry Pi Zero W models is about as strong as the one you would find in your mobile phone, but checking the signal strength will tell you if you are close enough to the router or hotspot.
Set static IP on Raspberry Pi
Setting a static IP address for your Raspberry Pi will ensure that the device can always be accessible at the same IP address on your network, since it will never change. This is ideal for a Raspberry Pi being used to host a service such as a gaming server, web server, etc. It makes it more convenient when applying network configurations, since you know that the Raspberry Pi can always be found at the same, predictable IP address.
How to enable VNC screen sharing on Raspberry Pi
VNC is one of the primary ways used to remotely control a Raspberry Pi. Since most users do not use the Raspberry Pi like an everyday PC, and therefore may not even have a monitor and other peripherals connected to it, being able to control the Raspberry Pi from another device comes in handy. Another common way to remotely administer a Raspberry Pi is by setting up SSH.
How to enable xrdp on Raspberry Pi
When it comes to remotely accessing your Raspberry Pi, you have a lot of options available, such as SSH and VNC. Yet another option available would be xrdp, which is the open source implementation of the Remote Desktop Protocol (RDP). RDP is commonly used on Windows systems, where it is installed by default, and other operating systems also like to implement this protocol in some capacity due to its widespread use and reliability.
How to enable X11 forwarding on Raspberry Pi
Enabling X11 forwarding on the Raspberry Pi will allow you to run graphical applications on the device from your remote PC. This has some advantages over using xrdp or VNC on your Raspberry Pi, since the applications will look better since they are running on your local PC. In this tutorial, you will see how to enable X11 forwarding on a Raspberry Pi.
How to check open ports on Raspberry Pi
Raspberry Pi devices are commonly used to host a variety of lightweight services as they can do so very affordably. A simple example would be a web server, which handles user requests whenever someone navigates to a website. In order to make sure these services are accessible either on the local network or over the internet, we must make sure that the corresponding ports are open. Checking for open ports is also an essential security task that all administrators should perform in order to make sure that their Raspberry Pi only has the ports open that are necessary.
Ubuntu Server 20.04: Connect to WiFi from command line
In this tutorial, you will learn how to connect to WiFi from command line on Ubuntu using Netplan. While this method can be used on Ubuntu desktop systems with a GUI, it is especially useful if you’re running a headless Ubuntu 20.04 system like a Raspberry Pi or need to connect to Wifi on Ubuntu Server. Follow along with us below as we connect to a WiFi on command line via SSID and network key.
How to enable and disable WiFi on Kali Linux
The objective of this guide is to show how to enable and disable the WiFi on Kali Linux. This can be done either by GUI or command line, and we’ll be showing the step by step instructions for both methods in this tutorial. This will be helpful if you’re having trouble connecting to a wireless router, or you plan to do some WiFi scanning and cracking with Aircrack-ng, for example.
How to set hostname on Raspberry Pi
The purpose of this tutorial is to show how to change the system hostname on a Raspberry Pi. The hostname is an important part of your device, as it allows it to be easily identified on the local network. The hostname is also shown in other prominent places throughout the system, such as in the prompt of the command line terminal. This helps make it easy to know which system you are working on if you frequently SSH into your Raspberry Pi and other systems simultaneously.
How to perform Internet speed test on Raspberry Pi
Performing an internet speed test from your Raspberry Pi is a good way to confirm that you are getting the expected download and upload speeds to your device. If you suspect that websites or other external connections are loading slower than they should be, performing a speed test is the first troubleshooting step to take, and allows us to see if our suspicions are correct. After the speed test, we can pinpoint the source of slow downs as either the connection to a router or other local device, or perhaps the ISP itself is the problem.
How to remotely access your ebooks library with Calibre server
Calibre is, without a doubt, the most featured ebook manager available on Linux and other operating systems. The application is completely free and open source: it lets us easily organize, convert and sync our ebooks with a variety of devices and ebook readers. Calibre has an included media server, which can be used to remotely access a library.