today's howtos
-
Transfer files and folders from Windows to Linux with WinSCP [Ed: Covering Windows instead of Linux again]
-
How to Dockerize a Django Application – NextGenTips
In this tutorial, we are going to learn how to dockerize a Django application so that it will be in a position to run on any platform.
Docker is a set of platform-as-a-service products that uses OS-level virtualization to deliver software in packages called containers.
Docker containers allow an application to carry all its dependencies and to take the container anywhere you want it to run reliably be it a laptop, local data center, or on the cloud. What makes Docker very useful in today’s production ecosystem is very efficient and takes away repetitiveness and mundane configuration tasks. So build, share and run it anywhere.
-
How to Remove a Package on Manjaro - Linux Nightly
There are times when we’re not happy with the programs we download and install and want to completely remove them from the system. In this tutorial, we will learn how to remove a package from Manjaro using pacman and GUI method.
-
Get Public and Private IP in Kali Linux - Linux Nightly
In this tutorial, we will learn how to get the information of our private and public IP addresses on Kali Linux via command line terminal and GUI.
If you’re wondering what the difference is between a private and a public IP address, the answer is very simple. A private IP address is one that is connected to a local network and interacts with other devices on the same network. Whereas a public IP is an address that can be only identified on the Internet.
-
How to Install and Use VirtualBox 7.0 in AlmaLinux
In this guide, we will explore how to install VirtualBox 7.0 in AlmaLinux 9 and AlmaLinux 8 distributions to create guest virtual machines using an ISO image file.
Currently owned and maintained by Oracle, Oracle VM VirtualBox is one of the world’s most popular open-source virtualization platforms that enables users to create virtual machines from the underlying computer hardware.
-
How to Install PostgreSQL and pgAdmin in RHEL 9
In this article, you will learn how to install the PostgreSQL 15 database server and pgAdmin 4 in RHEL 9 Linux distribution.
PostgreSQL is a powerful, widely-used, open-source, multi-platform, and advanced object-relational database system known for its proven architecture, reliability, data integrity, robust feature set, and extensibility.
pgAdmin is an advanced, open-source, full-featured, and web-based administration and management tool for the PostgreSQL database server.