-
Telnet WOL is specifically designed for DrayTek Vigor Routers that support WOL UP command which in turn sends a “Magic Packet” to the specified MAC address. Your Vigor router must have Telnet server enabled, and the device you are waking…
-
Android App – Easy WOL
Easy WOL provides simple and clean interface to send “Magic Packets” to any device on your network. If your Android device (where the app is installed) is connected to a WiFi on the same network as the device you are…
-
VMware vSphere error – Reset System Health for One or More Sensors
Issue VMware ESXi vSphere client host Health Status (Configuration tab) shows Unknown and Question marks (?) next to each component. Trying to Reset Sensors fails with error:
-
Android – getActionBar() returns null after upgrading to SDK 21
I was working on a new app in Android Studio Beta with target SDK 20. It was all well and good, but after updating target SDK version to 21 (and appcompat-v7 to 21.0.0) the app started crashing on launch. Quick…
-
Android – hiding ActionBar icon and title during launch
I was developing an app that had a tabbed interface (FragmentPagerAdapter) inside the main activity. Each tab was setting different ActionBar icon and title inside onTabSelected method. Something like this: @Overridepublic void onTabSelected(ActionBar.Tab tab, FragmentTransaction ft) { viewPager.setCurrentItem(tab.getPosition()); if (tab.getPosition() ==…
-
Office 365 – emails automatically deleted bypassing deleted items folder
Issue A user complained that he is was not receiving emails from certain recipients. The mailbox was hosted on Office 365 account and the user had access from multiple clients, including Outlook on a Windows PC, Apple mail on a…
-
QuickBooks error H202 – Problem with multi user hosting setup
Issue Users cannot reliably access QuickBooks company files in the multi-user mode. The files were stored on Windows SBS2008 server (with multi-user access enabled). When trying to open files, users would often get following error: Problem with multi user hosting…
-
Android Studio – Failure [INSTALL_FAILED_OLDER_SDK]
Android Studio beta 0.8.9. Running a test app on a physical device device fails during installation stage with error: Failure [INSTALL_FAILED_OLDER_SDK] The issue was caused by the following line in build.gradle configuration file: compileSdkVersion ‘android-L’
-
Stop Google Chrome from opening files after download
When you download any file with Google Chrome and click on a little arrow down, one of the options is “Always open files of this type“. If you select this option, all files of that type will be automatically opened…
-
Multiple RDP (Remote Desktop) sessions in Windows 10
Update: For Windows 11 termsrv.dll modifications, please visit the following page. Option 1 – Modifying termsrv.dll In order to have concurrent user sessions working in Windows 10, you need to make small changes to termsrv.dll file. This file is located in C:\Windows\System32 folder. Before modifying termsrv.dll…
-
Android Studio – Android Emulator running extremely slow
Issue Android Virtual Device (Emulator) is taking very long time to start and then running extremely slow. Resolution First of all I installed Install Intel x86 Emulator Accelerator (HAXM). This can be downloaded directly from Intel or using Android SDK Manager.…
-
Create email only user account (prevent login to domain computers)
There are many ways to prevent Active Directory users from logging on to certain computers. For large and more complicated scenarios it’s best to use Group Policy. But if I need to create a few “email only” user accounts I…