The #debian #arm64 build are disabled for now because the Hardkernel ODROID-N2Plus board didn't come back up after a kernel upgrade.
#debian #arm64 #elfutils #libabigail #DWZ #bzip2 #valgrind #debugedit
The #gentoo #sparc builders are disabled for now because the worker had become a little too unstable.
https://builder.sourceware.org
We hope to get it back soon because it is doing a lot of builds for #Sourceware projects.
#elfutils, #libabigail, #bzip2, #debugedit, #gccrust, #binutils, #gdb, #gcc, #systemtap, #glibc, #gnupoke.
#gentoo #sparc #Sourceware #elfutils #libabigail #bzip2 #debugedit #GCCRust #binutils #gdb #gcc #systemtap #glibc #gnupoke
#dar 3/ Dar's homepage is http://dar.linux.free.fr/ . As a simple file archiver tool, dar is great. Random access is preserved, you can compress with #gzip #bzip2 #lzo #xz #zstd or #lz4. You can encrypt with #GnuPG or symmetric #AES. You can stream if you want. You can split ("slice") across multiple media, and dar will prompt you for the slice(s) you need and seek you right to them.
That's cool, but we're just getting started.
#dar #gzip #bzip2 #lzo #xz #zstd #lz4 #GnuPG #aes
Today I learned: Linux has multiple cats. 😺
For every single file compressor: #gzip, #bzip2, #lzma, #xz, and #zstd, there is a matching cat command: zcat, bzcat, lzcat, xzcat, and zstdcat. #TIL #TodayILearned #Cats #Cat
#gzip #bzip2 #lzma #xz #zstd #til #todayilearned #cats #cat
You're familiar with #bzip2, but do you know why we don't have a "bzip"/"bzip1"?
bzip-0.21, released in 1997, used arithmetic coding. Due to patent infringement fears, the author changed to Huffman coding and released bzip2:
https://web.archive.org/web/19980704181204/http://www.muraroa.demon.co.uk/
You can still get access to bzip-0.21 however:
recover bzip2 gzip and tar using foremost #datarecovery #tar #archive #gzip #bzip2
#datarecovery #tar #archive #gzip #bzip2
@fuchsiii @puniko I did an emergency backroll of a production database literally on my 2nd day of work at a former employer because someone fecked up just minutes after I pulled a backup trying to esitmate it's size and working on a script to make it backup fast and space-efficient.
Gladly my inital backup was uncompressed, tho subsequent tests showed that the compression ratio achieveable was way beyond 1:5,2 just with #bzip2 out of the box.
How To Compress And Decompress Files In Linux #gzip #bzip2 #LinuxCommands #Linuxtips #Linux
https://ostechnix.com/how-to-compress-and-decompress-files-in-linux/
#Linux #linuxtips #linuxcommands #bzip2 #gzip
Tumbleweed’s July Snapshots Are Trending Strong https://news.opensuse.org/2019/07/11/tumbleweeds-july-snapshots-are-trending-strong/ #openSUSETumbleweed #Announcements #R300Gallium #Tumbleweed #WeeklyNews #PulseAudio #libsodium #Leap15.1 #drivers #nouveau #kernel #lenovo #bzip2 #intel #Linux #Leap #mesa #RADV #ANV #CVE #KDE #MMC #RAM
#opensusetumbleweed #announcements #r300gallium #tumbleweed #weeklynews #pulseaudio #libsodium #leap15 #drivers #nouveau #kernel #lenovo #bzip2 #intel #linux #leap #mesa #radv #anv #cve #kde #mmc #ram
bzip2 in Rust, Basic infrastructure and CRC32 computation, https://people.gnome.org/~federico/blog/bzip2-in-rust-basic-infra.html.
bzip2 is very likely to be rewritten in Rust. The article explains the strategy, how it has started etc.