today's howtos
-
Net2 ☛ How To Install Odoo 17 on Ubuntu 22.04
Odoo is a comprehensive software suite that helps businesses manage different functions, such as CRM, project management, accounting, e-commerce, billing, manufacturing, warehousing, and inventory control. Odoo aims to offer a unified and efficient solution for various business needs.
-
Linuxiac ☛ Installing Dozzle: A Superb Real-Time Docker’s Logs Viewer
Discover how to install Dozzle, the ultimate Docker log viewer, for real-time insights into your containers' activities.
-
LinuxConfig ☛ Setting a Static IP Address in Ubuntu 24.04 via the Command Line
-
Linuxize ☛ Install ONLYOFFICE Docs on Ubuntu 22.04 and connect Oracle DB
This article explains how to install ONLYOFFICE Docs on Ubuntu 22.04 using Docker and connect Oracle Database.
-
TecAdmin ☛ How to Setup mod_wsgi with Apache for Python Apps
In this comprehensive guide, we’ll walk you through the process of installing and configuring mod_wsgi, a popular Apache module used to host Python applications on a web server. Whether you’re deploying a Django, Flask, or Pyramid application, understanding how to set up mod_wsgi is crucial for a successful deployment.
-
The New Stack ☛ Docker Basics: How to Use Dockerfiles
By using a image, it is not only possible to deploy one container after another, it’s quite easy.
-
Ubuntu Handbook ☛ How to Install GO (golang 1.22) in Ubuntu 22.04
Go programming language announced the new 1.22 release this Tuesday! Here’s the new features and how to install guide for Ubuntu & other Linux. What’s New in Go 1.22: The variables declared by a “for” loop were created once and updated by each iteration.
-
TecMint ☛ How to Install and Configure NTP in RHEL Systems
NTP (Network Time Protocol) is a protocol that runs over port 123 UDP at the transport layer and allows computers to synchronize time over networks
-
TecMint ☛ How to Find and Kill Running Processes in Linux
Efficiently managing running processes is a crucial aspect of GNU/Linux system administration, enabling administrators to maintain system performance and troubleshoot issues by finding and terminating [..]
-
TecMint ☛ How to Set Time, Timezone and Synchronize System Clock in Linux
The ‘timedatectl‘ command is a new utility for RHEL-based and Debian-based distributions.
-
Install Python 3.12 && Pycharm 2023.3 along with system-wide 3.11 on Manjaro KDE 23.1
Once pyenv is installed you can easily switch between one project that uses Python 3.12
-
Nicolai Hähnle: Building a HIP environment from scratch
HIP is a C++-based, single-source programming language for writing GPU code. "Single-source" means that a single source file can contain both the "host code" which runs on the CPU and the "device code" which runs on the GPU. In a sense, HIP is "CUDA for AMD", except that HIP can actually target both AMD and Nvidia GPUs.
-
Linux Links ☛ explainshell – match command-line arguments to their help text
explainshell is a tool (with a web interface) which parses man pages, extracts options and explains a given command-line by matching each argument to the relevant help text in the man page.
-
Linux Journal ☛ Essential Keyboard Shortcuts and Time-Saving Tips for GNU/Linux Productivity
Linux stands as a beacon of efficiency and flexibility in the world of operating systems, especially favored by developers, system administrators, and power users for its robustness and open-source nature. One of the keys to unlocking the full potential of GNU/Linux lies in mastering its keyboard shortcuts and employing time-saving tips that significantly enhance productivity. This guide will navigate through the essential shortcuts and tips across various GNU/Linux desktop environments (DEs), delve into the command line's power, and share advanced techniques for power users.
-
TecAdmin ☛ (Resolved) NotSupportedError with caching_sha2_password in Python
When working with MySQL databases from Python applications, encountering errors related to authentication plugins can be a common hurdle. One such error that developers often face is: mysql.connector.errors.NotSupportedError: Authentication plugin ‘caching_sha2_password’ is not supported.
-
TecAdmin ☛ (Resolved) ModuleNotFoundError: No module named ‘PIL’
Encountering a ModuleNotFoundError can be a frustrating experience when you’re eager to start a new project or run an existing one. This error typically occurs when Python can’t find a module you’ve attempted to import.
-
idroot
-
ID Root ☛ How To Install PostfixAdmin on Debian 12
In this tutorial, we will show you how to install PostfixAdmin on Debian 12. PostfixAdmin is a web-based interface that simplifies the management of Postfix mail servers. It provides a user-friendly platform for administrators to manage email addresses, domains, and aliases.
-
ID Root ☛ How To Install LAMP Stack on openSUSE
In this tutorial, we will show you how to install LAMP Stack on openSUSE. The LAMP stack, an acronym for Linux, Apache, MariaDB/MySQL, and PHP, is a powerful set of open-source software that provides a robust platform for developing and hosting web applications. Its components are widely used, making it a popular choice for web developers.
-