App

Opera VPN App for iOS released

Opera VPN is a service provided by SurfEasy, Inc., an Opera company. Opera’s 20-year history of web innovation enables more than 350 million people worldwide to do what matters most to them online. Get the performance you need from people you can trust.  

Sony Launches PlayStation Messages App for Android and iOS

We know that Messages is the most used feature of the PlayStation App, so we created the standalone PlayStation Messages app with a more streamlined design in order to get you into your Messages and communicating with your friends faster than ever before.

NativeScript 1.2 released – live sync, push notifications, native plugins

<p style="text-align: justify;"> <a href="http://docs.nativescript.org/setup/ns-cli-setup/ns-setup-linux.html" target="_blank">Install on Linux OS</a> </p> <p style="text-align: justify;"> <a href="http://docs.nativescript.org/setup/ns-cli-setup/ns-setup-win.html" target="_blank">Install on Windows OS</a> </p>

Telegram Desktop 0.8.11 Messaging app released

Telegram Desktop Features Connect from most remote locations Coordinate groups of up to 200 members Synchronize your chats across all your devices Send documents of any type Encrypt personal and business secrets Destruct your messages with a timer Store your media in the cloud Build your own tools on our API Enjoy feedback from your customers Telegram messages are heavily encrypted and can self-destruct. Telegram lets you access your messages from multiple devices.

Thunderbird 31.6.0 browser released

<p style="text-align: justify;"> <p style="text-align: justify;"> <span style="color: #003366;"><strong>Install Thunderbird 31.6.0 on Ubuntu OS</strong></span> </p> <p style="text-align: justify;"> <strong>32bit OS</strong> </p> <pre>wget ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/31.6.0/linux-i686/en-US/thunderbird-31.6.0.tar.bz2 tar -xjvf thunderbird-31.6.0.tar.bz2 sudo rm -rf /opt/thunderbird* sudo mv thunderbird /opt/thunderbird sudo ln -sf /opt/thunderbird/thunderbird /usr/bin/thunderbird <p style="text-align: justify;"> <strong>64bit OS</strong> </p> <pre>wget ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/31.6.0/linux-x86_64/en-US/thunderbird-31.6.0.tar.bz2 tar -xjvf thunderbird-31.6.0.tar.bz2 sudo rm -rf /opt/thunderbird* sudo mv thunderbird /opt/thunderbird sudo ln -sf /opt/thunderbird/thunderbird /usr/bin/thunderbird

Android Studio 1.1 Preview 1 Released

<li> There is a new template for creating watch faces for Android Wear: <div> <a href="http://tools.android.com/recent/androidstudio11preview1released/watchface-template.png?attredirects=0"><img class=" aligncenter" src="http://tools.android.com/_/rsrc/1421370620201/recent/androidstudio11preview1released/watchface-template.png" alt="" width="376" height="256" border="0" /></a> </div> </li>

Create a Chrome App for your Website

[code lang=”js”] { “manifest_version”: 2, “name”: “Sysadmin Blog App”, “short_name”: “Max of 12 characters”, “description”: “Your website description in 132 characters or less.”, “version”: “1.1”, “icons”: { “128”: “icon.png” }, “app”: { “urls”: [ “http://www.sysads.co.uk/" ], “launch”: { “web_url”: “http://www.sysads.co.uk/" } }, “permissions”: [ “unlimitedStorage”, “notifications” ] } [/code]