A USB stick which can be booted to, which has ubuntu desktop on it
Use 2 USB's, one as the installer, and one as the OS.
1) Create an Ubuntu Boot USB the normal way (I used lubuntu 12.10 x64)
Replace
user
with the remote username, and1.2.3.4
with the ip or hostname of the remote
pubkey="$(cat ~/.ssh/id_rsa.pub)" && ssh [email protected] "echo $pubkey >> /home/user/.ssh/authorized_keys"
<?xml version="1.0"?> | |
<gconf> | |
<entry name="bold_color_same_as_fg" mtime="1410309937" type="bool" value="true"/> | |
<entry name="use_theme_colors" mtime="1411697226" type="bool" value="false"/> | |
<entry name="scrollback_unlimited" mtime="1411697226" type="bool" value="true"/> | |
<entry name="background_darkness" mtime="1411697226" type="float" value="0.69462400674819946"/> | |
<entry name="background_type" mtime="1411697226" type="string"> | |
<stringvalue>transparent</stringvalue> | |
</entry> | |
<entry name="palette" mtime="1410309973" type="string"> |
Operator Description Example
-eq Is Equal To [ 100 -eq 100 ]
-ne Is Not Equal To [ 100 -ne 200 ]
-gt Is Greater Than [ 200 -gt 100 ]
-ge Is Greater Than Or Equal To [ 100 -ge 100 ]
-lt Is Less Than [ 100 -lt 200 ]
-le Is Less Than Or Equal To [ 100 -le 100 ]
https://console.aws.amazon.com/ec2/
m3.medium
Instance25565
on TCP and UDPThis is music that I like. You might like it too. It's mostly chiptunes, with a bit of VGM. It's almost all single click-and-play. This page can be accessed from: http://git.io/chiptunes
#!/bin/bash | |
# Changes your machine's hostname | |
# Usage: bash <(wget -O - http://git.io/Kbt8oQ) MY_HOSTNAME | |
# | |
old=$(hostname) | |
new=$1 | |
# Backup old hosts file | |
date=$(date +%F_%T | sed 's/:/-/g') |
setSpreadsheet()
variable File → Rename…
setWorksheet()
variableadd()
array keysA | B |
---|