Published at: 04:12 am - Wednesday December 31 2014
i’ve been playing this game for about a week and a half, here and there for about 2 hours, and today i finished it. i enjoyed it quite a bit more than the recent new super mario bros games. i know those games are really geared more for multiplayer and not-so-much a quality single player […]
Published at: 05:12 pm - Sunday December 21 2014
this particular occurrence was on windows 2008 sp2 (32-bit) and very easy to reproduce. every time the system was rebooted the VM would report vmware tools not running and sometimes vmware not running (not installed). RDP sessions would not function. when trying to login to the VM console it would hang on “applying user settings”. […]
Published at: 10:12 pm - Wednesday December 10 2014
fairly painless process to install cyanogenmod 11 steps: heimdall flash –RECOVERY recovery.img –no-reboot boot to recovery wipe & format everything install from sideload adb sideload update.zip <— the d2lte build adb sideload gapps.zip reboot source: http://wiki.cyanogenmod.org/w/Install_CM_for_d2lte http://glassechidna.com.au/heimdall/
Published at: 07:12 pm - Wednesday December 10 2014
examples… =LEFT(H3,FIND(“@”,H3)-1) to retrieve the username portion of an email address (anything before the @) =LOWER(LEFT(B2,6)&LEFT(C2,1)) grab the first 6 characters from cell b2 and concatenate w/ the first character from cell c2. then lowercase. using Data->Filter from within excel is also very useful source: http://chandoo.org/wp/2010/01/19/usernames-from-email-formulas/ removing duplicate rows: do a find and replace and […]
Published at: 06:12 pm - Wednesday December 10 2014
backing up: icacls <directory path> /save ntfsperms.txt /t /c restoring: icacls <drive letter> /restore ntfsperms.txt when a attaching a drive with existing NTFS permissions to a new system the NTFS permissions will be retained. share permissions, however, will not be. share permissions can be exported and imported (details in the source link)…but i don’t find […]
Published at: 10:12 pm - Wednesday December 03 2014
these nexuses are incredibly easy to work with. images here – https://developers.google.com/android/nexus/images steps to flash device: sudo apt-get android-tools-fastboot boot into fastboot mode (info here – https://source.android.com/source/building-devices.html#booting-into-fastboot-mode) fastbook oem unlock fastboot format cache fastboot format userdata ./flash-all.sh fastboot oem lock boot normally
Published at: 07:12 pm - Wednesday December 03 2014
audacity can be used to convert a wav file into the proper format. this can be done by going to file->export audio->save as type: other uncompressed files->options… then choosing WAV and U-Law there’s a bit more to it than just uploading the wav file to UCM via Media Resources->MOH Audio File Management. for one, the […]