Author: bartez64

Systemctl Command Examples

If you are using any popular Linux distribution including Debian, Ubuntu, Arch, openSUSE, or Fedora, your system uses systemd as its init system. Sure, there are controversies surrounding systemd. But, it is the most used init system. In a systemd-equipped distro, there is a command that …

Install ADB and Fastboot on Ubuntu and other Linux

If you are a developer and want to install apps directly to Android for testing purposes, then using adb (Android Debug Bridge) and fastboot will get things done in the most efficient manner possible. Sure, it can also be useful when you want to access the …

Set Static IP Address on Raspberry Pi

Recently, I set up Jellyfin media server on my Raspberry Pi. My Pi is wirelessly connected to the router and one problem I faced with this setup is accessing the media server on the TV or other devices. Why? Because the Pi got assigned a random …