rootninja http://rootninja.com Linux Gaming Mobile Computer Science Tech Tweaks Howto Wed, 08 May 2013 14:49:08 +0000 en-US hourly 1 http://wordpress.org/?v=3.5.1 Learn to speed read with comprehension http://rootninja.com/learn-to-speed-read-with-comprehension/ http://rootninja.com/learn-to-speed-read-with-comprehension/#comments Wed, 08 May 2013 14:49:08 +0000 admica http://rootninja.com/?p=2384 The biggest barrier to reading speed is subvocalization. If you're reading 'out loud' in your head, there's going to be a cap on your reading speed.

The post Learn to speed read with comprehension appeared first on rootninja.

]]>
http://rootninja.com/learn-to-speed-read-with-comprehension/feed/ 0
Compiling keepassx in OpenSuSE http://rootninja.com/compiling-keepassx-in-opensuse/ http://rootninja.com/compiling-keepassx-in-opensuse/#comments Thu, 02 May 2013 18:45:08 +0000 admica http://rootninja.com/?p=2375 Does this keypass error look familiar? This isn't the first time I've seen it in OpenSUSE, but I can't remember where else this cropped up before exactly. But the fix is easy. There's a library that's installed on the system already, but missing in the code.

The post Compiling keepassx in OpenSuSE appeared first on rootninja.

]]>
http://rootninja.com/compiling-keepassx-in-opensuse/feed/ 0
Root Android in one step – Motorola Razr MAXX HD http://rootninja.com/root-android-in-one-step-motorola-razr-maxx-hd/ http://rootninja.com/root-android-in-one-step-motorola-razr-maxx-hd/#comments Fri, 12 Apr 2013 16:17:35 +0000 admica http://rootninja.com/?p=2345 As unlocking bootloaders becomes harder with each update, rooting android phones seems to get easier and easier. I found Motochopper by Dan Rosenberg on http://www.droidrzr.com/ and used it to root a Motorola Razr MAXX HD. It was as easy as running a simple bat/bash script and clicking Enter.

[crayon-51a01c3b43c0a/]

It doesn’t get much easier than that! The whole process only took a few seconds to complete. I used the run.sh script from OpenSUSE 12.3. But it’s reportedly just as easy from windows. I’m not responsible for your voiding your warranty, bricking your phone, or any of that other fun stuff. So don’t unlock features for yourself, don’t free yourself from forced apps, don’t unlock your phone. There I said it.

Anyway, the easiest way to test to make sure your phone is actually rooted is to go to the Google Play app store and download an app intended for use on a rooted phone such as Titanium backup, Rom manager, or simply root checker.

Here’s the sha1sum of my downloaded motochopper.zip 7556521bd9a7ff678e992b1d79a0fb64de71a73e

My carrier, Verizon, are particularly bad about adding their own bloated apps. But in the latest versions of android, disabling most of the bundled apps is trivial without even the need for root ... Read More »

The post Root Android in one step – Motorola Razr MAXX HD appeared first on rootninja.

]]>
http://rootninja.com/root-android-in-one-step-motorola-razr-maxx-hd/feed/ 0
Postgresql Backup Script – Quick and Simple http://rootninja.com/postgresql-backup-script-quick-and-simple/ http://rootninja.com/postgresql-backup-script-quick-and-simple/#comments Fri, 05 Apr 2013 20:46:20 +0000 admica http://rootninja.com/?p=2341 Root uses psql to list all databases and then looping through each one, root uses pg_dump as postgres piped into pbzip2 which is a parallel implementation of bzip. Any new databases will be picked up by the script each time it is run.

The post Postgresql Backup Script – Quick and Simple appeared first on rootninja.

]]>
http://rootninja.com/postgresql-backup-script-quick-and-simple/feed/ 0
Fix KDM pausing before allowing login on KDE http://rootninja.com/fix-kdm-pausing-before-allowing-login-on-kde/ http://rootninja.com/fix-kdm-pausing-before-allowing-login-on-kde/#comments Tue, 02 Apr 2013 15:00:20 +0000 admica http://rootninja.com/?p=2339 My gut said there was some sort of timeout occurring before KDM would show the login window after bootup. It paused a full 10-15 seconds before showing anything except the background wallpaper. It was the same delayed behavior on each reboot, so I figured it's got to be something failing or a fallback kicking in and surely I would find it in the logs somewhere.

The post Fix KDM pausing before allowing login on KDE appeared first on rootninja.

]]>
http://rootninja.com/fix-kdm-pausing-before-allowing-login-on-kde/feed/ 0
Get Samba LDAP winbind working with Active Directory http://rootninja.com/get-samba-ldap-winbind-working-with-active-directory/ http://rootninja.com/get-samba-ldap-winbind-working-with-active-directory/#comments Mon, 01 Apr 2013 16:04:06 +0000 admica http://rootninja.com/?p=2338 I'm attempting to use a Windows Active Directory for user authentication in an OpenSUSE Linux environment. The configuration tools in OpenSUSE's Yast take care of just about everything, or try to at least. But I found one instance where a default samba setting just doesn't make the cut.

The post Get Samba LDAP winbind working with Active Directory appeared first on rootninja.

]]>
http://rootninja.com/get-samba-ldap-winbind-working-with-active-directory/feed/ 0
Rotate the framebuffer during boot in Linux http://rootninja.com/rotate-the-framebuffer-during-boot-in-linux/ http://rootninja.com/rotate-the-framebuffer-during-boot-in-linux/#comments Wed, 13 Mar 2013 15:45:01 +0000 admica http://rootninja.com/?p=2336 If your kernel is compiled with CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y you can rotate the framebuffer console output to match your rotated monitors.

The post Rotate the framebuffer during boot in Linux appeared first on rootninja.

]]>
http://rootninja.com/rotate-the-framebuffer-during-boot-in-linux/feed/ 0