Jaigarage

Vannako! Jaigarage Users.

Latest Posts

Pass: The Unix Password Store

Mar 13, 2025

`pass`, also known as the Unix password store, is a simple, command-line-driven password manager that follows the Unix philosophy. It stores passwords in GPG-encrypted files, organized in a simple directory tree, and can be easily synchronized using Git.

Pi-hole: Network-wide Ad Blocking

Feb 19, 2025

Pi-hole is a Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole, and optionally a DHCP server, for a private network. It is designed to protect your devices from unwanted content like ads, trackers, and malicious websites across your entire network, improving privacy and browsing speed.

Btop

Feb 14, 2025

`btop` is a fast, modern, and fully customizable command-line resource monitor that displays usage and stats for processor, memory, disks, network, and processes. It's a visually appealing and feature-rich alternative to traditional tools like `top` and `htop`, offering an interactive interface and extensive configuration options.

Hugo CLI

Feb 14, 2025

Auto-completion for command-line interface (CLI) tools significantly enhances productivity by reducing typing, minimizing errors, and making it easier to discover available commands and options. If you want auto-completion for Hugo commands in the terminal (CLI), you can enable shell completion for Bash.

No UTF-8 Locale Fix

Feb 14, 2025

Locales define the language, country, and character encoding settings for your system. UTF-8 is a variable-width character encoding that can represent every character in the Unicode character set, making it essential for displaying international characters and ensuring proper text handling in modern Linux environments.

Browsers

Feb 10, 2025

Web browsers are arguably the most essential applications on any computer, serving as our primary gateway to the internet. With a multitude of options available, choosing and installing the right browser for your needs is crucial. This guide will walk you through the installation process for two of the most popular web browsers on Linux: Google Chrome and Mozilla Firefox.

Icon Themes

Feb 10, 2025

Customizing the look and feel of your Linux desktop is one of its most appealing features. Icon themes and desktop themes can dramatically change your user interface, making it more aesthetically pleasing and personalized. This guide will walk you through installing and applying some popular icon and desktop themes, specifically focusing on the Papirus Icon Theme and Arc KDE Theme, to enhance your Linux experience.

Shortcodes

Feb 10, 2025

No summary available.

Operating System

Jan 18, 2025

Choosing and installing an operating system is a fundamental step in setting up any computer. Linux, a powerful and open-source operating system, offers unparalleled flexibility, security, and a vast ecosystem of software. This guide will walk you through the process of installing a Linux-based operating system, covering how to select a distribution, create bootable installation media, and perform the initial setup.

ADB CLI: Connect and Debug Android Devices

Jan 15, 2025

Android Debug Bridge (ADB) is a versatile command-line tool that lets you communicate with an Android-powered device. ADB provides various device actions, such as installing and debugging apps, and it offers access to a Unix shell that you can use to run commands on a device.

Mobile Screencast: Android to OBS via RTMP & IP Camera

Jan 15, 2025

Mobile screencasting allows you to display your mobile device's screen on another device, such as a computer, often for recording or live streaming. This is particularly useful for creating tutorials, showcasing mobile games, delivering presentations, or simply mirroring your phone's display to a larger screen.

Sync Folders with Rsync

Jan 15, 2025

Rsync (remote synchronize) is a fast and versatile command-line utility for synchronizing files and directories between two locations. It's widely used for backups, mirroring, and data migration due to its efficiency in transferring only the changed parts of files.

Gemini-CLI Setup in Linux

Oct 29, 2024

This guide will walk you through setting up the Gemini CLI on a Linux system. The Gemini CLI is a powerful tool for interacting with Google's Gemini models directly from your command line, enabling scripting, automation, and quick experimentation with AI models.