Posts with Tag: bash

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...

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...

Quick find Firefox Bookmarks...

Quick find Firefox Bookmarks...

Posted on 1st Jan 2025

What is this? This is a small script to quick find Firefox bookmarks, in Linux, using DMENU or/and FZF What you will need... For this to work, you need to have installed the following: firefox ;) sqlite3 dmenu or fzf How it works... The trick part of all this to work is the actua...

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...