본문 바로가기
반응형

전체 글2972

터미널에서 GUI 프로그램 원격 실행 (Remote Widows Run By Terminal) 먼저 해당 GUI 창을 띄울 세션 PID를 알아야 한다. 아래는 PID가 2309일 경우를 전제하였을 경우의 예시이다. export DISPLAY=$(cat /proc/2309/environ | tr '\0' '\n' | grep DISPLAY | cut -d '=' -f2-) export DBUS_SESSION_BUS_ADDRESS=$(cat /proc/2309/environ | tr '\0' '\n' | grep DBUS_SESSION_BUS_ADDRESS | cut -d '=' -f2-) 세션 PID를 모를 경우 검색해야 하는데 gnome-shell이나 gnome-session이라는 이름을 사용할 경우 보통 pidof 명령어를 사용하여 아래처럼 알아 낼 수 있다. pidof gnome-shell p.. 2023. 8. 7.
Jetson Orin Nano XRDP .xsessionrc Line 83 Syntax error 젯슨 나노 문제 XRDP 설치 후 구동시 아래와 같은 에러가 뜨면서 창이 닫혀 버린다. /etc/X11/Xsession: 83: /home/user/.xsessionrc: Syntax error: "(" unexpected (expecting "fi") 쉘에 따른 스크립트 문법이 잘 못 작성되어서 발생한 것 같다. #문제가 있는 스크립트 부분 if [ -e "/usr/bin/gnome-shell" ]; then remove_apps=("thunderbird" "rhythmbox" "libreoffice-writer") favorite_apps="$(gsettings get org.gnome.shell favorite-apps)" for app in "${remove_apps[@]}"; do favorite_apps="$.. 2023. 8. 2.
Jetson Color Profile Ubuntu Problem 우분투 설정 문제 /etc/polkit-1/localauthority/50-local.d/color.pkla [Allow colord for all users] Identity=unix-user:* Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesk top.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.m odify-device;org.freedesktop.color-manager.modify-profile ResultAny=yes ResultI.. 2023. 7. 14.
Jetson authentication is required to refresh the system repositories Ubuntu Problem 젯슨 우분투 문제 /etc/polkit-1/localauthority/50-local.d/46-allow-update-repo.pkla [Allow Package Management all Users] Identity=unix-user:* Action=org.freedesktop.packagekit.system-sources-refresh ResultAny=yes ResultInactive=yes ResultActive=yes 2023. 7. 14.
Jetson system policy prevents wifi scans Ubuntu problem 우분투 설정 문제 /etc/polkit-1/localauthority/50-local.d/10-network-manager.pkla [Allow wi-fi scans for all users] Identity=unix-user:* Action=org.freedesktop.NetworkManager.wifi.scan ResultAny=yes ResultInactive=yes ResultActive=yes service network-manager restart 2023. 7. 14.
Gnome wallpapers location 그놈 배경화면 저장 위치 /usr/share/backgrounds 2023. 7. 14.
Jetson Orin Nano Wallpaper 젯슨 오린 나노 배경화면 2023. 7. 14.
GNU는 이제 GNW를 생각해야죠 GNU는 소기의 목적을 달성했다고 봅니다. 이제는 GNW is Not windows로 가야 된다고 봅니다. 성공할 그날과 해커 정신에게 찬사를 보냅니다. 2023. 1. 29.
ARM STM32 Cube IDE 컴파일러 설치 경로 Compiler Path Cube IDE의 경우 gcc 컴파일러를 사용하는데 이걸 플러그인으로 설치합니다. C:\ST\STM32CubeIDE_1.7.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.0.202111181127\tools\bin C:\ST\STM32CubeIDE_1.7.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_2.0.0.202105311346\tools\bin 일단 대충 찾아보니 저 언저리입니다. 먼가 경로가 길군요. 흠.... 여러가.. 2022. 4. 12.
728x90
반응형