Simple migration from Gogs -> Gitea
IPTV Crawler
Any one have any interest in an IPTV Crawler/Scraper? with verification? Sorting? etc.. Lots of ideas to play with here is preview of something was playing with.

Software.MP – getIP
getIP is a console based multi-platform(MP) iplookup. It will search multiple iplookup services to check for differences.

Software.MP – UV Notifier
UV Notifier is a multi-platform(MP) UV watcher it shows the current UV in the systray area.

Software.MP – Freelancer Job Search Monitor
Freelancer Job Search Monitor is a multi-platform(MP) job search monitor utility for Freelancer.com
Torqeedo Electric Motors Troubles Troubles and More…
The long saga to come shortly.. A $2 fuse = a $1000 replacement
Download Adobe Connect Recording
If you are starting with long form URL, like: https://XXXXXX.adobeconnect.com/a1b2c3d4e5/?launcher=false&fcsContent=true&pbMode=normal then trim it down until it looks like: https://XXXXXX.adobeconnect.com/a1b2c3d4e5/ (this is the URL you usually send to people to send them to your video) Now append the following to the shortened URL: output/filename.zip?download=zip …making our example above: https://XXXXXX.adobeconnect.com/a1b2c3d4e5/output/filename.zip?download=zip
A better add-apt-repository.sh
Got tired of manually having to edit source files when I added a ppa to the last release(s) so now does it automaticly. If you have suggestions please leave in comments. Thanks add-apt-repository.sh #!/bin/bash if [ $# -eq 1 ] distVer=(`lsb_release -sc` vivid utopic trusty) NM=`uname -a && date` NAME=`echo $NM | md5sum | cut […]
exFat Fix: fuse-exfat-1.1.0, ERROR: file system is larger than underlying device
sudo apt-get source exfat-fuse chang around line 257 of libexfat/mount.c to if (0 && (le64_to_cpu(ef->sb->sector_count) * SECTOR_SIZE(*ef->sb) > exfat_get_size(ef->dev))) sudo apt-get build-dep exfat-fuse dpkg-buildpackage -rfakeroot -uc -b If the build is successful, there will be a .deb file located in the parent directory.
VMware – Enable 3D HW Acceleration
Linux: Edit the file ~/.vmware/preferences and look for a line that starts with mks.gl.allowBlacklistedDrivers This should be changed/added to: mks.gl.allowBlacklistedDrivers = TRUE