This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#KDE Dolphin context menu / service menu to extract cover image from mp3 files | |
[Desktop Entry] | |
Type=Service | |
Actions=Extract cover; | |
ServiceTypes=KonqPopupMenu/Plugin | |
MimeType=audio/*; | |
[Desktop Action Extract cover] | |
Exec=ffmpeg -i %F -an -c:v copy cover.jpg | |
Name=Extract Cover Art |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# IP Lookup script using Geoip and mmdblookup | |
# HOW TO USE (Ubuntu 22) | |
# Go to Maxmind.website, sign up and generate a personal API Key | |
# https://www.maxmind.com/en/geolite2/signup | |
# Download the provded config file they give you | |
# Add Ubuntu Repository | |
# $ sudo add-apt-repository ppa:maxmind/ppa | |
# $ sudo apt update | |
# Then install Geoipupdate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<inputConfig type="joystick" deviceName="PG-9118" deviceGUID="05000000491900000204000000000000"> | |
<input name="a" type="button" id="74" value="1"/> | |
<input name="b" type="button" id="73" value="1"/> | |
<input name="down" type="hat" id="0" value="4"/> | |
<input name="hotkeyenable" type="button" id="83" value="1"/> | |
<input name="left" type="hat" id="0" value="8"/> | |
<input name="leftshoulder" type="button" id="79" value="1"/> | |
<input name="leftthumb" type="button" id="86" value="1"/> | |
<input name="lefttrigger" type="button" id="81" value="1"/> | |
<input name="right" type="hat" id="0" value="2"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Nemo Action] | |
# All credit goes to https://github.com/trhura/nautilus-renamer | |
Active=false | |
Name=Rename... | |
Comment=Rename selected items | |
Exec=<scripts/nautilus-renamer.py %F> | |
Icon-Name=pyrenamer | |
Selection=m | |
Quote=double | |
Extensions=any; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Computer Information: | |
Manufacturer: Toshiba | |
Model: Satellite L750D | |
Form Factor: Laptop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: Authentic AMD | |
CPU Brand: AMD E-450 APU with Radeon(tm) HD Graphics | |
CPU Family: 0x14 |