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
/** | |
* EXAMPLE: https://developers.google.com/calendar/api/quickstart/apps-script | |
* @see https://developers.google.com/calendar/api/v3/reference/events/list | |
* | |
* | |
* Sun rise and set API: https://sunrise-sunset.org/api | |
* | |
*/ | |
function populateCalSunRiseNSet() { |
This is the command specified on docs.automotivelinux.org.
qemu-system-x86_64 -enable-kvm -m 2048 -hda agl-demo-platform-crosssdk-qemux86-64.wic.vmdk -cpu kvm64 -cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -vga virtio -show-cursor -device virtio-rng-pci -serial mon:stdio -serial null -soundhw hda -net nic,vlan=0 -net user,hostfwd=tcp::2222-:22
[cherylfong@localhost Downloads]$ qemu-system-x86_64 -enable-kvm -m 2048 -hda agl-demo-platform-crosssdk-qemux86-64.wic.vmdk -cpu kvm64 -cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -vga virtio -show-cursor -device virtio-rng-pci -serial mon:stdio -serial null -soundhw hda -net nic,vlan=0 -net user,hostfwd=tcp::2222-:22
qemu-system-x86_64: -net nic,vlan=0: 'vlan' is deprecated. Please use 'netdev' instead.
Following the guide through the link above, I proceeded with installing the build dependencies, for Fedora:
sudo dnf install gawk make wget tar bzip2 gzip python unzip perl patch \
diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \
ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue socat \
SDL-devel xterm curl
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/bash | |
# To make this script executable, run: chmod u+x go-1.12.1-install.sh | |
# Will need to be executed as root user or with root privileges | |
# go command path: /usr/bin/go | |
# other dependencies | |
dnf install -y gcc | |
dnf install -y go-srpm-macros | |
# main dependencies for golang 1.12.1 |
Repository: website
Total Pull Requests Created: 1
- kubernetes/website#6594 - Add glossary term for CRD
Repository: release
Total Pull Requests Created: 2
- kubernetes/release#673 - Condense README sections
- kubernetes/release#671 - Add link to Branch Manager Handbook
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
## To erase all previous key bindings: | |
## | |
## Restart tmux server to reset key bindings via "tmux kill-server", | |
## then reopen terminal to automatically source this config. | |
## Otherwise, run "tmux source-file ~/.tmux.conf" | |
## list existing bindings: | |
## | |
## <prefix>:list-keys | |
## tmux list-keys |
The following guide is about OSTree forking, building, adding a command, testing the command, and submitting the change.
NewerOlder