http://tinkerman.cat/rpi3_iot_server.pdf (Catalan)
- download the latest image
http://tinkerman.cat/rpi3_iot_server.pdf (Catalan)
| #!/bin/bash | |
| SP_DEST="org.mpris.MediaPlayer2.spotify" | |
| SP_PATH="/org/mpris/MediaPlayer2" | |
| SP_MEMB="org.mpris.MediaPlayer2.Player" | |
| LyricsAPI="https://makeitpersonal.co/lyrics/?artist=&title=" | |
| SPOTIFY_METADATA="$(dbus-send \ | |
| --print-reply `# We need the reply.` \ |
| Set-ExplorerOptions -showFileExtensions | |
| Enable-RemoteDesktop | |
| cinst adobereader | |
| cinst googlechrome | |
| cinst dotnet4.6 | |
| cinst 7zip.install | |
| cinst virtualclonedrive | |
| cinst sumatrapdf.install |
| This is the /etc/inadyn.conf i'm using on Ubuntu 14.04: | |
| # /etc/inadyn.conf | |
| # Output messages to this file | |
| logfile /var/log/inadyn/inadyn.log | |
| # Or use the system syslog mechanism for log messages | |
| # syslog |
| //Built in php serve | |
| php -S localhost:8000 | |
| //My Header | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css"> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css"> |
| { | |
| "bold_folder_labels": false, | |
| "caret_extra_width": 2, | |
| "color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme", | |
| "detect_slow_plugins": false, | |
| "enable_tab_scrolling": false, | |
| "fade_fold_buttons": false, | |
| "file_selected_text": true, | |
| "flatland_sidebar_tree_xsmall": false, | |
| "flatland_square_tabs": true, |
| compton --opengl --vsync opengl-swc --paint-on-overlay |
| #lsblk to see the USB sdx | |
| # dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx && sync | |
| Open a CLI and do: | |
| sudo nvidia-xconfig | |
| Then: |
| # Make sure we're up to date | |
| apt-get -y update | |
| apt-get -y dist-upgrade | |
| # Some basic tools to get started | |
| apt-get -y install vim-gtk build-essential | |
| # Install and setup Git | |
| apt-get -y install git | |
| git config --global user.name "Martin Wozniewicz" |
| # Shadow | |
| shadow = false; | |
| no-dnd-shadow = true; | |
| no-dock-shadow = true; | |
| clear-shadow = true; | |
| shadow-radius = 7; | |
| shadow-offset-x = -7; | |
| shadow-offset-y = -7; | |
| # shadow-opacity = 0.7; | |
| # shadow-red = 1.0; |