Software >
This is just a tags placeholder for this concept.
-
diffis the commandline thing; important for patch.- Use the
-uswitch. (advised by Working on Free Software)
- Use the
Software >
This is just a tags placeholder for this concept.
diff is the commandline thing; important for patch.
-u switch. (advised by Working on Free Software)https://rdiff-backup.net/ [ 1 ] was http://www.nongnu.org/rdiff-backup/
Combines rsync with diff storage, so one can retrieve a backup from any point in time.
My initial impression was “Works wonderfully well.. very easy to use, very nice. Would be nice to have a GUI tool for recovery purposes though, but oh well.” .. but my 2009-04-01 glance was a flop.
Footnotes
Software >
(on Wikipedia)
https://savannah.gnu.org/projects/patch/
Applies changes to one or more original files based on information originally provided by the diff program. Let just the smaller changes between versions be distributed without needing to send the whole new version of a file.
TODO – add my notes, and scripts
(on Wikipedia)
https://github.com/adrianlopezroche/fdupes
A program for identifying (and optionally deleting) duplicate files residing within specified directories.
An essential part of my toolkit, giving me detailed information on the tangled mess that are my archives.
See also:
(on Wikipedia)
Chocolatey: vlc
https://www.videolan.org/vlc/
The king of video players.
On Windows, this is especially-king because the user doesn’t have to figure out and download various shady codecs.
Can play various Oldschool music formats.
Software >
(on Wikipedia)
https://github.com/libfuse/libfuse
An interface for userspace programs to export a filesystem to the Linux kernel.
Running things under FUSE is sub-optimal. It’s better to run under the kernel directly. However, userland stuff is the only way to achieve certain effects, like everyday user control or to work around licensing issues.
Fuse is not secure! – Noted on https://github.com/libfuse/libfuse. See issue #15
acronym: Filesystem in Userspace
https://web.archive.org/web/20160220044903/http://pablotron.org:80/software/wirble/
wirble is a set of enhancements for irb.
Wirble enables several items mentioned on the RubyGarden Irb Tips and Tricks page, including tab-completion, history, and a built-in ri command, as well as colorized results and a couple other goodies. The idea, of course, is to fill Irb with useful features without turning your ~/.irbrc file into swiss cheese.
This is a shell from which you can experiment with code. For a new person, it’s not important to care about this if you code in small pieces and test often.
See also .irbrc
(on Wikipedia)
https://rubygems.org/
“gems” are the foremost way to install Ruby libraries.