반응형

우분투 96

우분투 시스템 메뉴 아이콘 보이기/숨기기

우분투 시스템 메뉴 아이콘 보이기$ gconftool-2 --type Boolean --set /desktop/gnome/interface/menus_have_icons True 우분투 시스템 메뉴 아이콘 숨기기$ gconftool-2 --type Boolean --set /desktop/gnome/interface/menus_have_icons False * 만약 아래와 같이 gconftool-2 오류가 발생하면(미설치)-------------------------------------------------------------------------------------------------------------------$ gconftool-2 --type Boolean --set /desktop/..

OS/Ubuntu 2023.08.17

Ubuntu libssh2 library install

[ Error Message ]LibSSH2 library not found!To use SSH2 connections, please install the LibSSH2 library (libssh2.so.1)! [ Solution ]- Install libssh2-1 [ Execution log ]$ sudo apt install libssh2-1패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중입니다... 완료상태 정보를 읽는 중입니다... 완료 다음 새 패키지를 설치할 것입니다: libssh2-10개 업그레이드, 1개 새로 설치, 0개 제거 및 9개 업그레이드 안 함.109 k바이트 아카이브를 받아야 합니다.이 작업 후 377 k바이트의 디스크 공간을 더 사용하게 됩니다...

OS/Ubuntu 2023.05.12

error loading libfuse.so.2

$ ./Vrew-0.13.24-x86_64.AppImage dlopen(): error loading libfuse.so.2AppImages require FUSE to run. You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option. See https://github.com/AppImage/AppImageKit/wiki/FUSE for more information => libfuse2 install$ sudo apt install libfuse2[sudo] gangserver 암호: 패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중입니다.....

OS/Ubuntu 2023.02.28

Ubuntu shutdown, reboot shortcut keys

1. shutdown shortcut key Alt + SysRq(PrtSc) + O 2. reboot shortcut key Alt + SysRq(PrtSc) + B 3. 키보드 단축키 설정 설정 > 키보드 바로 가기 > 사용자 설정 바로 가기 > + 클릭 이름 : 종료 명령 : gnome-session-quit --power-off 바로가기 : (단축키 설정) > 추가 클릭 참고 : askubuntu.com/questions/53263/shut-down-computer-from-keyboard Shut down computer from keyboard Is there a keyboard shortcut available to shutdown the computer? I know I can use th..

OS/Ubuntu 2021.04.27
728x90
반응형