본문 바로가기

Linux

(42)
[Linux] Visual Studio Code로 원격접속 시 hang 되는 문제 서버쪽의 ~/.wget-hsts 파일을 삭제한다.출처: https://stackoverflow.com/questions/65055955/vscode-ssh-extension-stuck-on-the-installation-step
[Linux] KDE 및 SDDM 블루투스 자동으로 켜지게 하기 SDDMsudo vi /etc/bluetooth/main.conf/etc/bluetooth/main.conf 파일을 연 후 (없으면 만들기)[Policy]AutoEnable=true위 내용을 추가한다.KDEvi ~/.config/bluedevilglobalrc~/.config/bluedevilglobalrc 파일을 연 후[Adapters]{MAC_ADDRESS}_powered=false해당하는 bluetooth adapter에서 powered 설정을 false에서 true로 바꾼다.[Adapters]{MAC_ADDRESS}_powered=true
rm -rf * 를 쓰자.. rm -rf ./* 말고 rm -rf * 를 쓰자... 최악의 참사를 보통의 참사로 바꿔준다... 하.. 방금 rm -rf ./*하려다 rm -rf /*를 하고 자료를 날렸다. 다행히 도커여서 연결된 볼륨만 날라갔다... 근데 그게 다 손수 정제한 데이터셋이었다는게 문제...
[Linux] RHEL TigerVNC 설치 Requirements Server tigervnc-server Client tigervnc-viewer Installation Server TigerVNC server 설치 sudo dnf install tigervnc-server Systemd 파일 설정 cp /usr/lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@.service systemctl daemon-reload TigerVNC 설정 vi /etc/tigervnc/vncserver.users # TigerVNC User assignment # # This file assigns users to specific VNC display numbers. # The synta..
[Linux] Fedora 패키지 업데이트 방법 flatpak update sudo dnf update sudo dnf update --refresh GNOME이나 KDE의 Discover에서 패키지를 업데이트 하는 것과 같게 CLI에서 업데이트하는 것은 위 세 명령어와 동일하다. 세 명령어를 모두 실행해야 한다. dnf upgrade는 dnf update의 alias이다. 또한 DE에서 업데이트 할 경우 페도라 버전 업데이트도 되는데 이를 CLI로 업데이트 하려면 아래와 같이 하면 된다. sudo dnf upgrade --refresh sudo dnf install dnf-plugin-system-upgrade sudo dnf system-upgrade download --releasever=$nextversion sudo dnf system-upg..
[Linux] Autostart 모두 정리 Autostart를 일으키는 요소들 Systemd 서비스 Systemd 유저 서비스 (systemctl --user로 보이는 것들) Cron Xorg xinitrc xprofile XDG startup /etc/xdg/autostart ~/.config/autostart Desktop environment startup
[Linux] 도커 사용 중 No space left on device 해결법 docker system prune docker volume prune 위 명령을 해주면 된다.
[Linux] 한글 입력하기 Fcitx5 설치하기 sudo dnf install fcitx5 sudo dnf install fcitx5-hangul 위만 해도 보통의 DE에서는 괜찮다. 하지만 별도의 input method를 다루는 어플리케이션이 없는 DE의 경우 fcitx5-configtoool을 실행할 경우 frontend를 찾을 수 없다는 식의 오류가 뜬다. 이땐 fcitx5-configtool을 설치하면 된다. sudo dnf install fcitx5-configtool