Here is a small Linux command, very practical, which provides information on the BIOS of a computer. Read more
Some shell tips that can save us valuable time. Here we will see how to push the possibilities of Bash, thanks to the curly brackets. ( { } ) Read more
This is a little bash script, distribued Under GPL license, That Canon launch google search in command line. Here’s a little bash script, under the GPL, which allows to search Google from th... Read more
Here’s a little trick that can turn a Linux shell command prompt in MS-DOS. Of course, this does not serve much use unless you’re a fan of the Windows operating system. To get this transform... Read more
Here is a command to know the number of connections per IP address on a Linux machine. It is based on netstat and can provide results for inbound and outbound connections. I advise you to ru... Read more
Here’s a little trick that allows you to retrieve all email addresses from a webpage in a single command line in Linux. You should change the website address before running the command: wget... Read more
You probably already happened, as a result of any command, to have completely unreadable characters in your terminal, forcing you to close it and open another. Read more
Here is a command that lets you know if it is on a virtual machine or physical. This is based on the dmidecode utility that can retrieve information about your computer hardware collecting t... Read more
Xdotool is a program that can simulate keyboard and mouse events. It can be used to establish real “scenarios” action replay. Unlike randtype seen recently xdotool not confined to the termin... Read more
Touchpad Indicator is a small applet developed by Lorenzo Carbonell, which allows you to turn easily on your laptop touchpad. Especially if it bothers you when you type and you already have... Read more