Showing headlines posted by bob
« Previous ( 1 ... 209 210 211 212 213 214 215 216 217 218 219 ... 1242 ) Next »Automate image processing with this Bash script
Writers not only work with words, they often have to work with images. Technical writing involves presenting a lot of screenshots to convey the technology and processes. Different publishing platforms may have various requirements for images, such as image format or file size.
How to Install Java 17 (JDK 17) on Debian 11
The Java Development Kit (JDK) is the name of the software development kit (SDK) for the Java programming language, which enables anyone to create both Java applications and applets for running on many operating systems. This tutorials shows how to install Java JDK on Debian 11.
How to Install Redis Server on Debian 11
Redis is a free, open-source, cross-platform NoSQL, and in-memory Key-value data structure store, used as a database server, cache, and message broker. In this tutorial, I will explain how to install the Redis server on Debian 11.
Rotate and archive logs with the Linux logrotate command
Logs are great for finding out what an application is doing or troubleshooting a possible problem. Almost every application we deal with generates logs, and we want the applications we develop ourselves to generate them too. The more verbose the logs, the more information we have. But left to themselves, logs can grow to an unmanageable size, and they can, in turn, become a problem of their own. So it's a good idea to keep them trimmed down, keep the ones we're going to need, and archive the rest.
read more
What is EFS (Elastic File System) in AWS and how to use it
Amazon Elastic File System(EFS) provides an NFS file system for use with AWS Cloud services and on-premises resources which is simple, scalable, fully managed. We can mount this file system either on AWS Cloud or our on-premises servers. In this article, we will focus on creating a simple EFS filesystem and mount it on an Ubuntu EC2 instance.
How to Setup Rsyslog Server on Debian 11
Rsyslog is a free and open-source logging software that forwards all log files to the centralized log server through the IP network. In this post, we will show you how to set up the Rsyslog server on Debian 11.
Progress report: Asahi Linux brings forth a usable basic desktop on Apple's M1
Drivers slip into the kernel as team ponders GPU hardware. Efforts to bring Linux to Apple Silicon have resulted in a basic functional desktop, according to the Asahi Linux team.…
Check Java processes on Linux with the jps command
On Linux, there are commands to view processes running on your system. A process is any ongoing event being managed by the kernel. A process is spawned when you launch an application, but there are also many other processes running in the background of your computer, including programs to keep your system time accurate, to monitor for new filesystems, to index files, and more. The utilities, such as those included in the procps-ng package, that monitor these processes tend to be intentionally generic.
How to Install Go Programming Language on Debian 11
Go is a programming language that was initially created by a team at Google. In this tutorial, we'll look at how to install and configure a programming workspace with Go via command line. You can follow along if you have a working Debian 11 system.
Open-source veteran PostgreSQL emits release 14: Tweaked, scalable, and ready to get heavy
That's the hope as distributed and heavy workloads promised a boost in targeting Oracle for high-end workloads. Open-source database fans were given reason to celebrate this week with the release of PostgreSQL 14, an iteration of the RDBMS featuring performance improvements for heavy and distributed workloads.…
How to Install Cockpit on Rocky Linux 8
Cockpit is a server management dashboard that provides real-time information on the state of your machine. In this guide, we will show you how to install the Cockpit Web Console on a Rocky Linux 8 system.
Using Ansible with REST APIs
Ansible is a top open source project which, on the surface, looks to provide a simple way to standardize your existing automation and allow it to run in parallel across multiple hosts, and it does this very successfully. Yet, in reality, Ansible has the capabilities to extend what your existing automation does to incorporate other systems and really simplify tasks across all aspects of your daily routine.
How to Install Drupal with Apache and Let's Encrypt SSL on Debian 11
Drupal is a free and open-source content management system based on the LAMP stack. In this post, we will show you how to install Drupal with Apache and Let's Encrypt SSL on Debian 11.
How I use Ansible and anacron for automation
Automation is the great IT and DevOps ideal, but in my experience, anything that's not immediately convenient may as well not exist at all. There have been many times when I've come up with a pretty good solution for some task, and I'll even script it, but I stop short of making it literally automated because the infrastructure for easy automation doesn't exist on the machine I'm working on.
read more
Manage CentOS Stream with Foreman
In December 2021, CentOS 8 will reach end of life and be replaced by CentOS Stream. One of the major changes between previous iterations of CentOS and CentOS Stream is the lack of minor versions. Centos Stream has adopted a continuous release cycle. From the beginning of this year, developers in the Foreman community started to see the benefits of earlier bug detection and patching that CentOS Stream offers as a result of the continuous releases. We no longer have to wait for the next release to take advantage of the latest changes and bugfixes.
Install Java manually on Linux
It is easy to use your Linux distribution's package management tool to install the Java software packages. However, sometimes you need to do a manual installation of Java. This is of particular importance to administrators of Java-based application servers such as Tomcat or JBoss. Many open source and proprietary software products rely on these services.
GitHub Codespaces feels a bit too closed? Gitpod opens up OpenVSCode Server to escape Microsoft control
'Minimal' tweaks shared for all to see. Development platform outfit Gitpod has taken the covers off an open-source project aimed at running the latest Visual Studio Code remotely via a browser in the form of OpenVSCode Server.…
What's New in Debian 11 "Bullseye"?
Debian is a preferred choice of millions of Linux users for some of the most popular and powerful operating systems, like Ubuntu and its derivatives are based on Debian. Debian 11 has finally been released, finally, after a long development work of two years.
Fedora Linux 35 Beta makes its first appearance
The Red Hat community Linux distribution leaders promise a more published version of Fedora is on its way.
How to Install Python 3.9 on Debian 11
Python is a popular open-source programming language. In this article, we'll show how to install Python 3.9, which is the latest version at the time of writing this, on a Debian 11 system as a Linux user.
« Previous ( 1 ... 209 210 211 212 213 214 215 216 217 218 219 ... 1242 ) Next »
