today's howtos
-
How to swap panes in Tmux
Tmux is an open-source utility that manages numerous terminal windows effectively. Most people know the idea of tab management in Linux Terminal if they have ever used the Terminator application. We may divide the terminal into several panes using Tmux. We can move, resize, and flip between these panes to make adjustments.
This lessens the agony of juggling many Gnome terminal windows and tabs. In most cases, closing an SSH connection also closes any associated remote terminal sessions. Tmux can assist since it keeps track of those sessions even if the SSH connection is lost.
-
How to customize the tmux configuration
Tmux is one of the best applications you can use on a Linux/Unix-based operating system. It is a beefed-up GNU screen version commonly referred to as a terminal multiplexer. You can append Tmux’s behavior using the tmux.conf file. This Tmux configuration file is used to change many things, such as custom keybindings, modifying the status bar, customizing color schemes, and many more. In this article guide, we shall learn how to customize the tmux configuration file (tmux.conf)
Before we dive into the primary subject matter, we shall brush through the installation, how to launch and how to use sections to enable us to be on the same page. Check our detailed article that covers installing and using Tmux on Linux.
-
How to Upgrade Python Packages with Pip
Don't forget all those Python packages you installed on your system. Here's what you need to know about updating Python packages with Pip.
-
How To Install ClipGrab on Ubuntu 20.04 | 22.04 LTS - Unix / Linux the admins Tutorials
In this guide, we will illustrate how to install ClipGrab on Ubuntu systems.
ClipGrab is a donationware video download manager, allowing the download of videos from a variety of websites such as YouTube, Vimeo, Dailymotion or Facebook. It has been praised for its user-friendliness, but also flagged as malware by security software. It can convert the downloaded files to other file formats such as MP3, MPEG4, OGG Theora or WMV. It is published as free software under the terms of the GPL-3.0-or-later license.
-
How To Install Texstudio on Ubuntu 20.04 | 22.04 LTS
TeXstudio is a cross-platform open-source LaTeX editor. Its features include an interactive spelling checker, code folding, and syntax highlighting. It does not provide LaTeX itself – the user must choose a TeX distribution and install it first.
Originally called TexMakerX, TeXstudio was started as a fork of Texmaker that tried to extend it with additional features while keeping its look and feel.
-
How To Install Beekeeper Studio on Ubuntu 20.04 | 22.04 LTS
Beekeeper Studio is built with Vue.js, a lovely little web framework that is similar to React and Angular, but a little smaller and easier to work with (personal opinion, no hate mail please).
Beekeeper Studio is built and maintained by Matthew Rathbone in Dallas, TX.
Its the SQL Editor and Database Manager Of Your Dreams. Its’ really a modern, easy to use, and good looking SQL client for MySQL, Postgres, SQLite, SQL Server, and more.
-
How to install Ktorrent in Ubuntu 20.04 | 22.04 LS
In this small guide, we will show you how to install Ktorrent in your Ubuntu system.
KTorrent is a BitTorrent client that is part of the KDE Gear. It is an advanced BitTorrent client for the K Desktop Environment.
-
How to adjust the Tmux pane size
Tmux is a useful Linux program that allows for terminal window multitasking. Tmux is an acronym for Terminal Multiplexing, a program based on the concept of sessions. When using Tmux, you can disconnect and run it in the background before reattaching it again. The Tmux app can replace the famous GNU screen.