today's howtos
-
How To Install Drupal on Rocky Linux 9 - idroot
In this tutorial, we will show you how to install Drupal on Rocky Linux 9. For those of you who didn’t know, Drupal is a powerful content management system that can help you grow revenue and establish long-term loyalty with your customers by having a fast and reliable website. Drupal provides a robust content management tool with sophisticated APIs for multichannel publishing.
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. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the Drupal Content Management System on Rocky Linux. 9.
-
How to Install Ubuntu on VMware Workstation
Ubuntu is one of the most popular Linux distributions out there. Even if you are a Windows user, you may have heard of Ubuntu and its features from your peers. It has lower system requirements than Windows and can help you re-purpose your old PC.
But what if you don’t want to install it directly on your machine? We understand your skepticism about trying out a new operating system which is why you can try Ubuntu on a virtual machine. Here's how you can install Ubuntu on VMware.
-
17 Best Tips To Speed Up Your Ubuntu Linux [Ed: Not new but newly updated]
Ubuntu Linux is a polished Debian-based Linux distro; however, you may start to experience some system lag days after installation. There are many reasons this might happen. If you want to speed up your Ubuntu desktop performance, then follow these simple tips and tweaks. These tips will help you smooth out your system performance so that you can do your regular tasks more easily. You don’t have to follow all of the tips, but even just a few of them will make a big difference in the overall performance of your Ubuntu system.
-
How to install Jelly Drift on a Chromebook
Today we are looking at how to install Jelly Drift on a Chromebook.
If you have any questions, please contact us via a Rumble comment and we would be happy to assist you!
This tutorial will only work on Chromebooks with an Intel or AMD CPU (with Linux Apps Support) and not those with an ARM64 architecture CPU.
-
PyCharm 2022.3 Released! How to Install in Ubuntu 22.04 | 20.04 | UbuntuHandbook
PyCharm Python IDE 2022.3 was finally released a few days ago. Here are the new features and how to guide for installing it in Ubuntu Linux.
-
Clocks in multiple time zones with i3status
Many of my coworkers are on Central European Time (CET) and they’re seven hours ahead of me (most of the time). Then there are those weird times of year where they move their clocks for Daylight Savings Time before we do in the USA.
-
Kubernetes 101: Install Kubernetes on Rocky Linux - The New Stack
Kubernetes is an incredibly powerful container orchestrator that can deploy and manage containerized applications at scale with more power and flexibility than any other tool on the market.
Thing is, Kubernetes is hard. Really hard. With so many moving pieces, developing an application or service to be deployed to a Kubernetes cluster can be an overwhelming challenge. It takes a lot of skill and patience to get this right.
Given that Kubernetes container development itself is such a challenge, you probably don’t want to have to deal with yet more obstacles to get things up and running. Guess what, installing Kubernetes on a Linux server isn’t exactly the easiest thing either.
Once upon a time, it was much simpler, thanks to distributions like Ubuntu and the Docker container runtime. However, the Kubernetes team decided to strip Docker support from Kubernetes, which makes using it on some operating systems a bit more challenging. Kubernetes is an open source project of the Cloud Native Computing Foundation.