today's howtos
-
How to Rotate a Video With VLC Media Player
The versatile VLC media player allows you to rotate the video orientation as well. Quite handy for watching smartphone recorded videos on desktop.
-
idroot
-
How To Install Vim Text Editor on Debian 12
In this tutorial, we will show you how to install Vim Text Editor on Debian 12. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS.
-
How to Use Stat Command on Linux
The Linux operating system offers an array of powerful tools that empower users and administrators to gain deep insights into their file systems. One such tool is the stat command, a versatile utility designed to provide an in-depth understanding of files and directories.
-
Restarting Ubuntu System Using Command Line Interface
Restarting your Ubuntu system is a routine task, but knowing how to do it via the Command Line Interface (CLI) can be incredibly useful for system administrators and advanced users.
-
-
howtoforgo
-
How to Install Ruby on Rails on Debian 12
Ruby on Rails or RoR is a free and open-source web application framework written in Ruby and released under the MIT license. Rails is a full-stack web framework for easily building enterprise-grade applications.
-
How to Install GLPI IT Inventory Management on Debian 12
GLPI is an open-source IT asset and Helpdesk management solution written in PHP. In this guide, I'll show you how to install GLPI IT Management Software on a Debian 12 machine.
-
How to Install and Configure Nginx with PHP-FPM on CentOS 8
Nginx is a free, open-source, and one of the most powerful web servers worldwide. This tutorial will teach us how to install Nginx with PHP-FPM support in CentOS 8.
-
How to Install ERPNext on Debian 12
ERPNext is an open-source enterprise resource planning (ERP) solution. In this tutorial, we will guide you through the installation of ERPNext on the Debian 12 server. You will install ERPNext with a MariaDB database server, Nginx as a reverse proxy and a supervisor process manager.
-
How to Manage Multiple Node.js Versions using NVM (Node Version Manager)
NVM or Node Version Manager is a command-line tool for managing multiple Nodejs versions. In this tutorial, I will show you how to install and use NVM for managing multiple Nodejs versions on your computer.
-
How to Rename Network Interfaces to eth0 on CentOS
In this article, we will learn about the Linux interface naming. You will learn how the network interface on Linux named eth(X), ens(X), eno(X), etc.
-
How to Install a Secure FTP Server with vsftpd on Debian 12
vSFTPd or Very Secure FTP Daemon is a free and open-source FTP server software. In this tutorial, you will learn how to set up and create a secure FTP server with vsftpd on a Debian 12 server. In this guide you will also learn how to secure your FTP server installation via UFW (Uncomplicated Firewall) and how to connect to the FTP server using the FTP client FileZilla.
-
Guide to Install Django Web Framework on Debian 12
Django is a free and open-source Python Web Framework used to develop dynamic websites and applications. This guide will show you how to install the Django web framework on a Debian 12 server.
-
-
How to install Arduino IDE on Ubuntu
Arduino IDE is a software that you can use to connect to your arduino board.
You basically write your code on Arduino IDE and then you upload it to your arduino board.
-
How to Install Automad CMS on Fedora Linux
Automad is a file-based open-source content management system and template engine written in PHP. Instead of using a database, Automad uses human-readable text files to store content, hence making it portable and easy to install.
-
How to Install Memcache Server on Ubuntu 22.04
Memcached is a high-performance distributed memory cache service that is primarily used to speed up sites that make heavy use of databases. It does so by caching data and objects in RAM, which reduces the need to access the database on subsequent requests.
-
11 Tips for Syncing Bookmarks and Passwords Between Firefox and Chrome
Google Chrome and Mozilla Firefox are the most popular web browsers that have been used by people across the world, for quite some time now.
-
60 Seconds of WIP, 14 September 2023
Today we have a tidbit from Run Your Own Mail Server, where I discuss debugging submission at the command line. Don’t leap straight to OpenSSL or a TLS-aware netcat, though. Submission doesn’t take a straight username and password.
-
Install Cockpit Flatpak Client on Debian BookWorm (12.1) (KDE Desktop)
Post below might be useful for Debian BookWorm Clones like SparkyLinux7 Orion Belt or any similar distro based on Debian 12.1.
-
How to Install Odoo ERP on Debian Linux
Odoo, also known as OpenERP, is a free and open-source enterprise resource planning application based on Python. It is a full-featured application and includes open-source CRM, point of sales, human resources management, point of sales, invoicing and accounting, event management, email marketing, order tracking, etc.
-
How to install wget on Fedora Linux using the dnf command
Wget is a command-line tool to download files from the Internet or local servers. It is not a graphical user interface (GUI) program, and it must be used by typing commands into a terminal application. You can download files from the web. It supports HTTP, HTTPS, FTP, and other protocols. It can mirror entire websites or directories. Wget can resume downloads interrupted due to a network error or a power outage. Wget can start the download again from where it left off. Thus saving you bandwidth and download time. Let us see how to install wget under Fedora Linux.
-
How to Self-Host and Install Ghost on Your Linux Server
Ghost is an open-source content management program that allows you to easily create a blog and a newsletter service. You can choose to subscribe to the Ghost(Pro) service to use the CMS, or, if you are more technically inclined, self-host it on your server. Here we show you the latter - self-host Ghost on your Linux server.