Wednesday, July 4, 2018, 12:32 PM
Misc
If your Bluetooth headphones come up as both Headset and Headphones, you want Headphones.
Headset is quite limited in sound quality, intended for older hands-free phone devices.

[ add comment ] ( 43 views ) permalink
dpkg-buildpackage failing with error 2
Sunday, June 19, 2016, 11:11 PM
Misc
The error
fakeroot debian/rules clean
: No such file or directory
'. Stop. No rule to make target `
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2
can be caused by copying from a Windows box, and having Windows line endings in debian/rules.
[ add comment ] ( 154 views ) permalink
Tuesday, May 31, 2016, 01:55 PM
Misc
When migrating content from one S3 bucket to another (as it is not possible to rename a bucket),
S3 Browser supports copying files without downloading (as long as they are in the same region), while
Cyberduck does not.
[ add comment ] ( 101 views ) permalink
Friday, May 6, 2016, 05:23 PM
Misc
If using Corosync/Pacemaker and you get a "ghost" node (due to changing the hostname of a node, for example), the command to delete the node is:
cibadmin --delete --obj_type nodes --crm_xml '<node id="hostname" />'
hostname should be replaced with the name of the node.
You absolutely do want to remove these ghost nodes, as they can prevent elections/allocation of resources, especially if using a two-node cluster.
[ add comment ] ( 505 views ) permalink
Thursday, March 31, 2016, 12:07 PM
Misc
If using File History for your backups on Windows, do not copy files directly from the backup folders/disk. It appears (but I haven't tracked down exactly what) that there is some permissions applied to the files that doesn't show in the standard File Permissions UI.
[ add comment ] ( 259 views ) permalink