Posts with Tag: linux

Find device in local network by MAC address

Find device in local network by MAC address

Posted on 2nd Feb 2025

I am making some scripts and wanted to know the IP of specific devices (ex. smartphones). To identify the device, the MAC address is enough and a sure way. Some one could use arp-scan or nmap to do so, but in my case, i didn't want to use root privileges. I wanted a way, that would be: Quick...

Search the Internet with DMENU

Search the Internet with DMENU

Posted on 21st Jan 2025

As i showed in a previous post, with fzf, we can also use dmenu as a method to input text. It's not that difficult, but tricky yes. So, with this method, i built a BASH script, to search the Internet with the search engines i prefer, from everywhere i am at the desktop. No need to pull the termi...

Dragster...

Dragster...

Posted on 20th Jan 2025

Lately i found my self, looking for ways to make stuff more quickly. One way, for sure is the terminal, but still not everything can be done with a terminal and sometimes is quicker to drag'n'drop something, somewhere, than open a terminal cd to a directory and execute a command. Even with GUI app...

BASH fetch?

BASH fetch?

Posted on 10th Jan 2025

I don't know why there are too many implementations that look like neofetch and why they are so complicated. I mean, i just saw one, using python and being tenths of files and hundreds lines of code. Why? Because of the ASCII logo? Anyway... if you want a quick way to see a complete summary of s...

RETROPIE scripts...

RETROPIE scripts...

Posted on 29th Dec 2024

Here you will find some script for specifically been used in Retropie. I made them, cause i always finding my self, looking for the these functions that Retropie didn't have. But, lucky us, Retropie can be customized and you can add, whatever script, to make it even better. This page will be updated...