Choosing NGINX for growth with Wordpress
Do it Because They Do WordPress.com is the cloud version of WordPress that is hosted and supported by Automattic.WordPress.com serves more than 33 million sites attracting over 339 million people and 3.4 billion pages each month. Since April 2008, WordPress.com has experienced about 4.4 times growth in page views. WordPress.com VIP hosts many popular…cPanel Configuration Files and Handy Commands for Shell
Since I use cPanel and CentOS alot now a days, I want to make sure that I have a handy place I can keep and search for anything I might need for configuring or managing the servers. Without any further ado, I present you the most comprehensive list of cPanel…Setup SVN With Attached Drives on CentOS
These are the step that I took to create a SVN server using CentOS 7, while attaching drives as repositories instead of creating a monstrous system drive and importing everything there. If you follow to a "T", you too can have the play-ground I have =) I will lay out…My KitKat Performance Tweaks
Been awhile since I've posted anything... holy moly has it!So, as I am sure most of you are aware, I am a programmer/developer by heart and soul, so it was only a matter of time before I started (finally) getting into doing some tweaking for Android devices. As a result,…Cookie Notice
This site utilizes cookies to improve your browsing experience, analyze the type of traffic we receive, and serve up proper content for you. If you wish to continue browsing, you must agree to allow us to set these cookies. If not, please visit another website.
My KitKat Performance Tweaks
Been awhile since I’ve posted anything… holy moly has it!So, as I am sure most of you are aware, I am a programmer/developer by heart and soul, so it was only a matter of time before I started (finally) getting into doing some tweaking for Android devices. As a result, I have made up a set of “tweaks” for my Note 3 that have it running creamy smooth like buttah ;)It all started with my Galaxy S4 actually, but since i don’t have that beast anymore, I did it for my Note 3.
What does it do Kev?
- Vacuum’s SQLite every 4 days
- Zip-Aligns all User Data APK’s every 3 days (if you choose)
- Cleans Caches, Logs, Tombstones, etc… every week
- Tweaks Your systems I/O
- Makes your Mobile and Wifi Networks faster
- Bumps your Wifi scan to every 300 seconds (battery saver)
- Enables some Dalvik VM Flags to optimize the loading and executing of all your apps
- Enables Dalvik to execute in the Java JIT
- Bumps your Dalvik Heaps a tad (let’s face it… we got 3G of RAM, so why not?)
- Moves your Dalvik to your /cache partition, leaving you a bit more room for more apps
- Removes ext4 Journalism on your internal system storage (big time performance boost)
- Forces your Launcher into Memory (yes this will take up a bit more RAM, however, your launcher will be much more responsive)
- Remounts your devices system, data, and cache partitions explicitly, no updating timestamps, and asyncronous I/O calls
- Tweaks your External SD Card read-ahead
- Calibrates your Battery if it needs it
- Enables true init.d support to devices that are bootloader locked
- De-Bloats Note 3 Devices of Samsung, GApps, and Carrier Bloatware. NOTE: Don’t bother using it if you’ve flashed a Note 4 or S5 rom
- Logs most actions to /sdcard
But, why do I need it Kev?
In all honesty, you probably don’t. Personally I wanted a little more oomph outta my device, so here we are… Not that there’s anything wrong with the default, but me being on a locked bootload on my S4, I didn’t get the luxury of being able to flash custom kernels to suit most of these needs
Can I run it manually?
Sure. Grab a terminal emulator and type the following.
su sh /system/etc/init.d/10KevsTweaks sh /system/etc/init.d/11KevsDalvikMover sh /system/etc/init.d/12KevsZipAligner
You can find more, and the downloads over here: http://forum.xda-developers.com/note-3-tmobile/themes-apps/mod-kevs-performance-tweaks-note-2-0-3-t2933167