pts.blog
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...
2016-06-20
How to back up original photo files as is in Google
›
This blog post explains how to back up photos on Google Photos and Google Drive as is, keeping the original images files, bit-by-bit identic...
2016-05-30
How to install Hungarian spell checking and hyphenation for LibreOffice and OpenOffice on Linux
›
This blog post explains how to install Hungarian spell checking and hyphenation for LibreOffice and OpenOffice on Linux. The instructions we...
2016-04-06
How to disable (reject) any root password on Debian and Ubuntu
›
This blog post explains how to disable (reject) any root password on Debian and Ubuntu, thus rejecting login attempts as root. Becoming root...
‹
›
Home
View web version