hacks

Slackware guest on Linux-VServer

This documentation on Linux-Vserver for Slackware is no longer mantained, as I switched to LXC. If you plan to do the same, have a look to my notes regarding the migration to LXC and my LXC series of articles. Info: http://linux-vserver.org/ (the...

Running OpenBoard in a window

Edit: this patch has been merged into OpenBoard 1.7.0, so this issue is closed. OpenBoard home page Download my patch Github Github discussion Slackbuild (Slackware users) These days I'm forced again to do lessons from remote. My school asked me to refer to Google Meet for the...

Building your own mozilla-sync-1.1 server

NB: DOES NOT WORK WITH FIREFOX 29 AND LATER More info:  http://alien.slackbook.org/blog/setting-up-your-own-mozilla-sync-server/ (for Slackware users) http://docs.services.mozilla.com/howtos/run-sync.html File synchronization (or syncing) in computing is the process of ensuring that computer files in two or more locations are updated via certain rules. In one-way file synchronization, also called...

How to backup a server with rsync via ssh login without password

Rsync is a fast and extraordinarily versatile file copying tool.  It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon.It offers a large number of options that control every aspect of its behavior and...