Adriano Chiaretta

Category Archives: Tech Tips

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 […]

Get Toodledo in Thunderbird – no add-on needed

Fastest way to get some sort of integration between Toodledo and Thunderbird to handle your tasks and emails within the same app: 1- Bring up the Thunderbird error console 2- Copy the code below and paste it in the “Code” textbox of the error console: Components.classes[‘@mozilla.org/appshell/window-mediator;1’].getService(Components.interfaces.nsIWindowMediator).getMostRecentWindow(“mail:3pane”).document.getElementById(“tabmail”).openTab(“contentTab”, {contentPage: “http://www.toodledo.com/views/folder.php”}); Press “Evaluate” Done — a new tab […]