- スペイン語検定試験受ける (落ちた)
- フランス語検定試験受ける (4, 5級受かった)
- Certified Wireless Network Administrator試験受ける (受かった)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| set -ex | |
| echo "in chromium directory" | |
| mkdir chromium && cd chromium | |
| echo "fetch chromium" | |
| fetch --nohooks chromium | |
| echo "in src directory" | |
| cd src | |
| echo "build deps" | |
| ./build/install-build-deps.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ssid glenda9-hs20-ah | |
| ssid glenda9-hs20-ah security-object glenda9-hs20 | |
| security-object glenda9-hs20 | |
| security-object glenda9-hs20 security aaa radius-server primary 172.20.0.254 | |
| security-object glenda9-hs20 security protocol-suite wpa2-aes-8021x | |
| interface wifi1 ssid glenda9-hs20-ah | |
| interface wifi0 ssid glenda9-hs20-ah |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # run gpsd | |
| /usr/local/sbin/gpsd -N -F /usr/local/var/gpsd.sock /dev/$1 & | |
| # run cgps | |
| cgps |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| ntpdate -d -vv -q $1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| YnBsaXN0MDDUAQIDBAUGhodYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3ASAAGGoK8QGAcIGCIoLDM3Oj9ER0xRVltgZWpvdHh+gVUkbnVsbNIJCgsXWk5TLm9iamVjdHNWJGNsYXNzqwwNDg8QERITFBUWgAKACIALgAyADYAOgA+AEIARgBKAE4AU1RkaGxwKHR4fICFcTlNDb21wb25lbnRzVU5TUkdCXE5TQ29sb3JTcGFjZV8QEk5TQ3VzdG9tQ29sb3JTcGFjZU8QJzAuMzA0MzI1MzcyIDAuNjUyNTUyMzY2MyAwLjQ4NTQzNjU1ODcgMU8QJzAuMjUxNzk4MzkxMyAwLjU5NzUxODg2MTMgMC40MDk5NTg5Mjg4ABABgAOAB9MjJAolJidUTlNJRFVOU0lDQxAHgASABtIpCiorV05TLmRhdGFPEQxIAAAMSExpbm8CEAAAbW50clJHQiBYWVogB84AAgAJAAYAMQAAYWNzcE1TRlQAAAAASUVDIHNSR0IAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1IUCAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARY3BydAAAAVAAAAAzZGVzYwAAAYQAAABsd3RwdAAAAfAAAAAUYmtwdAAAAgQAAAAUclhZWgAAAhgAAAAUZ1hZWgAAAiwAAAAUYlhZWgAAAkAAAAAUZG1uZAAAAlQAAABwZG1kZAAAAsQAAACIdnVlZAAAA0wAAACGdmlldwAAA9QAAAAkbHVtaQAAA/gAAAAUbWVhcwAABAwAAAAkdGVjaAAABDAAAAAMclRSQwAABDwAAAgMZ1RSQwAABDwAAAgMYlRSQwAABDwAAAgMdGV4dAAAAABDb3B5cmlnaHQgKGMpIDE5OTggSGV3bGV0dC1QYWNrYXJkIENvbXBhbnkAAGRlc2MAAAAAAAAAEnNSR0IgSUVDNjE5NjYtMi4xAAAAAAAAAAAA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let counter = 1 | |
| let dialog_list = [ "Are you really trying to edit ruby file?", "DO you really want to edit ruby file?", "ARE YOU REALLY SURE about editing ruby file?"] | |
| for dialog_text in dialog_list | |
| let select = confirm(dialog_text, "No, I was wrong\nYes I will!") | |
| if select == 2 | |
| " keep going | |
| else | |
| quit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh -e | |
| RSASECRET=rsa-secret.key | |
| REQCSR=request.csr | |
| CERT=certificate.crt | |
| echo "STEP1: generate RSA secret key" | |
| openssl genrsa -out $RSASECRET 1024 | |
| echo "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Starting... 100% | |
| System Bootstrap, Version 0.3.5 | |
| Serial num:XXXXXX, ID num:041905 | |
| ACON-R1608-GV Copyright 2015 | |
| The current time: 2020-8-2 13:41:10 | |
| Loading Router.bin........................................................ | |
| Start Decompress Router.bin | |
| ################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################### |
