전체 글 (97) 썸네일형 리스트형 Galaxy camera mute 1. enable development mode mobile info > software info > bulid number(click several times) 2. enable debugging development option > enable USB debugging 3. download ADB application, https://developer.android.com/tools/releases/platform-tools?hl=ko 4. run command by Admin mode 5. enable camera mute adb devices adb shell settings put system csc_pref_camera_forced_shuttersound_key 0 Raspbian VNC prevent flashing When the chrome in Raspbian VNC is flashing, adjust following options. sudo raspi-config 2. Display options => Resolution => 1920*1080 select 2. Display option => Screen Blanking => Disable 6. Advanced Options => GL Driver => G1 Legacy select 6. Advanced Options => Glamor => Enable reboot rasbian pandas install "sudo pip3 install pandas" command doesn't work in Rasbian. sudo pip uninstall pandas and sudo apt install python3-pandas Adding new path to Environment Variables Control panel -> System and security -> System -> Advanced system setting -> Environment Variables... -> Select 'Path in System variables' -> Edit -> New examples #OFFICE 365 programs location C:\Program Files\Microsoft Office\root\Office16\ Windows app short-cut run by command line create following bash file, and save it in 'C:\Users\AccountName' folder @echo off cd "C:\Program Files (x86)\location\" start AppName.exe exit press below, Win+R {Enter} AppName {Enter} then, the application will be started. Disable "What's new in Chrome" tab from Chrome Chrome what's new가 계속 생길때 해결방법 방법1 주소창에서 chrome://flags/ 입력 후 "Show Chrome What's New page at chrome://whats-new" 탭에서 'Disable' 선택 후 크롬 재실행 방법2 cmd 에서 아래 실행 후 chrome 재실행 chrome.exe --disable-features=ChromeWhatsNewUI Raspberry Pi Pico W + DHT22 = Thingspeak update import network # handles connecting to WiFi import urequests # handles making and servicing network requests wlan = network.WLAN(network.STA_IF) wlan.active(True) ssid = 'SSID' password = 'WIFI-PASSWORD' wlan.connect(ssid, password) from machine import Pin from time import sleep import dht sensor = dht.DHT22(Pin(2)) while True: try: sleep(300) # the DHT22 returns at most one measurement every 2s.. Remove the folders from THis PC / 내 PC 에서 폴더 지우기 In Regedit, change 'ThisPCPolicy' from 'Show' to 'Hide' Documents HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{f42ee2d3-909f-4907-8871-4c22fc0bf756}\PropertyBag Pictures HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{0ddd015d-b06c-45d5-8c4c-f59713854639}\PropertyBag Videos HKEY_LOCAL_MACHINE\SOFTWARE\Microsof.. 이전 1 2 3 4 ··· 13 다음