Posts

Showing posts from December, 2015

How to Root Samsung Galaxy J7 with a few clicks

Image
How To Install TWRP Recovery & Root Samsung Galaxy J7 Samsung Galaxy J7 is a high quality Android smartphone, which comes with 5.5 inch super AMOLED touchscreen display powered by 1.5 GHz octa-core processor along with a 1.5 GB RAM and the device runs on Android 5.1 Lollipop operating system. If you have purchased this smartphone and looking for a way to gain root privileges, you are in the right page as I have given a tutorial to root Samsung Galaxy J7 here. Along with rooting tutorial, I have also provided a tutorial for installing TWRP recovery in Galaxy J7 using Odin. The advantages of gaining root privileges is that it will let you to install custom-built Android applications which only runs on rooted devices, custom ROM firmware’s, etc. WARNING: Rooting your Samsung smartphone will void its warranty and you won’t be able to claim it back until you unroot your device. Also, if your device gets damaged during the rooting procedure, don’t held me responsible

Bash Useful Tricks

Source: -  bash-shortcuts-for-maximum-productivity Really useful article. Practice until you remember these little tricks. This article will save you a lot of time Sharing this article on the blog, so that readers can get best tips at one location. Command Editing Shortcuts Ctrl + a – go to the start of the command line Ctrl + e – go to the end of the command line Ctrl + k – delete from cursor to the end of the command line Ctrl + u – delete from cursor to the start of the command line Ctrl + w – delete from cursor to start of word (i.e. delete backwards one word) Ctrl + y – paste word or text that was cut using one of the deletion shortcuts (such as the one above) after the cursor Ctrl + xx – move between start of command line and current cursor position (and back again) Alt + b – move backward one word (or go to start of word the cursor is currently on) Alt + f – move forward one word (or go to end of word the cursor is currently on) Alt + d – delete to en