pts.blog
2018-04-28
How to force OpenSSH to log in with a specific password or public key
›
This blog post explains how to force the OpenSSH client to log in with a specific password or public key. This is useful if some of the SSH ...
2018-04-24
A quest to find a fast enclosure for multiple SATA 3.5" hard drives
›
This blog post documents the quest I'm undertaking to find a fast enclosure for multiple SATA 3.5" hard drives, supporting both USB...
2018-04-21
How to update the BIOS on a Lenovo T400 laptop
›
This blog post explains how to update the BIOS to version 3.24 (released on 2012-12-16, latest release as of 2018-04-21) on a Lenovo T400 la...
3 comments:
2018-04-09
How to change which characters are selected by double-clicking in xterm
›
Various terminal emulators on Linux (e.g. xterm, gnome-terminal, rxvt) have word selection: when you double-click a character, it selects th...
2017-12-06
How to restrict an SSH user to file transfers
›
This blog post explains how a user on a Unix server can be restricted to file transfers only over SSH. The restriction is implemented by spe...
2017-10-06
Comparison of encrypted Git remote (remote repository) implementations
›
This blog post is a comparison of encrypted Git remote implementations. A Git remote is a combination of storage space on a remote server, r...
2017-09-02
How to run Windows XP on Linux using QEMU and KVM
›
This blog post is a tutorial explaining how to run Windows XP as a guest operating system using QEMU and KVM on a Linux host. It should take...
2017-02-28
How to avoid unnecessary copies when appending to a C++ vector
›
This blog post explains how to avoid unnecessary copies when appending to a C++ std::vector , and recommends the fast_vector_append helper l...
2017-02-24
How to back up your WhatsApp chats and photos safely on Android
›
This blog post explains how to make backups of your WhatsApp chats and photos safely on your Android device, and how to restore your backups...
4 comments:
2017-02-07
Checking whether a Unix filename is safe in C
›
This blog post explains how to check whether a filename is safe for overwriting the file contents on a Unix system, and it also contains C c...
2016-11-08
How to fix Python SSL errors when downloading https pages
›
This blog post explains how to fix Python SSL errors when downloading web pages using the https:// protocol in Python (e.g. by using the url...
1 comment:
2016-07-15
How to compile Lepton (JPEG lossless recompressor by Dropbox) without autotools
›
This blog post explains how to compile Lepton , the recently released JPEG lossless recompressor by Dropbox without autotools on Linux. You...
‹
›
Home
View web version