What Do the Colors in ls Output Mean? A Practical Guide
Blue is a directory, green is executable, red means broken or compressed. Here is the full color code for GNU ls, plus a two-minute way to prove each one to yourself.
Lynxbee topic
Blue is a directory, green is executable, red means broken or compressed. Here is the full color code for GNU ls, plus a two-minute way to prove each one to yourself.
To mount Google Drive on Ubuntu Linux and sync local data to a Google Drive folder using … Read more
Upgrading your Ubuntu installation upgrades system packages, kernel versions, and security patches to the next release. The canonical tool for performing version upgrades from the terminal is do-release-upgrade , which safely updates package repositories, handles dependencies, and cleans up obsolet
Creating a bootable USB pen drive is a crucial step for installing Ubuntu on your computer. This … Read more
When pressing Tab for command completion or hitting Backspace at the start of a prompt line, Ubuntu's terminal triggers an audible system bell sound. You can silence this bell alert in GNOME Terminal or globally across bash sessions.
CMake is a widely used build system that helps automate the compilation process for software projects. Keeping … Read more
SSH (Secure Shell) keys are a secure and convenient way to authenticate to remote servers without the … Read more
If you have installed multiple JDK on ubuntu and sometimes you might need to change the version … Read more
7-Zip is a file archiver with a high compression ratio. Using 7 zip we can compress the directory … Read more
7-Zip is a file archiver with a high compression ratio. Using 7 zip we can compress the directory … Read more
BUP is a program that backs things up. It’s short for “backup.” BUP is a Very efficient backup … Read more
To disable the ICMP ping from certain Linux host, lets say which has IP of 192.168.0.100 use … Read more
Recently, we wanted to change the hostname of our Ubuntu machine, Lets, check now what is current … Read more
In Ubuntu, there is a way to identify which header file belongs to which package so if … Read more
Add “Sudo” user If somehow you Lost a “sudo” user which happened to me today, after upgrading … Read more
Today Accidentally I deleted one of my folder in ubuntu which has contained important files, but I … Read more
npm is the package manager for the Node JavaScript platform. When we used installed npm on Ubuntu … Read more
JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, … Read more
The microphones in Android or other mobile devices captures raw PCM sample with certain bit rate and … Read more
Sometimes someone from within your network starts consuming lot of bandwidth and you just needed to identify … Read more
Chromium depot_tools are the git extensions, which gives additional features. The Chromium depot_tools suite contains many git … Read more
When apt pauses at “0% Connecting,” the last displayed address is evidence, not a diagnosis. Determine whether DNS, IPv6 routing, IPv4 routing, a proxy, TLS, a captive portal, the selected mirror, or an unsupported Ubuntu release is failing before changing system-wide address selection.
Rfkill is a tool for enabling and disabling wireless devices. We use “rfkill list” command as below … Read more
Rfkill is a tool for enabling and disabling wireless devices. Using “rfkill list” command we first check … Read more