Giter Club home page Giter Club logo

my-windows-setting's Introduction

my-windows-setting

整理一下自己常用的Windows環境設定

Menu

Apps

Oh-my-posh

安裝包

  • 使用系統管理員身分開啟PowerShell

Install-Module posh-git -Scope CurrentUser
Install-Module oh-my-posh -Scope CurrentUser

PROFILE

檢查PROFILE檔,如果沒有就建立

if (!(Test-Path -Path $PROFILE )) { New-Item -Type File -Path $PROFILE -Force }

$PROFILE 檢查 .ps1 檔案位置 修改 Microsoft.PowerShell_profile.ps1

調整使用者權限

  1. 以管理員身分開啟PowerShell
  2. 輸入指令Set-ExecutionPolicy RemoteSigned

Fonts

Coding用

  • Fira_Code

配合oh-my-posh的符號

  • MesloLGS NF

中文字體

  • setofont
  • SNsanafonmaruV2

VS Code 模組

Tools

  • Power Mode
  • Better Comments
  • Bookmarks
  • Bracket Pair Colorize
  • Markdown ALL in one
  • Markdown Preview Github Styling
  • Todo Tree

Languages

  • Python
  • Pylance
  • Verilog
  • vscode-drawio
  • C/C++
  • C++ Intellisense

VS Code 設定

  • Cursor Smooth Caret Animation -> On
  • terminal.integrated.fontFamily -> "MesloLGS NF"

已整合於 .vscode/setting.json

Firefox 設定

  1. 網址列輸入about:config
  2. media.play-stand-alone 改成 false

Router 設定

Archer C80

為了順利運行L2TP/IPSec VPN server,必須開啟PORT 1701,要安裝這個韌體才可以開啟

  1. We here provide a beta firmware for the Archer C80 to allow you to open the 1701 for another server, customers can install it on your C80, then try to open the port 1701 for the local L2TP/IPSec VPN server on the router.

Note:

 1. Please be aware that there is no Onemesh implemented in this beta version, so DON'T install this version if you require to build an Onemesh system with some range extenders.

 2. The router configuration will be restored to the factory defaults, you will need to reconfigure the router settings from scratch.
  1. After installing this beta firmware on the Archer C80, please disable the IPSec Passthrough on the router. You can find it under Advanced > Security > ALG page

Ports

  • Synology VPN Server (L2TP/IPsec)
    • 1701
    • 500
    • 4500
  • Synology Video Station
    • 9007
  • Synology Web Station
    • 80
    • 443

Python

Downloads

Pip Modules

pip install pyinstaller pymysql datetime requests pandas rich bs4 alive-progress tdqm black openpyxl

OS & Office

  • OS
    • 放在隨身碟(Kingston DataTraveler 100 G3)
  • Office
    • CyuanMc(NAS) -> /homes/cyuanhuang/PC/ProPlus2019Retail.img

KMS

  • KMS神龍版
  • Reloader

VPN

  1. 次の URL にアクセスします。
  2. 選擇 不屬於 東京理科大学
  3. 輸入帳號密碼
  4. 下載 Windows/anyconnect-win-4.10.01075-core-vpn-predeploy-k9.msi
  5. 安裝
  6. VPN: Ready to connect. に VPN サーバ名であるtusvpn1.tus.ac.jpを入力しConnectをクリックします
  7. 「Username:」と「Password:」の入力域が表示されるので、メールアドレス(学籍番号@ed.tus.ac.jp)とパスワード(CLASSと同一)を入力し「OK」をクリックします。
  • 30分間、無通信状態が続くと自動的に切断されます。その場合、再度手順「①」から行ってください。

Spotify 黑畫面處理

  1. 打開Spotify檔案目錄下的locales資料夾
    • C:\Users\cyuan\AppData\Roaming\Spotify\locales
  2. 找到zh-Hant.mo,並將他改名為zh-TW.mo
  3. 重新打開 Spotify

SSH on PowerShell

ssh user@host -p port

Git

my-windows-setting's People

Contributors

dec880126 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.