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.
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
When trying to compile some packages / libraries or application source codes in Linux which are based … Read more
When we tried to install one package using “apt-get install” , we got following error, and we … Read more
The best way to identify which package and its version to install if we just know the … Read more
Lyrebird is a Simple and powerful voice changer for Linux, written in GTK 3. In this post, … Read more
To disable the ICMP ping from certain Linux host, lets say which has IP of 192.168.0.100 use … Read more
Renaming `memory_map.c` to `memory_mapping.c` and changing identifiers inside source files are separate operations. This guide previews both, handles unusual filenames, refuses collisions, keeps backups, and makes rollback practical.
Recently, we wanted to change the hostname of our Ubuntu machine, Lets, check now what is current … Read more
Add “Sudo” user If somehow you Lost a “sudo” user which happened to me today, after upgrading … 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
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
Ubuntu supports various media player which allow you to play audio and video from command line. Mplayer … Read more
If you want to use download some website contents such as html pages, css and java script … Read more
For testing FTP server connection from Ubuntu command line, we can use following command, Connected to my_ftp_server_IP220———- … Read more
On Local Machine, from where you will try to login another machine, we need to use ssh-keygen … Read more
Lets say you are trying to do something with UPNP which reserves port 1900 for all of … Read more