-
Create A File And Loop It As A Filesystem in Linux
Create A File And Loop It As A Filesystem in Linux Associating file systems to storage devices in Linux is called mounting. The mount command is used to attach a file system to a file system hierarchy. To mount, you provide a file system type, a file system, and a mount point. To demonstrate the capabilities of…
-
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…