Thanks Leon Nicholls – Google+. and Android Developers – Google+ for sharing these two posts: Read the rest of this entry »
Archive for February 13th, 2014
Google Cast SDK for Android Released: The Google Play services library (revision 15)
Posted by jpluimers on 2014/02/13
Posted in Android, Android Devices, Chrome, Chromecast, Development, Google, Mobile Development, Power User, Software Development | Leave a Comment »
If you miss having the Caps Lock button on your #Chromebook… (via: Google Chrome – Google+)
Posted by jpluimers on 2014/02/13
This reminds me about mapping the CapsLock to Windows-key on old Lenovo keyboard (you can do that with ReMapKey from Microsoft, the slightly more convoluted SharpKeys, or a AutoHotKey script), and a Mac equivalent:
If you miss having the Caps Lock button on your #Chromebook, you can turn the Search button into a Caps Lock button in a couple steps: find “Keyboard Settings” under the “Settings” menu, and select “Caps Lock” under the “Search” drop-down menu.
Or you can use this quick link on your Chromebook: chrome://settings/keyboard-overlay
Chromebook has quite some different keys than a Windows keyboard.
Ben Ostrowsky has a nice post with an SVG drawing of the Chromebook keyboard layout.
Posted in Apple, Chromebook, Google, Keyboards and Keyboard Shortcuts, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User | Tagged: Caps Lock, Chromebook, keyboard, map, remap, Windows keyboard | Leave a Comment »
COMPACT.EXE to compress files, folders and volumes that use NTFS (via: The Old New Thing – Site Home – MSDN Blogs)
Posted by jpluimers on 2014/02/13
Thanks Raymond Chen for suggesting about [WayBack] COMPACT.EXE to set NTFS compression flags for files, directories or volumes:
The command-line tool for this is COMPACT.EXE. Type compact /? for usage information.
Example to recursively compress D:\backup
:
compact /C /S /A D:\backup\*.*
–jeroen
via:
Posted in Uncategorized | Leave a Comment »
Keeping Google Cloud Messaging For Android Working Reliably [Technical Post] (via: Pushbullet – Google+)
Posted by jpluimers on 2014/02/13
For all the Android developers out there, we’ve just published a technical post with four big tips for keeping Google Cloud Messaging working reliably in your apps.
Google Cloud Messaging is the technology used for Push notifications on Android and these four tips are the things we wish we’d known when we started working on Pushbullet!
Keeping Google Cloud Messaging For Android Working Reliably [Technical Post] | PushBullet Blog.
–jeroen
via Pushbullet – Google+ – For all the Android developers out there, we’ve just….
Posted in Android, Development, Mobile Development | Leave a Comment »
nmap finger printing: Usage and Examples
Posted by jpluimers on 2014/02/13
Just append -O and -v to a command-line:
nmap -O -v ip-address
Note you need administrative privileges for this on Mac OS X, so there you run it like this:
sudo nmap -O -v ip-address
If you want to scan more than the default 1000 TCP ports, then use the -p- switch:
sudo nmap -O -v -p- ip-address
For more info about the finger printing algorithms used by nmap:
- Chapter 8. Remote OS Detection.
- Remote OS Detection via TCP/IP Fingerprinting.
- Nmap Overview and Demonstration.
–jeroen
via: Usage and Examples.
Posted in *nix, Apple, Linux, Mac OS X / OS X / MacOS, Mac OS X 10.7 Lion, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User, SuSE Linux | Tagged: administrative privileges, nmap | Leave a Comment »