Category: Tricks

  • Secret Hidden Menu Hack and Tethering LG Octane On Linux

    LG Octane Secret Menu There are some pretty cool hidden menu options available on Verizon Wireless LG model cellphone? Using these menu options one can unlock the secret GPS system and MP3 sections on any LG phone. Warning: this may severely damage your phone if you change certain settings! Open your phone so that the…

  • Hide your files really good in Linux

    Hide your files really good in Linux I have tons of confidential files on my Hard drive and I share my computer with a few people. So how do I keep my files private? tar, Gzip GPG and XZ that’s how I hide them! $ tar -c dir/ | gzip | gpg -c | xz…

  • Transferring YouTube videos “or anything else” to your LG Phone

    I have an old LG Envy2 phone with Verizon. I’ve tried upgrading the phone, but since I now live in Puerto Rico it’s no longer an option. I would be forced to switch my service over to Claro, an upcoming phone company that purchased Verizon’s contracts here in Puerto Rico. And to be honest I…

  • 9 Really Useful Tricks With pv- Pipe Viewer

    pv allows a user to see the progress of data through a pipeline, by giving information such as time elapsed, percentage completed (with progress bar), current throughput rate, total data transferred, and ETA. Here’s a nice list of cool ways you can use pv 1) Simulate typing echo “You can simulate on-screen typing just like…