Open File as Root
If you need to open a file as root in linux you should never use sudo. Sudo can cause files and folders in your home directory to be owned by root. The key is to open graphical applications with root privileges while maintaining user ownership. The proper way was to use gksu or gksudo which are the graphical variants of sudo. These prevented files and folders from being owned by root. Unfortunately gksu and gksudo are no longer available for most linux distributions.
Tags: linux, tutorials, command lineInstall ADB On Linux
In this tutorial we will be installing ADB (Android Debug Bridge) on your linux computer and making it accessible from any directory.
ADB provides a terminal interface on your linux computer to interact with your android device file system. This can be useful for many things like installing and uninstalling apps, disabling and enabling apps , logcat, and many other things.
Tags: linux, android, tutorialsmktool
Mktool is a utility to unpack and repack a boot.img and recovery.img file. Mktool provides a simple point and click GUI to make unpacking boot and recovery images easy. If you need to unpack and repack a boot.img, recovery.img, or loki image, then this is the tool for you. With mktool you don’t need to enter any commands. You simply place your image files in the input folder and choose from the menu options. It’s the perfect tool for modifying images quickly and easily. Mktool is very simple to use and can accommodate both beginners and advanced users.
Tags: android, linux, unpack boot.imgDebloat Android No Root
If you’ve ever had a rooted android device you know the added benefit. You gain total control over you’re device. The freedom to remove carrier bloatware or make a number of modifications to your hearts content. Unfortunately if you’re here reading this, it’s likely because there is no root for your device or you simply don’t wish to root it. We all know that for non rooted devices your options are very limited. So we will be taking a look at a tool I made called Debloat Android No Root to give you some control back over your device.
Tags: android, linuxMKV to MP4
I’ve created a simple bash script to convert mkv to mp4 container quickly. The script will allow you to batch convert multiple mkv files or convert one at a time depending on your needs. You can also append a subtitle srt file to your mp4 files with this tool.
Tags: linuxReboot Utility
Reboot Utility is a powerful app to manage all your rebooting options. It is also a great looking app with 9 themes and 4 backgrounds to choose from.
Tags: android, apps