[Solved] ZipArchive extension: disabled/not installed on Ubuntu
If you have come across the following error:
ZipArchive extension: <strong>disabled/not installed</strong>
This just means that …
Read Article →5 articles about ubuntu development, tools, and best practices
If you have come across the following error:
ZipArchive extension: <strong>disabled/not installed</strong>
This just means that …
Read Article →If you have a Java Jar file, you can run it as a service under Linux/Ubuntu.
sudo ln -s /var/www/japi-0.0.1-SNAPSHOT.jar /etc/init.d/japi
Now you can …
Read Article →If you have just upgraded Ubuntu on your AWS g4dn instance and need to install/reinstall Cuda drivers for your Nvidia chipset, then you can run the …
Read Article →If you need to view a list of all the services that are either running or stopped (or both) on an Ubuntu server, then you can use the following …
Read Article →Upgrading an Ubuntu Server is quite easy, just follow the below commands:
sudo apt-get update && sudo …
Read Article →