Categories
Linux

How to use Mplayer to display your webcam

Today I was searching for some Mplayer manual and accidentally I have found a post about using Mplayer as webcam application to show webcam stream or something like that. It was really interesting for me although at first I thought that it would not work but when I tried, did realize that I was wrong […]

Categories
Linux

Little text file processing in Linux command

Few days ago I received a data set which had too many rows and columns. Each columns separated with tab and new records were separated with newline. Therefore, I had to edit some fields of it and make some changes. The changes consisted of remove duplication, replace some word instead of the others, sort the […]

Categories
Linux

Linux commands to get list of processes which use network bandwidth

Earlier in one of the post I already explained about process management in Linux and how to monitor and determine resource usage of each command such as process time, RAM, etc. In this post, I will demonstrate about how to get list of processes which use network bandwidth. In Linux many applications and commands are […]

Categories
Linux

How to install Oracle Virtualbox with USB support in Linux

Most of Linux distros have open source version of Virtualbox in their repository which used to be called Virtualbox OSE (Open Source Edition). For instance, Virtualbox OSE packages are available by default in Debian and Ubuntu. Open source version is good enough for installing various guest operating systems but it does not have some features […]

Categories
Linux

How to disable touch pad in Linux terminal

Few days ago while I was drinking coffee and working with my laptop little coffee spread in my laptop and unluckily it went inside of my touch pad. After that my laptop touch pad left clicked by itself even without touching it which is quite annoying. Unfortunately, the laptop does not have switches to turn […]

Categories
Linux

How to create Md5 hash and verify file in Linux

Mostly it happens when you download an ISO file you see md5 checksum file in the directory of the ISO file but you might not know what is the use of that md5 file. The use of md5 file is to check/verify is your file (assume ISO) downloaded correctly or it is corrupted. In this […]

Exit mobile version