Ubuntu Server Guides

  • Ticker for Terminal

    The Ticker program is a powerful command-line tool. It tracks real-time stock and cryptocurrency prices directly within the Ubuntu Server terminal. It allows users to monitor market activity without needing a graphical interface. This makes it ideal for server environments or lightweight…

  • Two-Line Prompt

    To have your terminal show the input command on its own line, with your username and the current working directory (PWD) on a separate line, you will need to modify the shell prompt (PS1) in your terminal configuration. Here’s how you can…

  • Ubuntu Samba Server

    If you need to create a shared drive on an Ubuntu Server that Windows and Linux users can access, SAMBA is the perfect solution. This article will guide you through installing SAMBA, configuring a shared folder, and setting up user permissions. Step…

  • Ubuntu Server Programs

    This is list of programs I use on my Ubuntu Servers with some very basic information. Some of my favorite and most useful Ubuntu Server programs include Network-Tools, Ranger, TMUX, and CMUS for efficient terminal-based management. Network-Tools helps with quick network diagnostics,…

  • TMUX

    TMUX is an easy to use Terminal Multiplexer where users can split the Terminal CLI (Command Line Interface) into multiple mini Terminals. Here’s a TMUX Cheat Sheet with essential tmux commands: Installing tmux The following command installs tmux from the snap repositories….