Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:ubuntu:locale [2017/05/27 18:46] – scipio | tips:ubuntu:locale [2018/02/08 17:12] (current) – scipio | ||
---|---|---|---|
Line 3: | Line 3: | ||
<code bash> | <code bash> | ||
apt install -y curl && \ | apt install -y curl && \ | ||
- | curl -s " | + | curl -s " |
</ | </ | ||
Line 32: | Line 32: | ||
- | [ -f / | + | [ -f / |
cat > / | cat > / | ||
Line 83: | Line 83: | ||
- | curl -s " | + | curl -s " |
update-alternatives --set editor / | update-alternatives --set editor / | ||
Line 145: | Line 145: | ||
</ | </ | ||
+ | < | ||
+ | mkdir -p /root/.ssh | ||
+ | cat > / | ||
+ | ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9UlZrT3Yy1xkLAc1iy6SgUXd1zIQYjE6WQ2Ww2ncZEjLoic0qUikaHjoaN2Ci1Fx0EEfU9Kbt0aglyMsK724n2qnzrNHUUNq4yGsPjA8eAHOPDujGpnwShUTagREC8G5lmDRJoq6+23wOkPGyTyO3WJ90V+oNMoarkkT9ycmMbrmtWIowTcse86l69uHPmUrpD5H0Z2y73syvLA94uqo/ | ||
+ | |||
+ | EOF | ||
+ | </ | ||
+ | < | ||
+ | sudo apt install -y curl && \ | ||
+ | curl -s " | ||
+ | </ |