I will give an example of installing or updating ixgbe drivers on Linux.
Continue reading “Installing and updating the ixgbe driver”Category Archives: Linux
Installing and using hping
hping is a free packet generator and analyzer, well suited for testing the security of network devices.
Continue reading “Installing and using hping”Configuring SSH for Phabricator
In this article, I will give an example of configuring SSH for Phabricator.
If an SSH server is already installed on the server, then we won’t touch it, unless you can change the standard port 22, for example, to 2222, to start the second SSH server on the standard port 22 and not specify the port in the repository links.
Configuring Nginx for Nextcloud
Let’s say Nginx is installed, Nextcloud is located in /var/www/nextcloud and you need it to open on the subdomain https://cloud.ixnfo.com/. At the time of writing, I will use Nextcloud 17.
Continue reading “Configuring Nginx for Nextcloud”Installing and using fcrackzip on Linux
fcrackzip is a program for recovering passwords from zip archives.
Continue reading “Installing and using fcrackzip on Linux”Solving the “Uncaught Doctrine\DBAL\DBALException: Failed to connect to the database” error in Nextcloud
Once upon a time after installing Nextcloud on Ubuntu Server, I noticed an error:
Continue reading “Solving the “Uncaught Doctrine\DBAL\DBALException: Failed to connect to the database” error in Nextcloud”Nextcloud. Migrating the DATA directory
Once, to store nextcloud data, I created a raid and mounted it in a separate directory.
Redirect HTTP to HTTPS in Nginx
In this article I will give an example of setting up constant forwarding http requests to https.
Continue reading “Redirect HTTP to HTTPS in Nginx”Monitoring Combined Network Interface Channels in Zabbix
I decided to add to Zabbix a check of the number of Combined channels of network interfaces, since when loading the server there could be different situations when my scripts changing their number were not always executed or were executed, but the value was reset during the system startup.
Continue reading “Monitoring Combined Network Interface Channels in Zabbix”Installing WordPress and Nginx
For an example of a completed installation of WordPress with Nginx in the operating system Ubuntu Server 18.04.
Continue reading “Installing WordPress and Nginx”