Ubuntu 20.04.3 uninstall and install AMD drivers

dpkg –list | grep amdgpu ii amdgpu-pin 20.50-1234664 all Meta package to pin a specific amdgpu driver version. ii amdgpu-pro-pin 20.50-1234664 all Meta package to pin a specific amdgpu pro driver version. ii libdrm-amdgpu1:amd64 2.4.102-1ubuntu1~20.04.1 amd64 Userspace interface to amdgpu-specific kernel DRM services — runtime ii rock-dkms 1:4.1-26 all amdgpu driver in DKMS format. ii … Read more

Kubernetes vs. Docker

https://containerjournal.com/topics/container-ecosystems/kubernetes-vs-docker-a-primer/ The differences and similarities between two of the most influential open source projects of 2018. Kubernetes versus Docker is a topic that has been raised numerous times in the cloud computing industry. Whether you come from a non-technical background and need a quick introduction or if you need to make a business decision, I … Read more

413 Request Entity Too Large

Unexpected response from the server. The file may have been uploaded successfully. Check in the Media Library or reload the page. Add the following line to http or server or location context to increase the size limit in nginx.conf, enter: # set client body size to 2M # client_max_body_size 2M; The client_max_body_size directive assigns the … Read more