Load balancer
Load Balancer is used to distribute incoming traffic to multiple backend servers. Here are some of the popular software load balancers https://nginx.org/…
Load Balancer is used to distribute incoming traffic to multiple backend servers. Here are some of the popular software load balancers https://nginx.org/…
CentovaCast is a control panel to manage online streaming services. It support shoucast, liqudsoap and icecast streaming servers. To change MySQL Password…
I got error “Can’t locate version.pm in @INC” running awk. [root@vmi431969 /]# ack mp3pdjSu5B0 Can’t locate version.pm in @INC (@INC contains: /usr/local/lib64/perl5…
Wildcard DNS zone will act as authoritative DNS for any domain name. This is useful when you have a service like domain…
On an Amazon EC2 instamce disk usage was full. root@ip-172-31-46-249:/# df -h Filesystem Size Used Avail Use% Mounted on udev 3.9G 0…
On my local computer, i have installed openssh-server, but i don’t want it always enabled. To disable openssh-server from auto start on…
When sending email from a Plesk server, i get error Aug 11 19:49:28 vmi274961 postfix/smtp[29276]: E413C3320265: to=, relay=none, delay=0.47, delays=0.47/0/0/0, dsn=4.4.1, status=deferred…
To upgrade centovacast installation, run /usr/local/centovacast/sbin/update If you don’t want to upgrade shotcast/icecast/luquidsoap, you can run for f in /usr/local/centovacast/etc/update.d/80*; do mv…
To see current mode in Magento 2, run php bin/magento deploy:mode:show Example To set Magento 2 in production mode, run php bin/magento…
To change email address of an admin user, run following SQL in MySQL command promt or in phpMyAdmin update admin_user set email=’NEW_EMAIL_ADDR_HERE’…
Magento 2.4.0 come with Two-Factor authentication. Once you installed Magento 2.4.0 or latest you will be asked to setup Two-Factor Autentication. To…
To see systemd logs, run To see a service specific logs (example postfix) To see logs for a specific service, run Logs…