3
3
How do I change MySQL root password under Linux, FreeBSD, OpenBSD and UNIX-like
like operating system over the ssh session?
[continue reading…]
Some Linux distro like Debian or specific BSD variants provide very little configuration
support for mouse out of the box for Vim. Let us see how to paste in Vim using a mouse by
enabling support, which is useful for new developers and sysadmin coming from Windows
background.
[continue reading…]
Do you need to keep track of the network traffic (bandwidth) usage for the Network interface
controller (NIC) of your Debian Linux-based cloud or bare metal server? Look no forward.
Try the vnStat, a free and open-source console-based network traffic monitor that keeps a log
of 5-minute intervals, hourly, daily, monthly, and yearly network traffic for the selected
interface. Once installed, vnStat can be used even without root permissions on most systems.
[continue reading…]
The KVM-ok command command will tell you if your Debian or Ubuntu Linux-powered
server can host hardware-accelerated KVM virtual machines. KVM (Kernel-based Virtual
Machine) is a free and open-source virtualization technology that is used with every Linux
kernel. In other words, KVM will make your Linux computer into a hypervisor, allowing you
to run multiple isolated virtual machines (VMs) on a single physical machine. However,
KVM depends upon CPU hardware virtualization extensions like Intel VT-x or AMD-V to
provide high-performance virtual machines. This support must be enabled in the BIOS. Apart
from that, some cloud service providers also allow nested virtualization that will help you to
run VMs inside your instances. However, this may not be enabled in BIOS or instance
configuration. Thus, you need to install the kvm-ok command to determine whether such
support exists.
[continue reading…]
I have lots of files in a directory called /disk2/images/. All files are in zip file format, so I am
using the following command to extract zip files:
unzip *.zip
The command result into an error which read as follows:
caution: filename not matched
How do I unzip multiple or many zip files under a Linux/Unix-like system?
[continue reading…]
Linux / UNIX View Only Configuration File
Directives ( Uncommented Lines of a Config
File )
Most Linux and UNIX-like system configuration files are documented using comments, but
sometimes I just need to see a line of configuration text in a config file. How can I view just
the uncommented configuration file directives from squid.conf or httpd.conf file? How can I
strip out comments and blank lines on a Linux or Unix-like system?
[continue reading…]
Older FAQs
🔥 FEATURED ARTICLES
1
2
3
4
5
6
7
9
10
👀 /etc
➔
➔
RSS/Feed
➔
About nixCraft