- C-a == Ctrl-a
- M-a == Alt-a
:q close
:w write/saves
:wa[!] write/save all windows [force]
:wq write/save and close
| { | |
| "header": { | |
| "Name": "MDErgo1", | |
| "Layout": "Default", | |
| "Base": "Blank", | |
| "Version": "0.1", | |
| "Author": "HaaTa (Jacob Alexander) 2015", | |
| "KLL": "0.3c", | |
| "Date": "2015-09-12", | |
| "Generator": "KIICONF 0.2" |
I hereby claim:
To claim this, I am signing this object:
Install OpenOffice headless package
$ sudo apt-get install openoffice.org-headless openoffice.org-java-common openoffice.org-writer openoffice.org-calc openoffice.org-impress
Install UNO python library
$ sudo apt-get install python-uno unoconv
| // A small SSH daemon providing bash sessions | |
| // | |
| // Server: | |
| // cd my/new/dir/ | |
| // #generate server keypair | |
| // ssh-keygen -t rsa | |
| // go get -v . | |
| // go run sshd.go | |
| // | |
| // Client: |
| package main | |
| import ( | |
| "fmt" | |
| "io" | |
| "io/ioutil" | |
| "log" | |
| "code.google.com/p/go.crypto/ssh" | |
| "code.google.com/p/go.crypto/ssh/terminal" |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>ANSIBlueColor</key> | |
| <data> | |
| YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS | |
| AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw | |
| LjExMTU1NjIxNzEgMC4xNDQyMDcxMDUgMC41ODIxMTkxNjY5ABABgALSEBESE1okY2xh | |
| c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2 |
| 2012-09-25T22:44:14+00:00 app[web.1]: Started POST "/random_acts_of_kindness/2/received_kindnesses" for 81.157.45.246 at 2012-09-25 22:44:14 +0000 | |
| 2012-09-25T22:44:14+00:00 app[web.1]: {"kindness_id"=>"37", "image"=>#<ActionDispatch::Http::UploadedFile:0x0000000719e6d0 @original_filename="kakow.gif", @content_type="image/gif", @headers="Content-Disposition: form-data; name=\"received_kindness[image]\"; filename=\"kakow.gif\"\r\nContent-Type: image/gif\r\n", @tempfile=#<File:/tmp/RackMultipart20120925-10-pshr7i>>, "how_receiver_feel"=>"", "how_receiver_will_spend"=>""} | |
| 2012-09-25T22:44:17+00:00 app[web.1]: #<Kindness id: 37, lat: #<BigDecimal:70595e0,'0.5149635283 260691E2',27(27)>, lng: #<BigDecimal:70594a0,'-0.6302861328 129E-1',18(27)>, location: nil, giver_id: 38, rak_blog_id: 2, receiver_id: 49, image: "", how_receiver_will_spend: "", how_receiver_feel: "", updated_at: "2012-09-25 18:37:38", address: "4 Collett Rd, Bermondsey, London Borough of Southwa...", flagged: false, flagged_comment: nil, giver_comm |