User Tools

Site Tools


other_topics

This is an old revision of the document!


Other Topics

  • Digital Art
  • Misc
    • Ripping music from CDs: Use abcde. (apt install abcde) Just run it. It will prompt you and automate everything.
    • Ripping videos from DVDs: Use handbrake or vlc (Media→Convert/Save)
    • Ripping ISO disk image: dd if=/dev/sr0 of=disc.iso bs=1MB
    • Burning Discs and Flashing SD/USB (brasero) and Balena Etcher
    • FFMpeg flip video vertically ffmpeg -i in.avi -vf vflip -c:a copy out
    • Create a system user for a service: useradd –system –no-create-home –shell=/sbin/nologin myuser
    • Change user password in a single command: echo -e -n “newpass\nnewpass\n” | passwd nanodano or passwd < inputfile
    • Radio
    • Cybersecurity
    • Virtualization
other_topics.1622091255.txt.gz · Last modified: 2021/05/27 04:54 by nanodano