- Update OS
sudo apt-get update && sudo apt-get upgrade
| const axios = require('axios').default; | |
| const HOST = 'cardano-testnet.tangocrypto.com'; | |
| const APP_ID = 'XXXXX'; | |
| const API_KEY = 'XXXXX'; | |
| axios.defaults.baseURL = `https://${HOST}/${APP_ID}/v1`; | |
| axios.defaults.headers.common['x-api-key'] = API_KEY; | |
| axios.defaults.headers.post['Content-Type'] = 'application/json'; |
| #!/bin/bash | |
| cd ~/Games/zwift | |
| # Where you installed Zwift | |
| zwiftLocation="$HOME/Games/zwift" | |
| # The ID in Lutris of Zwift | |
| lutrisGameId=1 | |
| startLauncher() { |
| #!/bin/bash | |
| ## Ricardo Pádua | |
| ## install asdf in fedora | |
| ## install curl and git | |
| dnf install curl git | |
| ## install asdf | |
| git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.9.0 |
| # Source: https://stackoverflow.com/a/43317244 | |
| $path = ".\aws-ec2-key.pem" | |
| # Reset to remove explict permissions | |
| icacls.exe $path /reset | |
| # Give current user explicit read-permission | |
| icacls.exe $path /GRANT:R "$($env:USERNAME):(R)" | |
| # Disable inheritance and remove inherited permissions | |
| icacls.exe $path /inheritance:r |
| #Download Elementary OS from here: | |
| #http://sourceforge.net/projects/elementaryos/files/stable/ | |
| #First you update your system | |
| sudo apt-get update && sudo apt-get dist-upgrade | |
| #Install Google Chrome | |
| wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - | |
| sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list' |
| Set WshShell = WScript.CreateObject("WScript.Shell") | |
| WshShell.Run """%PROGRAMFILES(x86)%\Cisco\Cisco AnyConnect Secure Mobility Client\vpnui.exe""" | |
| WScript.Sleep 1500 | |
| WshShell.AppActivate "Cisco AnyConnect Secure Mobility Client" | |
| WshShell.SendKeys "{TAB}" | |
| WshShell.SendKeys "{TAB}" |
| <form id="contact-form" action="//formspree.io/[email protected]" method="post"> | |
| <input type="text" name="Name" placeholder="Name" required> | |
| <input type="email" name="Email" placeholder="Email" required> | |
| <textarea name="Message" cols="30" rows="6" placeholder="Message" required></textarea> | |
| <!-- CONFIG --> | |
| <input class="is-hidden" type="text" name="_gotcha"> | |
| <input type="hidden" name="_subject" value="Subject"> | |
| <input type="hidden" name="_cc" value="[email protected]"> | |
| <!-- /CONFIG --> | |
| <input class="submit" type="submit" value="Send"> |
You will need the user_id from the user. This is difficult to discover at Instagram but easy from this site http://jelled.com/instagram/lookup-user-id
I used http://jelled.com/instagram/access-token for the next few steps
You will also need an access token which ends up being difficult to obtain. Log into the account and go to their Developer Page.