Ubiquiti UniFi setup(test):
UniFi Security Gateway(USG) + Cloud Key(UC-CK):
1. Reset USG. Default IP: 192.168.1.1, DHCP enabled.
2. Set Cloud Key to DHCP.
3. Connect USG WAN port to local LAN, set IP manually(DHCP not working sometimes).
Use a switch to connect the USG LAN port, the Cloud Key and a PC.
tech101 發表在 痞客邦 留言(0) 人氣(0)
Email address of an AT&T mobile number:
MOBILE-NUMBER@txt.att.net (no good): for text only, unable to get the email address of the sender, the sender would be a random number. Ex: 1(410)xxx-xxx
MOBILE-NUMBER@mms.att.net (good): able to send text and graphics, would be able to see sender's email address.
tech101 發表在 痞客邦 留言(0) 人氣(0)
Notes for Arduino IDE on MacOS(Catalina):
1. Getting message while uploading wifiscan to ESP32 board:
open /Users/YOUR_NAME/Documents/Arduino/hardware: operation not permitted
Solution: give Arduino IDE Full Disk Access
In MacOS: System Preferences->Security & Privacy->"Privacy" tab->Full Disk Access->+ plus button to add Arduino IDE program
tech101 發表在 痞客邦 留言(0) 人氣(2)
Windows Boot Related:
bcdedit - get Bootloader info
example:
bcdboot C:\Windows /s C:
bcdedit /delete {0dd344e4-1184-11e4-9a81-a10c42ba3102}
W:\Windows\System32\bcdboot W:\Windows /s S: /f all
tech101 發表在 痞客邦 留言(0) 人氣(6)
- 1. Use the Start menu’s Run option to launch Regedit.
- 2. Navigate to "HKEY_CLASSES_ROOT\*\shell". If it doesn't already exist, then create it.
- 3. Under the "Shell" key, create a new key called "Open" and change value of the string "(Default)" to "Open with Notepad" (without the quotation marks).
- 4. Create another key under the "Notepad" key called "Command."
- 5. You'll see a string value named Default when you highlight the "Command" key. Double-click Default and enter "notepad.exe %1". Click OK.
Note: The new full path is: HKEY_CLASSES_ROOT\*\shell\Open\Command
tech101 發表在 痞客邦 留言(0) 人氣(1)
Available Setup Flags for Intel SetupRST.EXE (AHCI):
Example: SetupRST -A -P c:\intelrst
-? The installer presents a dialog showing all the supported setup flags (shown here) and their usage, then quits without installing.
-A Extracts driver and readme files (does not install driver) to <path> if -P is also supplied; otherwise, the files are extracted to the default location.
-B The installer will automatically reboot without prompting after the installation completes. This is only applicable when used with the -s switch.
-l <LCID> Forces a particular language install (See section 3 for a table mapping <LCID> to language).
-Noicc Does not install Intel(R) Control Center.
-Nodrv Does not install Intel(R) RST driver.
-NoIRSTGUI Does not create a start menu shortcut for the UI console. Using this switch also disables Intel(R) CC installation. Intel(R) CC is not removed if it is already installed.
-Noservice Does not install the Event Monitor Service. This means that UI components also do not get installed.
-Notray Prevents the monitor applet from launching on every reboot.
-Overwrite The installer will downgrade without interaction from the user.
-P <path> Changes default directory location for application files and supplies target path when combined with -A flag.
-report <path> Changes the default log path.
-S Silent install (no user prompts or Intel RST user interface display). If used in combination with -B, the installer will automatically reboot.
-ver Displays driver versions.
tech101 發表在 痞客邦 留言(0) 人氣(805)
Note: FAT32 format support up to 32GB, if USB memory over 32GB refer to following DISKPART command to set the size of partition.
create partition primary size=32000
1. Extract all data in ISO file into C:\ISO
2. Use Diskpart to create USB memory in GPT.
c:\> diskpart
tech101 發表在 痞客邦 留言(0) 人氣(24)
換新電腦時, 移植聯絡人自動補齊功能從舊電腦. 此功能目前在Outlook 2013/2016成功.
1. Disable "hide system file" feature.
2. Browse to below location in old PC.
c:\Users\"Current User Name"\AppData\Local\Microsoft\Outlook\RoamCache
tech101 發表在 痞客邦 留言(0) 人氣(18)
* 開啟雙擊螢幕開啟/關閉LCD
1. 雙擊開啟: 設定--> 顯示--> 輕觸以喚醒.
2. 雙擊關閉: 應用程式-->螢幕頂端右方的三個點-->設定--> 輕觸兩次以進入睡眠.
tech101 發表在 痞客邦 留言(0) 人氣(1)
使用 Google 雲端硬碟或 Dropbox 儲存空間保存內容及設定. 可備份及還原的內容:
個人化設定-- HTC BlinkFeed 的摘要來源, 小工具, 桌布, 主畫面配置和鈴聲.
帳號及密碼-- HTC 備份可儲存許多常用的電子郵件和社交網路帳號的登入憑證, 例如 Exchange ActiveSync, Outlook.com 和 POP/IMAP.
應用程式及設定-- 包括 HTC One 內儲存的聯絡人, 簡訊, 通話記錄, 我的最愛, 個人字典, Wi-Fi 網路, 安裝的免費應用程式, 應用程式畫面的排列方式和排序方式, 還有其他設定等.
*照片 影片 音樂 不會備份下來
tech101 發表在 痞客邦 留言(0) 人氣(874)