Rooting your Gemini PDA

I recently got a Gemini PDA (WiFi). To run rooted Android and Linux (dual boot) I did the following: Followed the details here. Downloaded & unzipped Windows Flashing Tool Downloaded & installed Windows Drivers Chose my Partition setup here then downloaded Scatter File Base Firmware (ie Android) Linux Firmware Unzipped both firmwares into a dir …

Continue reading ‘Rooting your Gemini PDA’ »

Using ssh agent for sudo authentication on debian

Using this ubuntu guide with 2 changes. 1. Change the configure line to ./configure –libexecdir=/lib/x86_64-linux-gnu/security/ –with-mantype=man 2. Instead of editing the sudoers file, create a file under sudoers.d (more modular): echo “Defaults env_keep += SSH_AUTH_SOCK” > /etc/sudoers.d/ssh_auth Also note that the latest version of this module on sourceforge is more recent than linked.