Application

FileZilla 3.19.0 released with bug fix

<li class="bbli"> Bugfixes and minor changes: <ul> <li> Fixed context menu in search dialog if not connected to server </li> <li> OS X, *nix: Fix displayed text in file list status bar if selecting a single item in the file list out of multiple already selected items </li> </ul> </li>

Lollypop 0.9.109 Gnome Media Player released, Install on Ubuntu 16.04

<pre>sudo add-apt-repository ppa:gnumdk/lollypop sudo apt-get update sudo apt-get install lollypop<p style="text-align: justify;"> <span style="color: #003366;"><strong>For Unity only, disable the overlay scrollbars:</strong></span> </p> <pre>gsettings set com.canonical.desktop.interface scrollbar-mode normal</pre> <h3 style="text-align: justify;"> <span style="color: #003366;">Install Lollypop on OpenSUSE 13.2 and derivative systems:</span> </h3> <pre>sudo wget http://download.opensuse.org/repositories/home:/gnumdk31/openSUSE_13.2/home:gnumdk31.repo -O /etc/zypp/repos.d/home:gnumdk31.repo sudo zypper refresh sudo zypper install lollypop<p style="text-align: justify;"> <span style="color: #003366;"><strong>Remove lollypop:</strong></span> </p> <pre>sudo zypper remove lollypop</pre> <p style="text-align: justify;"> <span style="color: #003366;"><strong>Install Lollypop on Fedora 22 and derivative systems:</strong></span> </p> <pre>sudo yum install dnf-plugin-copr sudo dnf copr enable gnumdk/lollypop

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]