Skip to content

Website to test HTTP requests

And many other things: https://webhook.site/.

  • Twitter
  • Bookmark Website to test HTTP requests at del.icio.us
  • Facebook
  • Google Bookmarks
  • FriendFeed
  • Digg Website to test HTTP requests
  • Mixx Website to test HTTP requests
  • Bloglines Website to test HTTP requests
  • Technorati Website to test HTTP requests
  • Fark this: Website to test HTTP requests
  • Bookmark Website to test HTTP requests at YahooMyWeb
  • Bookmark Website to test HTTP requests at Furl.net
  • Bookmark Website to test HTTP requests at reddit.com
  • Bookmark Website to test HTTP requests at blinklist.com
  • Bookmark Website to test HTTP requests at Spurl.net
  • Bookmark Website to test HTTP requests at NewsVine
  • Bookmark Website to test HTTP requests at Simpy.com
  • Bookmark Website to test HTTP requests at blogmarks
  • Bookmark Website to test HTTP requests with wists
  • wong it!
  • Bookmark using any bookmark manager!
  • Stumble It!
  • Print this article!
  • E-mail this story to a friend!
  • Identi.ca

BackupPC - binary garbage in XferLog.z / XferLog.z getting huge

I run a BackupPC instance that is still on Debian 10 / buster. The latest rsync package for Debian 10 has version number 3.1.3-6.

I recently noticed infrequent issues when backing up hosts that are either on Debian 11 / bullseye, or on Ubuntu 22.04 (which both ship rsync 3.2.3). The symptoms are as follows:

- backups take much longer than usual
- XferLog.z starts "normally", but after a certain point contains a lot of binary garbage, and gets much bigger than usual (hundreds of MB, or even in one case up to 12 GB)

After investigating and looking for information online, I came across these bug reports, which contain the explanation as well as a workaround: Debian Bug report #969463 and BackupPC issue #369.

=> The issue is caused by a combination of a change of default behaviour introduced with rsync 3.2.3, and a bug in File::RsyncP.

The solution that works for me (pending an update to Debian 11 and BackupPC 4) is to add the following line in the individual server config for each of the affected hosts:
$Conf{RsyncArgsExtra} = ['--no-msgs2stderr'];


  • Twitter
  • Bookmark BackupPC - binary garbage in XferLog.z / XferLog.z getting huge at del.icio.us
  • Facebook
  • Google Bookmarks
  • FriendFeed
  • Digg BackupPC - binary garbage in XferLog.z / XferLog.z getting huge
  • Mixx BackupPC - binary garbage in XferLog.z / XferLog.z getting huge
  • Bloglines BackupPC - binary garbage in XferLog.z / XferLog.z getting huge
  • Technorati BackupPC - binary garbage in XferLog.z / XferLog.z getting huge
  • Fark this: BackupPC - binary garbage in XferLog.z / XferLog.z getting huge
  • Bookmark BackupPC - binary garbage in XferLog.z / XferLog.z getting huge at YahooMyWeb
  • Bookmark BackupPC - binary garbage in XferLog.z / XferLog.z getting huge at Furl.net
  • Bookmark BackupPC - binary garbage in XferLog.z / XferLog.z getting huge at reddit.com
  • Bookmark BackupPC - binary garbage in XferLog.z / XferLog.z getting huge at blinklist.com
  • Bookmark BackupPC - binary garbage in XferLog.z / XferLog.z getting huge at Spurl.net
  • Bookmark BackupPC - binary garbage in XferLog.z / XferLog.z getting huge at NewsVine
  • Bookmark BackupPC - binary garbage in XferLog.z / XferLog.z getting huge at Simpy.com
  • Bookmark BackupPC - binary garbage in XferLog.z / XferLog.z getting huge at blogmarks
  • Bookmark BackupPC - binary garbage in XferLog.z / XferLog.z getting huge with wists
  • wong it!
  • Bookmark using any bookmark manager!
  • Stumble It!
  • Print this article!
  • E-mail this story to a friend!
  • Identi.ca

3D-Fuel Pro PLA+ material profile for Cura LulzBot Edition / LulzBot Mini printer

For some reason, Cura LulzBot Edition does not include a material profile for Pro PLA+ by 3D-Fuel used on a LulzBot Mini printer.

Here are the settings that work for me: 3d-fuel-pro-pla.xml.fdm_material (2.85 mm).

  • Twitter
  • Bookmark 3D-Fuel Pro PLA+ material profile for Cura LulzBot Edition / LulzBot Mini printer at del.icio.us
  • Facebook
  • Google Bookmarks
  • FriendFeed
  • Digg 3D-Fuel Pro PLA+ material profile for Cura LulzBot Edition / LulzBot Mini printer
  • Mixx 3D-Fuel Pro PLA+ material profile for Cura LulzBot Edition / LulzBot Mini printer
  • Bloglines 3D-Fuel Pro PLA+ material profile for Cura LulzBot Edition / LulzBot Mini printer
  • Technorati 3D-Fuel Pro PLA+ material profile for Cura LulzBot Edition / LulzBot Mini printer
  • Fark this: 3D-Fuel Pro PLA+ material profile for Cura LulzBot Edition / LulzBot Mini printer
  • Bookmark 3D-Fuel Pro PLA+ material profile for Cura LulzBot Edition / LulzBot Mini printer at YahooMyWeb
  • Bookmark 3D-Fuel Pro PLA+ material profile for Cura LulzBot Edition / LulzBot Mini printer at Furl.net
  • Bookmark 3D-Fuel Pro PLA+ material profile for Cura LulzBot Edition / LulzBot Mini printer at reddit.com
  • Bookmark 3D-Fuel Pro PLA+ material profile for Cura LulzBot Edition / LulzBot Mini printer at blinklist.com
  • Bookmark 3D-Fuel Pro PLA+ material profile for Cura LulzBot Edition / LulzBot Mini printer at Spurl.net
  • Bookmark 3D-Fuel Pro PLA+ material profile for Cura LulzBot Edition / LulzBot Mini printer at NewsVine
  • Bookmark 3D-Fuel Pro PLA+ material profile for Cura LulzBot Edition / LulzBot Mini printer at Simpy.com
  • Bookmark 3D-Fuel Pro PLA+ material profile for Cura LulzBot Edition / LulzBot Mini printer at blogmarks
  • Bookmark 3D-Fuel Pro PLA+ material profile for Cura LulzBot Edition / LulzBot Mini printer with wists
  • wong it!
  • Bookmark using any bookmark manager!
  • Stumble It!
  • Print this article!
  • E-mail this story to a friend!
  • Identi.ca

