Tag Archives: featured
Two minutes milk & yogurt mousse
Craving for a sweet, soft, chilly, low carbs & low calories dessert? Then this approach I perfected after a few tryouts might just be what you’re looking for, especially if you only have an handful of minutes to spare. – Fat free milk: 50 ml of fat free milk – Fat free yogurt: 7 to […]
How to enable SFTP logging in Linux
Here are the steps necessary in order to have the SFTP subsystem of the SSH (secure shell) daemon log operations on disk. 1. edit /etc/ssh/sshd_confing and look for the line: Uncomment it and update it as follows: -l INFO instructs the sftp server subsystem of the sshd daemon to log events, while -f LOCAL6 tells it […]
How to build the latest node.js RPM and install it on CentOS / RedHat / Fedora
If you aren’t familiar with node.js, it’s a platform whose goal is to facilitate building event-driven server side javascript services. Essentially it allows to run javascript on the server — services built with Node.js go to sleep after instructing the operating system to wake them if a connection is made, and each connection has a […]