today's howtos
-
What is Fork Bomb in Bash? Understanding :(){ :|:- };:
Nuking my system by installing Arch Linux was not enough, so I used a Fork Bomb.
-
How to Install Latest Python on Debian Linux
Python is an on-demand programming language that continues to grow in popularity under the Linux operating system ecosystem. Aside from its strong attributes like versatility and ease of use, mastering Python can transform the life of a Linux user for good reasons.
-
How to install and setup Ghost CMS on Ubuntu
Ghost is a free and open source blogging platform written in Javascript, which saw its first release in 2013. It supports writing posts both using a WYSIWYG (What You See Is What You Get) editor, and the Markdown language. Unlike WordPress, it is focused on simplicity and on being purely a blogging platform, therefore it includes SEO and and social sharing features out of the box. Ghost offers a ready-to-go hosting service, Ghost(Pro), but can be easily self-hosted.
In this tutorial we see how to install and setup the Ghost blogging platform on Ubuntu, both in development and production mode.
-
How to Increase Margin on Konsole Terminal - TREND OCEANS
One of the KDE-based users read the article where we discussed how to increase the padding of the gnome terminal, which he liked very much, and because of that, he asked me “Can we do something similar for Konsole?”
On that, I said, “Of course, we can do this by doing a little bit of tweaking on Konsole, like creating a profile if the default profile is not available, then we will add the one line of a statement which will increase the padding of the Konsole.”
-
How To Install ImageMagick on Rocky Linux 9 - idroot
In this tutorial, we will show you how to install ImageMagick on Rocky Linux 9. For those of you who didn’t know, ImageMagick is an open-source software suite for creating, editing, converting, and modifying various formats of images such as PNG, GIF, JPEG, PDF, EXR, WebP, and TIFF. ImageMagick is one of your choices if you need a program to manipulate and display images.
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 ImageMagick on Rocky Linux. 9.
-
How to Install Prestashop with Apache and Let's Encrypt SSL on Debian 11
PrestaShop is a free, open-source, efficient, and innovative e-commerce solution that helps you to sell your products online. It is a powerful and adaptable e-commerce CMS that provides all features needed to create an online store.
-
How to Install VNC Server on Rocky Linux
Virtual Network Computing (VNC) is a desktop sharing protocol that allows you to control a computer remotely using VNC client software. In this tutorial, you will set up the VNC Server with TigerVNC on a Rocky Linux server. You will also learn how to connect securely to the VNC Server via SSH tunneling.
-
How to configure your CA trust list in Linux | Enable Sysadmin
Trust is important. You can't blindly trust everybody and everything; instead, you should base trust on experience and reputation. In the world of networking, a certificate authority (CA) is an organization that vouches for Secure Sockets Layer (SSL) certificates, which indicate that a web server can be trusted.
-
How to set up an SFTP server on Alma/Rocky Linux Server 9
In this guide we are going to set up an sftp server on RHEL 9 server like Rocky Linux or Alma 9. We will also set up a form of chroot where users can only access sftp with the shared credentials.
The File Transfer Protocol is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network.
FTP isn’t popular today because it Lacks Security. When a file is sent using this protocol, the data, username, and password are all shared in plain text, which means a hacker can access this information with little to no effort. For data to be secure, you need to use an upgraded version of FTP like SFTP.