|
|
Line 685: |
Line 685: |
| sudo dpkg-reconfigure keyboard-configuration # pick US or your keyboard is fubar | | sudo dpkg-reconfigure keyboard-configuration # pick US or your keyboard is fubar |
| # now you have to reboot - this is a disaster pi, fix it | | # now you have to reboot - this is a disaster pi, fix it |
| Default user is pi/raspberry, better change that... | | * Default user is pi/raspberry, better change that... |
| sudo adduser m | | sudo adduser m |
| sudo passwd pi | | sudo passwd pi |
| sudo su - # and use [passwd] to set a known root password | | sudo su - # and use [passwd] to set a known root password |
| One-shot install of everything, then see more detailed notes, below... | | * One-shot install of everything, then see more detailed notes, below... |
| sudo apt-get install kdm i3 i3lock i3status suckless-tools dunst openssh-server cifs-utils smbclient synergy arandr exfat-fuse exfat-utils hfsprogs gparted p7zip-full k4dirstat screen rxvt-unicode grdesktop openvpn bridge-utils kdiff3 nautilus-compare smartmontools automake libtool npm git | | sudo apt-get install kdm i3 i3lock i3status suckless-tools dunst openssh-server cifs-utils smbclient synergy arandr exfat-fuse exfat-utils hfsprogs gparted p7zip-full k4dirstat screen rxvt-unicode grdesktop openvpn bridge-utils kdiff3 nautilus-compare smartmontools automake libtool npm git |
| You may need to reconfig to use KDM so you can pick i3: | | * You may need to reconfig to use KDM so you can pick i3 (although if you log out that might work too): |
| sudo dpkg-reconfigure kdm | | sudo dpkg-reconfigure kdm |
| Dev install goes pretty well too:
| | * One-shot dev install goes pretty well too: |
| sudo apt-get install scite emacs build-essential automake libtool libssl-dev libbz2-dev python-dev curl libcurl4-openssl-dev php5-common php5-curl php5-cli php5-json php5-readline sqlite3 sqlitebrowser oracle-java8-jdk | | sudo apt-get install scite emacs build-essential automake libtool libssl-dev libbz2-dev python-dev curl libcurl4-openssl-dev php5-common php5-curl php5-cli php5-json php5-readline sqlite3 sqlitebrowser oracle-java8-jdk |
| Install node with Node Version Manager (nvm) exactly the same way as in ubuntu (see above). | | * Install node with Node Version Manager (nvm) exactly the same way as in ubuntu (see above). |
| | * Pull down and set up config, scripts like in Ubuntu. |
| There is no chromium-browser, use epiphany-browser. | | There is no chromium-browser, use epiphany-browser. |
| Now pull down config, scripts, etc. like in Ubuntu.
| | |
| My editors (Eclipse, sublime) are not really available, use scite instead. | | My editors (Eclipse, sublime) are not really available, use scite instead. |
| | |
| Java [apt-get install oracle-java8-jdk] is available in the default raspbian apt repo. | | Java [apt-get install oracle-java8-jdk] is available in the default raspbian apt repo. |
| |} | | |} |