Write on screen
osd_cat
– to write text/notifications to the screen
- example:
osd_cat -p top -A center -o 200 -d=200 -f -sony-*-*-*-*-*-*-230-*-*-*-*-*
- DAA –
daa2iso
DAA2ISO is a program for converting DAA files (Direct Access Archive, used by PowerISO) to ISO.
Write ISOs
winusb
– write Windows ISO in Linux
Download youtube videos from cmd
youtube-dl
– download youtube videos
- example:
youtube-dl -x --audio-format "mp3" --prefer-avconv --verbose <VIDEO-URL>
- add
--proxy http://PROXY_URL:PORT/
if using a proxy.
More info: youtube-dl github repo