Cloud Network

Networking | Support | Tricks | Troubleshoot | Tips

Buymecoffe

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

Monday, March 30, 2020

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...

Monday, October 21, 2019

How to Upgrade MariaDB 5.5 to MariaDB 10.4 on CentOS/RHEL 7, Ubuntu 19.10 & Debian 9

October 21, 2019
How to Upgrade MariaDB 5.5 to MariaDB 10.4 on CentOS/RHEL 7, Ubuntu 19.10 & Debian 9
   (adsbygoogle = window.adsbygoogle || []).push({}); MariaDB is a famous MySQL community fork that gained lots of popularity after Oracle acquisition of the MySQL project. Website:- https://downloads.mariadb.org/mariadb/+releases/ In this tutorial we are going to show you how to upgrade MariaDB 5.5 to MariaDB 10.4.8 latest stable version....

How to Install Amazon Kindle Cloud Reader App on Ubuntu, Linux Mint & Debian

October 21, 2019
How to Install Amazon Kindle Cloud Reader App on Ubuntu, Linux Mint & Debian
How to Install PlayOnLinux Step1 :- Install PlayOnLinux Download Amazon Kindle For PC (Windows)Step2 :- wget http://kindleforpc.amazon.com/40514/KindleForPC-installer.exeStep3 :- Launch PlayOnLinux > Click on Install > Search for Amazon KindleStep4 :- Login with your Amazon account Another Alternative Method You can go to http://read.amazon.com,...