Cloud Network

Networking | Support | Tricks | Troubleshoot | Tips

Buymecoffe

Buy Me A Coffee
Showing posts with label Kubuntu. Show all posts
Showing posts with label Kubuntu. Show all posts

Monday, November 2, 2020

How Ubuntu used in government sector?

November 02, 2020
How Ubuntu used in government sector?

Is 700mb DVD sufficient to burn ubuntu in it?

November 02, 2020
Is 700mb DVD sufficient to burn ubuntu in it?

Wednesday, September 2, 2020

How to Setup Monitoring for Docker Containers using Prometheus on Ubuntu 18.04

September 02, 2020
How to Setup Monitoring for Docker Containers using Prometheus on Ubuntu 18.04
 Requirment 1. docker should be installed2. docker-compose also be installedInstallation of docker1.  sudo apt-get install docker.io or sudo apt  install docker.io2. docker --version3. sudo apt-get install docker-compose Creating a Configuration files of prometheus1. create a new file prometheus.yml and copy paste belowsudo nano ~/ prometheus.yml ...

Wednesday, June 10, 2020

How to solve command could not be located because '/bin' is not included in the path environment variable

June 10, 2020
How to solve command could not be located because '/bin' is not included in the path environment variable
ERRORcommand could not be located because '/bin' is not included in the path environment variableSOLUTION 1cat /etc/environmentPATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"ls -l /etc/environment-rw-r--r-- 1 root root 79 2010-03-16 14:44 /etc/environmentJUST TYPEexport PATH=/usr/bin:/bin=========================================SOLUTION...

Tuesday, October 22, 2019

How to Install and Configure Oracle GlassFish Server 5.1 on Ubuntu, Debian and Linux Mint

October 22, 2019
How to Install and Configure Oracle GlassFish Server 5.1 on Ubuntu, Debian and Linux Mint
  (adsbygoogle = window.adsbygoogle || []).push({}); What is Glassfish ? GlassFish is an open-source application server project started by Sun Microsystems for the Java EE platform and now sponsored by Oracle Corporation. The supported version is called Oracle GlassFish Server. GlassFish is free software, dual-licensed under two free software...