command Line

Installing, configuring and using a UFW firewall on Debian / Ubuntu systems

botond published 2022. 06. 27., h - 12:54 time
UCW (Uncomplicated Firewall) is an easy-to-use netfilter firewall management program. It uses a command line interface that consists of a few simple commands and uses iptables for configuration, so it is the frontend of iptables. In this description we will look at the installation and basic use and configuration of the UFW firewall, the steps of which I will perform on a minimal Debian 11 server.

What to do if your VirtualBox does not start the installation ISO image files in EFI mode

botond published 2021/10/24, v - 18:40 time
If you frequently use virtual machines with VirtualBox, it is a more convenient and time-saving solution if you do not create and configure a new virtual machine for each installation, but use the existing ones. In some cases, this can cause problems, such as when you try to start your installer in EFI mode, but it does not want to start. In this short little troubleshooter, we will look at how to start ISO installers on EFI mode virtual machines.

Download and install the Digital Prosperity Software Basic Package for free

botond published Jan. 2021, 01, 27:18 p.m. time
I heard it on the radio these days, and then I came across the news on the website of Magyar Nemzet, in which they wrote that a Hungarian company had compiled and made available for free a software package that includes an open source operating system and a software package that also includes free components. a web browser, word processor, spreadsheet, mailer, media player, and more. The benefits of the Digital Prosperity Software Basic Package include ease of installation, easy-to-use user programs, a high degree of customization, and a free alternative to expensive operating systems and user programs thanks to open source, free components. With the help of customized user profiles, the system adapts to the user needs of each target group (children, families, the elderly).

How to shrink image files of our VirtualBox virtual machines on Linux and Windows systems

botond published Jan. 2020, 12, 02:20 p.m. time
VirtualBox allows you to run virtual machines on your computer that share the computer's hardware resources with the host operating system. VirtualBox also provides the ability to use dynamically growing storage, which allows you to create drives that are (virtually) the same fixed size inside, but the physical image files themselves are only a few megabytes in size when created and grow depending on the amount of data loaded. This is unfortunately not true backwards, so if you delete something from the virtual machine, for example, the size of the physical image file on the virtual storage device will unfortunately not be reduced. In this description, we will look at how to manually shrink the dynamically growing image files of our VirtualBox virtual machines to the size actually used on Linux and Windows systems.

Convenient use of terminal windows with Asbrú Connection Manager (page 2)

botond published 2020. 11. 16., h - 23:18 time
If you use the command line frequently and have to work in several windows at once, it is essential to have a multi-tab terminal application that is comfortable to use and has the right knowledge. In this small user tutorial, you will learn about the Asbrú Connection Manager Linux application and its basic functions. On this page, we review how to manage, set up, and use SSH connections.

Convenient use of terminal windows with Asbrú Connection Manager

botond published 2020. 11. 16., h - 23:17 time
If you use the command line frequently and have to work in several windows at once, it is essential to have a multi-tab terminal application that is comfortable to use and has the right knowledge. In this small user tutorial, you will learn about the Asbrú Connection Manager Linux application and its basic functions. On this page, we will install the program and review the global settings.

Install Ubuntu 20.04 LTS (Focal Fossa) LAMP Server v1.0

botond published Jan. 2020, 10, 21:18 p.m. time
With the help of LAMP systems, we can run dynamic web pages on our server or even on our home computer. I have previously built LAMP servers for Debian 8 (Jessie), Debian 9 (Stretch) and Ubuntu 18.04 LTS (Bionic Beaver), and in this description we will install the LAMP server components for the Ubuntu 20.04 LTS (Focal Fossa) Linux distribution.

How to fix errors in the Security Policy for ImageMagick / Imagick Conversion Systems

botond published Jan. 2020, 09, 02:12 p.m. time
ImageMagick is a free and open source, cross-platform software package designed primarily for displaying, creating, converting, modifying, and editing raster images, but can also handle a variety of vector formats such as EPS (Encapsulated PostScript), AI (Adobe Illustrator) , PDF (Portable Document Format), etc. In total, it supports more than 200 image file formats. And Imagick is a native PHP extension that allows you to manage different image formats in a web environment using the ImageMagick API. In this quick troubleshooter, we take a look at how to fix errors from the software security policy with a little intervention.

Installing Debian 10 (Buster) LAMP Server v1.0 (page 3)

botond published 2019/11/19, k - 14:30 time
With the help of LAMP systems, we can run dynamic web pages on our server or even on our home computer. In this description, we create a LAMP server for Debian 10 (Buster) with the following components: MariaDB 10.3.18, Apache 2.4.38, PHP 7.3 and phpMyAdmin 4.9.1. On this page, we will create a separate PHP-FPM pool for phpMyAdmin in which we will run the web database management interface.

Installing Debian 10 (Buster) LAMP Server v1.0 (page 2)

botond published 2019/11/19, k - 14:28 time
With the help of LAMP systems, we can run dynamic websites on our server or even on our home computer. In this description, we create a LAMP server for Debian 10 (Buster) with the following components: MariaDB 10.3.18, Apache 2.4.38, PHP 7.3 and phpMyAdmin 4.9.1. On this page, we install and configure the phpMyAdmin web database management interface, which is done in a unique way because the Debian 10 repository does not include this software by default.