Skip to content

Instantly share code, notes, and snippets.

View olejon's full-sized avatar

Ole Jon Bjørkum olejon

View GitHub Profile
@olejon
olejon / Install Spotify 0.9 on openSUSE 64-bit
Last active September 17, 2022 08:34
Install Spotify 0.9 on openSUSE 64-bit
# NOTES
# Spotify 0.9 vs 1.0 is stable, uses less resources overall and works well with Spotify Connect, SpotCommander, Local Files etc
# The sources of the Dropbox files, which are hosted by me and the latest and greatest available, are listed above each one
# No system files will be overwritten by these or used by other programs since they depend on the later openSUSE versions
# Make sure you copy the whole lines into Terminal
# Each command is on one line and might be long
# START GUIDE
@olejon
olejon / Install Spotify 0.9 on Fedora 64-bit
Last active September 17, 2022 08:34
Install Spotify 0.9 on Fedora 64-bit
# NOTES
# Spotify 0.9 vs 1.0 is stable, uses less resources overall and works well with Spotify Connect, SpotCommander, Local Files etc
# Tested and works on Fedora 29 64-bit with GNOME, but should work on previous versions as well
# The sources of the Dropbox files, which are hosted by me and the latest and greatest available, are listed above each one
# No system files will be overwritten by these or used by other programs since they depend on the later Fedora versions
# Make sure you copy the whole lines into Terminal
# Each command is on one line and might be long
# START GUIDE
@olejon
olejon / LogStream - Stream example
Last active September 17, 2022 08:34
LogStream - Stream example
<?php
header('Content-Type: application/javascript');
if(empty($_GET['callback']))
{
exit;
}
$callback = $_GET['callback'];