Toggen Blog
Tech tips
Articles
Latest
Cross Platform Client Side Encryption
All details here ==> http://www.funzt.info/?p=910 Windows Requires a way of mounting one folder to another using Dokan (which is a Windows version of FUSE) and then the Windows version of encFS On Android I have been using BoxCryptor which also has a Windows Client...
Reading Symantec Backup Exec Logs in Firefox
http://www.symantec.com/connect/forums/job-logs-dont-work-firefox The above suggests turning off javascript in Firefox which will then display the Backup Exec Html log file fully expanded. On my Chromebook Developer Mode running Ubuntu 13.04 GNU/Linux inside a crouton...
Find and Replace in Multiple Files in a Directory Tree Skipping Binary Files (Text files Only)
https://toggen.com.au/it-tips/find-and-replace-a-value-in-multiple-files-in-a-directory-tree cd /top/of/tree/to/change fgrep -IlR server_name_here \| grep -v "log" \| xargs sed -i.bak -e 's/server_name_here/new_server_name_here/g' Find all non binary files (-I)...
Default account and password for the Symantec Endpoint Protection 12.1.2 Security Virtual Appliance
Installed this on virtual box to have a look: Symantec_Endpoint_Protection_12.1.2_Security_Virtual_Appliance_ML.ova User: admin Password: symantec Run sudo su - to get root (sudo -s won't work)
Chromebook Disable the Touchpad while typing by using syndaemon
http://www.webupd8.org/2009/11/ubuntu-automatically-disable-touchpad.htmlSeriously annoyed that while typing my touchpad would be active and taking the accidental swipes and causing all sort of "unexpected behaviour" Syndaemon to the rescue syndaemon -i 1 -d worked well for me.
Scripting PSFTP and PLINK using VBS
Sample script of using PuTTYs psftp and plink to: login to a remote linux host using plink via ssh, run a find command to return a list of files in a directory tree, build a psftp batch script to grab and move the remote files login again using psftp and run the batch...
