Blog

Here you can see my blog entries.

Using SSH to Connect to Remote Servers

SSH (Secure Shell) is a network protocol that provides secure, encrypted communication between two untrusted hosts over an insecure network. It’s commonly used for logging into remote servers, executing commands, transferring files securely, and setting up virtual private networks (VPNs). SSH provides a secure alternative to traditional Telnet and FTP protocols. Installation To install openssh, run the following command: sudo pacman -Syu openssh To use openssh as a client and connect to a server, run:

Arch Linux Bluetooth Audio Setup Guide

In this blog post, I’ll show you how to set up Bluetooth audio on Arch Linux. We will be using bluez for handling Bluetooth and pulseaudio for handling audio. The bluez and bluez-utils packages provide the Bluetooth protocol stack and control utilities, respectively. The pulseaudio-bluetooth package provides Bluetooth support for the pulseaudio sound server, which should already be installed on your computer. Installing Required Packages To get started, we will need to install bluez, bluez-utils and pulseaudio-bluetooth packages.