March 2020 - Cloud Network

Networking | Support | Tricks | Troubleshoot | Tips

Buymecoffe

Buy Me A Coffee

Monday, March 30, 2020

How to Install IntelliJ IDEA on Ubuntu 18.04 LTS, Debian and Linux Mint

March 30, 2020
How to Install IntelliJ IDEA on Ubuntu 18.04 LTS, Debian and Linux Mint
How to Install IntelliJ IDEA on Ubuntu 18.04 LTS, Debian and Linux Mint Requirment     login: user with root privileges     OS: Ubuntu 18.04 64-bit     RAM: Minimum 2 GB RAM, 8 GB RAM recommended     Harddisk Space: 1.5 GB hard disk space, 5 GB + at least 1 GB for caches     CPU: 2    ...

How To Install Git and Git-Gui on Ubuntu 18.04 LTS, Debian and Linux Mint

March 30, 2020
How To Install Git and Git-Gui on Ubuntu 18.04 LTS, Debian and Linux Mint
How To Install Git and Git-Gui on Ubuntu 18.04 LTS, Debian and Linux Mint Offically Website of GitHub https://github.com/git/git Offically Website of Git https://git-scm.com/downloads Method 1 Installing Git Step1 :- sudo apt update Step2 :- sudo apt install git  OR  sudo apt-get install git-gui Verify Step3 :- git --version Method 2 Installing...

Sunday, March 29, 2020

How To Install Node.js and npm Ubuntu 18.04, Debian and Linux Mint

March 29, 2020
How To Install Node.js and npm Ubuntu 18.04, Debian and Linux Mint
How To Install Node.js and npm Ubuntu 18.04, Debian and Linux Mint Officially Website https://nodejs.org/en/download/ Stable release: 12.15.0 Offically Github https://github.com/nvm-sh/nvm METHOD 1 Step1 :- sudo apt-get update Step2 :- sudo apt install nodejs Step3 :- node -v OR node --version OR nodejs -v Step4 :- npm -v OR npm --version METHOD 2 Installing...

How to Install and Configure pgAdmin 4 v4.19 on Ubuntu 18.04, Debian and Linux Mint

March 29, 2020
How to Install and Configure pgAdmin 4 v4.19 on Ubuntu 18.04, Debian and Linux Mint
How to Install and Configure pgAdmin 4 v4.19 on Ubuntu 18.04, Debian and Linux Mint Visit the Pgadmin 4 Ubuntu download site: https://www.pgadmin.org/download/ METHOD 1 Importing GPG key sudo apt install wget ca-certificates Install Pgadmin4 from Ubuntu repositories Step1 :- wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key...

How To Install Elasticsearch, Logstash and Kibana on Ubuntu 18.04

March 29, 2020
How To Install Elasticsearch, Logstash and Kibana on Ubuntu 18.04
How To Install Elasticsearch, Logstash and Kibana on Ubuntu 18.04 Requirment     login: user with root privileges     OS: Ubuntu 18.04     RAM: 4GB     CPU: 2     Java: Oracle JDK 8 version The same instructions apply for Ubuntu 17.04/16.04, Linux Mint, Debian, Kubuntu and Elementary...

Friday, March 27, 2020

How to Install and Configure PostgreSQL v12.2 on Ubuntu 18.04, Debian and Linux Mint

March 27, 2020
How to Install and Configure PostgreSQL v12.2 on Ubuntu 18.04, Debian and Linux Mint
Visit the PostgreSQL Ubuntu download site:https://www.postgresql.org/download/linux/ubuntu/First check PostgreSQL Verison Available in Ubuntuapt show postgresqlInstall PostgreSQL from Ubuntu repositoriesUpdatingStep1 :- sudo apt updateInstallationStep2 :- sudo apt install postgresql postgresql-contribVerify sudo -u postgres psql -c "SELECT version();"Login...
Page 1 of 6512345...65Next �Last