Because I got this wrong last time and lost data.
- Titanium Backup: All user apps + system data
- Connect device
- First, go to Preferences and make sure everything to backup is ticked.
- Begin Backup
| #!/bin/bash | |
| cd /home/pi | |
| mkdir TouchDevelop | |
| cd TouchDevelop | |
| wget http://node-arm.herokuapp.com/node_latest_armhf.deb | |
| sudo dpkg -i node_latest_armhf.deb | |
| sudo apt-get install npm --yes | |
| sudo npm install -g faye-websocket | |
| sudo npm install -g http://aka.ms/touchdevelop.tgz | |
| wget -O $HOME/TouchDevelop/TouchDevelop.png https://www.touchdevelop.com/doc/touchdevelop72x72.png |
| These are my personal customisations for Ubuntu 17.04 on T450s. | |
| This is not actually a shell script, I am lazy. | |
| # Xilinx SDK fix not launching | |
| ~/.local/share/applications/Xilinx\ SDK\ 2016.4*.desktop | |
| Exec=env SWT_GTK3=0 /opt/Xilinx/SDK/2016.4/bin/xsdk | |
| # Fix Mini DisplayPort from flickering (Intel graphics) | |
| https://askubuntu.com/q/752743/ |
| Windows Registry Editor Version 5.00 | |
| ; Unpin everything from Start menu & use the PS app remove commands | |
| ; Also: | |
| ; Go into Settings -> Privacy and literally untick everything. | |
| ; e.g. Feedback frequency --> Never | |
| ; | |
| ; except for maybe Location (Night Mode) | |
| ; |
| Enable inkscape auto-save, or you will be sad. |
| version: '3' | |
| # wordpress | |
| # TODO: not sure if logging.ini/file paths work | |
| services: | |
| db: | |
| image: mysql:5.7 | |
| volumes: |
\begin{enumarate}
\begin{itemize
\list
\includegraphics{filename_no_extension}
| sh < /dev/ttyUL4 > /dev/ttyUL4 2>&1 & |
Microsoft Windows 10 upgrades and 'refresh' reinstalls waste a stack of time, although at times neccessary as a result of winrot.
Here's a couple of routine steps to quickly run through afterwards.