- Gmail > Settings > Forwarding and POP/IMAP > Add forwarding address.
- Gmail > Settings > Filters and Blocked Addresses > Create a new filter.
- Create a filter with to: *.
- Done. Repeat step 2 & 3 to include another email address.
This file contains 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
import datetime | |
import threading | |
def refresh(): | |
# refresh every 10 minutes | |
threading.Timer(600.0, refresh).start() | |
fs = open("active.log","a") | |
i=datetime.datetime.now() | |
print >>fs, i.isoformat() |
- AWS Console > Intance > Action
- Attach IAM role to your instance.
- Attach policy > CloudWatchFullAccess + AmazonSSMFullAccess.
- Start Windows instance.
- Configure CloudWatch.json based on your requirement before Ec2Config service is started.
- Configure your region i.e. if your instance at us-web-2b set to
us-west-2
. - Add your IAM access key and secret key under CloudWatch component.
- Download debian installer from Citrix receiver download page.
- Copy Thawte Premium Server CA Root to ICA client installed cert folder.
- Login your appstogo page and you should be now able to launch your app.
$ sudo dpkg -i icaclientWeb_13.7.0.10276927_amd64.deb
$ sudo cp ~/Downloads/ThawtePremiumServerCA.pem /opt/Citrix/ICAClient/keystore/cacerts/ThawtePremiumServerCA.crt
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i --force-depends google-chrome-stable_current_amd64.deb
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
$ sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
- Download Adventure Works 2014 Warehouse Script.zip.
- Unzip to C:\Program Files\Microsoft SQL Server\120\Tools\Samples\Adventure Works 2014 Warehouse Script\
- SQL Management Studio > Connect to MSSQL Server > Run instawdbdw.sql.
- Download AW Multidimensional Models SQL Server 2014.zip
- Open solution AWDW2014Multidimensional-EE.sln in SQL Server Data Tools (Visual Studio).
- Modify AdventureWorksDW2014.ds to using your local settings.
NewerOlder