List kernel modules
To list kernal modules, use lsmod Example boby@sok-01:~$ lsmod | grep rtl rtl8xxxu 122880 0 mac80211 778240 2 ath9k_htc,rtl8xxxu boby@sok-01:~$
To list kernal modules, use lsmod Example boby@sok-01:~$ lsmod | grep rtl rtl8xxxu 122880 0 mac80211 778240 2 ath9k_htc,rtl8xxxu boby@sok-01:~$
Google Meet Live Chat Support Team Chat https://rocket.chat https://about.mattermost.com https://github.com/kandanapp/kandan
Google Meet allow you to scaren screen with multiple users. https://meet.google.com To start a meet, click on “Join or start a meet”…
https://learn.mongodb.com/ lxd – lxd container interactive tutorial SQL SQL for Data Aggregation https://sqlzoo.net/wiki/SQL_Tutorial Python Python 3 Programming Specialization Docker Learn Docker &…
mitmproxy is a man in the middle proxy server for debugging. To install mitmproxy on Ubuntu, run sudo apt install mitmproxy -y…
To run PostgreSQL on docker, create a directory for saving the data presistant mkdir -p /opt/my-postgresql run docker container docker run –name…
To disable 2 Factor Autentication for WHM in Cpanel Server, SSH into server as user root, run whmapi1 twofactorauth disable_policy Or run…
To log commands executed by users on Linux shell, edit file vi /etc/bash.bashrc Add export PROMPT_COMMAND=’RETRN_VAL=$?;logger -p local6.debug “$(whoami) [$$]: $(history 1…
Youtube clone script allow you to start your own video sharing web site like youtube. vShare youtube clone script is is created…
To upgrade Debian 9 to Debian 10, first make sure your system is up-to-date. Edit file /etc/apt/sources.list. Find all occurrences of “stretch”…
To install zip on Ubuntu/Debian, run apt install zip unzip -y To unzip a file, run unzip FILE_NAME.zip To unzip to specific…