For example debian 9
$ ssh -Vxx
SSH protocols 1.5/2.0, OpenSSL 0x0090700f
So what the hell is it? What’s causing it? Well, a...
We wonder why both ethernet and wireless are disabled. Is this machine running Network Manager?
ps aux | grep -i network
In my server, where it...
To install a command-line suggestion tool in your Linux terminal, you can use zsh-autosuggestions with the Zsh shell, or fzf for fuzzy finding in...
Find the file called: php.ini on your server and follow below steps
With apache2 and php5 installed you need to make three changes in the...
For Debian 9 Stretch wireless intel 6205,
1.Add “non-free” component to /etc/apt/sources.list, for example:
# Debian 9 "Stretch"
deb http://httpredir.debian.org/debian/ stretch main contrib non-free
2.Update the list of...