make dnf faster
lets jump right into sudo nano /etc/dnf/dnf.conf #added for speed #fastestmirror=True max_parallel_downloads=10 defaultyes=True keepcache=True
lets jump right into sudo nano /etc/dnf/dnf.conf #added for speed #fastestmirror=True max_parallel_downloads=10 defaultyes=True keepcache=True
lets jump right into sudo nano /etc/dnf/dnf.conf #added for speed #fastestmirror=True max_parallel_downloads=10 defaultyes=True keepcache=True
Introduction Docker so First of all what docker is: have you ever wonder why some code or application works on only your pc and not on some...
Introduction Node.js® is an open-source, cross-platform JavaScript runtime environment. currently I am running the latest version for right ...
1. start sql shell 2. show databases 3. create databases: - create database Manish; or - create schema Manish; 4. show databases; 5. chang...
1. Set apt repos for mysql 8.0 from this package here https://dev.mysql.com/downloads/repo/apt/ 2. install the downloaded package 3. update...
Grep stands for: Global Regular Expression Print its a filter command in linux. search for patterns Here I have clubbed it with ls using pi...
Introduction Docker so First of all what docker is: have you ever wonder why some code or application works on only your pc and not on som...