This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[0;34mDEBUG [0;34m[stevedore.extension:_load_plugins][0m -- found extension EntryPoint.parse('guess_idnumber = guessit.transfo.guess_idnumber:GuessIdnumber') | |
[0;34mDEBUG [0;34m[stevedore.extension:_load_plugins][0m -- found extension EntryPoint.parse('guess_bonus_features = guessit.transfo.guess_bonus_features:GuessBonusFeatures') | |
[0;34mDEBUG [0;34m[stevedore.extension:_load_plugins][0m -- found extension EntryPoint.parse('guess_date = guessit.transfo.guess_date:GuessDate') | |
[0;34mDEBUG [0;34m[stevedore.extension:_load_plugins][0m -- found extension EntryPoint.parse('split_path_components = guessit.transfo.split_path_components:SplitPathComponents') | |
[0;34mDEBUG [0;34m[stevedore.extension:_load_plugins][0m -- found extension EntryPoint.parse('guess_properties = guessit.transfo.guess_properties:GuessProperties') | |
[0;34mDEBUG [0;34m[stevedore.extension:_load_plugins][0m -- found extension EntryPoint.parse('guess_release_group = guessit.transfo.guess_release_group:GuessReleaseGro |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[0;34mDEBUG [0;34m[stevedore.extension:_load_plugins][0m -- found extension EntryPoint.parse('guess_idnumber = guessit.transfo.guess_idnumber:GuessIdnumber') | |
[0;34mDEBUG [0;34m[stevedore.extension:_load_plugins][0m -- found extension EntryPoint.parse('guess_bonus_features = guessit.transfo.guess_bonus_features:GuessBonusFeatures') | |
[0;34mDEBUG [0;34m[stevedore.extension:_load_plugins][0m -- found extension EntryPoint.parse('guess_date = guessit.transfo.guess_date:GuessDate') | |
[0;34mDEBUG [0;34m[stevedore.extension:_load_plugins][0m -- found extension EntryPoint.parse('split_path_components = guessit.transfo.split_path_components:SplitPathComponents') | |
[0;34mDEBUG [0;34m[stevedore.extension:_load_plugins][0m -- found extension EntryPoint.parse('guess_properties = guessit.transfo.guess_properties:GuessProperties') | |
[0;34mDEBUG [0;34m[stevedore.extension:_load_plugins][0m -- found extension EntryPoint.parse('guess_release_group = guessit.transfo.guess_release_group:GuessReleaseGro |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------- beginning of /dev/log/main | |
04-30 22:53:46.300 I/Timeline(22746): Timeline: Activity_idle id: android.os.BinderProxy@42763448 time:65295525 | |
04-30 22:53:47.301 I/Timeline(22746): Timeline: Activity_launch_request id:github.daneren2005.dsub time:65296529 | |
04-30 22:53:47.471 W/SupportMenuInflater(22746): Ignoring attribute 'actionProviderClass'. Action view already specified. | |
04-30 22:53:47.671 I/Timeline(22746): Timeline: Activity_idle id: android.os.BinderProxy@427f67d0 time:65296896 | |
04-30 22:54:01.465 W/FileUtil(22746): No serialization for object from equalizer.dat | |
04-30 22:54:02.816 W/SupportMenuInflater(22746): Ignoring attribute 'actionProviderClass'. Action view already specified. | |
04-30 22:54:02.846 I/FileUtil(22746): Serialized object to equalizer.dat | |
04-30 22:59:19.805 I/Timeline(22746): Timeline: Activity_idle id: android.os.BinderProxy@427f67d0 time:65629031 | |
04-30 22:59:42.177 W/DownloadFile(22746): Failed to set last-modified date on /storage/emulated/0/subsonic/music/Musik2/Macklemore - The |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# wichtige Pakete installieren (z.B. für Pyload) | |
sudo apt-get install -y leafpad lxterminal software-center lxde gdebi python python-crypto python-pycurl python-qt4 tesseract-ocr gocr python-django openssl unrar python-imaging rhino python-openssl | |
# PyLoad herunterladen und installieren | |
wget -O pyload.deb http://get.pyload.org/get/ubuntu | |
sudo dpkg -i pyload.deb | |
# Pyload konfigurieren |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
apt-get -y install inputlirc | |
update-rc.d -f lirc remove | |
touch /etc/udev/rules.d/10-irremotes.rules | |
( | |
cat <<'EOF' | |
# HAMA Device 1 Vendor=05a4 Product=9881 E: MAJOR=13 E: MINOR=64 | |
SUBSYSTEM=="input",ATTRS{idVendor}=="05a4",ATTRS{idProduct}=="9881",ATTR{dev}=="13:64",SYMLINK="input/irremote1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source "http://rubygems.org" | |
gem "rails", "3.2.5" | |
# Supported DBs | |
gem "sqlite3" | |
gem "mysql2" | |
# Auth | |
gem "devise", "~> 2.1.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Complete gem list for gitlab on raspberry pi (raspbian): | |
gitlab@raspberrypi:~/gitlab$ bundle list | |
Gems included by the bundle: | |
* actionmailer (3.2.5) | |
* actionpack (3.2.5) | |
* activemodel (3.2.5) | |
* activerecord (3.2.5) | |
* activeresource (3.2.5) | |
* activesupport (3.2.5) |