Work in progress.
If you have a low-end Laptop and want to run minecraft on a lower screen resolution you might want to use the following bash script to run minecraft
xrandr -s 800x600
java -jar /path/to/Minecraft.jar
xrandr -s 1366x768
This will:
Spotify has made a Linux version of their desktop client here, but its only available as a .deb package. If you want to install the fedora client, there is a repackaged version on rpmfusion.
1 2 3 | #!/bin/bash
yum install lpf-spotify-client
lpf-spotify-client
|
This automatically downloads and builds the spotify client and it should also install the necessary dependencies python-devel
and dbus-x11
.