Canonical has changed the way we configure static IPs in Ubuntu. Ubuntu Server requires editing a .yaml file (complete with proper adherence to correct code indent for each line of the block), in order to configure your IP addressing. Open up a terminal window on your Ubuntu 20.04 server (or log in via secure shell). Change into the /etc/netplan directory with the…
Category: LINUX
Nginx: 413 – Request Entity Too Large Error and Solution
I am trying to upload 30MB file on my Ubuntu 20 server and its not working. When I upload a 3MB file, I receive “413 Request Entity Too Large” with nginx/1.18.0 When I upload 30MB file, the page loads “Page Not Found“ I am trying to find nginx and I can increase “client_max_body_size” let, us trying to find nginx Open…
New xampp security concept: Access Forbidden Error 403
When I try to use xampp’s phpMyAdmin in another PC, I get this address. Now we are going to tell you the solution to this problem Access forbidden! New XAMPP security concept: Access to the requested object is only available from the local network. This setting can be configured in the file “httpd-xampp.conf”. I was searching for the solution and…
How to Stop and Disable Firewalld on CentOS 7
A firewall is a complete solution that dynamically manages network connections and trust levels of interfaces. This gives you complete control over whether to allow traffic to the system or how to reject it.. Starting with CentOS 7, FirewallD replaces iptables as the default firewall management tool. It is highly recommended to keep the FirewallD service enabled, but in some…
How to install Remmina
We want to tell you here that Remmina is usually included in your distribution, or you can add to an external store. Ubuntu And Linux Mint Lubuntu Remmina will no longer be available as a PPA package after the release of version 1.4.8. An official PPA with Remmina 1.4.7 release can be installed by copying and pasting this in a…