Split a multi-object STL file into separate files containing each one object

slic3r --split input.stl
This will create input.stl_01.stl, input.stl_02.stl etc. in the same directory.

This worked perfectly for me on a file created with OpenSCAD containing different parts that I wanted to print individually with Cura Lulzbot Edition. I found the info here.


  • Twitter
  • Bookmark Split a multi-object STL file into separate files containing each one object at del.icio.us
  • Facebook
  • Google Bookmarks
  • FriendFeed
  • Digg Split a multi-object STL file into separate files containing each one object
  • Mixx Split a multi-object STL file into separate files containing each one object
  • Bloglines Split a multi-object STL file into separate files containing each one object
  • Technorati Split a multi-object STL file into separate files containing each one object
  • Fark this: Split a multi-object STL file into separate files containing each one object
  • Bookmark Split a multi-object STL file into separate files containing each one object at YahooMyWeb
  • Bookmark Split a multi-object STL file into separate files containing each one object at Furl.net
  • Bookmark Split a multi-object STL file into separate files containing each one object at reddit.com
  • Bookmark Split a multi-object STL file into separate files containing each one object at blinklist.com
  • Bookmark Split a multi-object STL file into separate files containing each one object at Spurl.net
  • Bookmark Split a multi-object STL file into separate files containing each one object at NewsVine
  • Bookmark Split a multi-object STL file into separate files containing each one object at Simpy.com
  • Bookmark Split a multi-object STL file into separate files containing each one object at blogmarks
  • Bookmark Split a multi-object STL file into separate files containing each one object with wists
  • wong it!
  • Bookmark using any bookmark manager!
  • Stumble It!
  • Print this article!
  • E-mail this story to a friend!
  • Identi.ca

Find large files in a BackupPC transfer log (sort files in XferLOG by size)

When your backups suddenly takes much longer to complete, it could be because large files that were previously excluded from the backup were renamed or relocated elsewhere. In order to identify those files, or just to sort the list of files by size, I use the following code (bash):
cd /tmp/
BackupPC_zcat /var/lib/backuppc/pc/mypc/XferLOG.99.z > xlog
for S in `cat xlog | sed -e 's/^[^/]*\/[0-9]*[ ]*//' | cut -f1 -d\ | egrep '^[0-9]+$' | egrep '[0-9]{9,}' | sort -n | uniq ` ; do fgrep " $S " xlog ; done
This will show the list of files bigger than 99999999 bytes (100 MB). Remove "| egrep '[0-9]{9,}'" to just list all instead.

Note: on Debian, BackupPC_zcat is in /usr/share/backuppc/bin/. I've added a symlink in /usr/local/bin/ so that I don't need to look for it every time.


  • Twitter
  • Bookmark Find large files in a BackupPC transfer log (sort files in XferLOG by size) at del.icio.us
  • Facebook
  • Google Bookmarks
  • FriendFeed
  • Digg Find large files in a BackupPC transfer log (sort files in XferLOG by size)
  • Mixx Find large files in a BackupPC transfer log (sort files in XferLOG by size)
  • Bloglines Find large files in a BackupPC transfer log (sort files in XferLOG by size)
  • Technorati Find large files in a BackupPC transfer log (sort files in XferLOG by size)
  • Fark this: Find large files in a BackupPC transfer log (sort files in XferLOG by size)
  • Bookmark Find large files in a BackupPC transfer log (sort files in XferLOG by size) at YahooMyWeb
  • Bookmark Find large files in a BackupPC transfer log (sort files in XferLOG by size) at Furl.net
  • Bookmark Find large files in a BackupPC transfer log (sort files in XferLOG by size) at reddit.com
  • Bookmark Find large files in a BackupPC transfer log (sort files in XferLOG by size) at blinklist.com
  • Bookmark Find large files in a BackupPC transfer log (sort files in XferLOG by size) at Spurl.net
  • Bookmark Find large files in a BackupPC transfer log (sort files in XferLOG by size) at NewsVine
  • Bookmark Find large files in a BackupPC transfer log (sort files in XferLOG by size) at Simpy.com
  • Bookmark Find large files in a BackupPC transfer log (sort files in XferLOG by size) at blogmarks
  • Bookmark Find large files in a BackupPC transfer log (sort files in XferLOG by size) with wists
  • wong it!
  • Bookmark using any bookmark manager!
  • Stumble It!
  • Print this article!
  • E-mail this story to a friend!
  • Identi.ca