Netlab Docs
我們都在這裡分享檔案哦~ 累積了過往所有學長姐的業障
課本、考古題等等可以在這邊找找
\\140.124.182.184\netlab
netlab
Netlab1423
掃描機目前連在一台 Win7 ,須遠端進入使用
掃完檔案匯出現在桌面,遠端桌面可以直接ctrl + c
然後再 ctrl + v
到自己的電腦。
開遠端:
Learn More →
IP Address 140.124.182.184
密碼 netlab1423
Learn More →
EPSON Scan
Learn More →
想不到吧~~
進校園入口網站 > 資訊服務 > 校園授權軟體
Learn More →
依照 KMS 啟用說明操作,每180天要做一次,建議將 bat 檔留著
https://kms.ntut.edu.tw/ca/manual/kms_office
Learn More →
第7步 IP 位置和連接埠名稱請使用 140.124.182.161
(我們研究室的印表機IP)
接著選擇驅動之後就可以使用了。
聽說有進很喜歡 Java,但以前開課都是用 C++,所以只有 C++ 範例給你們參考
目前我實習的公司使用 Mattermost 作為內部通訊軟體,且 Mattermost 支援 Webhook 和 Slash Command。為了方便隨時隨地可以快速開啟/關閉 EC2,因此想寫一個下 Slash Command 指令的工具,直接呼叫 API 來控制和查看 EC2,免去登入 console 的麻煩,一定會方便許多。 我使用 Go 寫了一個程式處理 Mattermost 傳入的資料,並且透過 aws-sdk-go 對 EC2 進行操作。程式會在 Lambda 上執行,原始碼請參考我的 Github:https://github.com/LYTzeng/ec2ctl,日後考慮用 CloudFormation 讓需要的人快速佈署。這篇主要會介紹 API Gateway、Lambda 和部份 SDK 的使用。 先展示成果: API Gateway IAM Role 在建立一個 API 之前,我們先創一個 IAM Policy 並 Attach 到 Role。API Gateway 需要 Invoke Lambda 以及寫入 CLoudWatch 的權限。 進入 IAM 管理介面,首先 Create 一個 Policy 使其允許 Invoke Lambda,我們使用 JSON 來建立 Policy:
Apr 17, 2020Six Advantages of Cloud Computing Trade capital expense for variable expense Moving from upfront capital expense (capex) to variable operational expense (opex). :::info https://aws.amazon.com/tco-calculator/?nc1=h_ls AWS helps you reduce Total Cost of Ownership(TCO) by reducing the need to invest in large capital expenditures (CAPEX) and providing a pay-as-you-go model that empowers you to invest in the capacity you need and use it only when the business requires it. :::
Apr 8, 2020Which of the following services is in the category of AWS serverless platform? C. AWS Lambda :x: Which services are parts of the AWS serverless platform? B. Amazon Kinesis, Amazon SQS, Amazon EMR C. AWS Step Functions, Amazon DynamoDB, Amazon SNS :::info https://aws.amazon.com/serverless/
Apr 8, 2020Which AWS managed service is used to host databases? D. Amazon RDS Which AWS service provides a simple and scalable shared file storage solution for use with Linux-based AWS and on-premises servers? D. Amazon EFS When architecting cloud applications, which of the following are a key design principle? D. Implement elasticity Which AWS service should be used for long-term, low-cost storage of data backups?
Apr 7, 2020or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up