Linux (48) 썸네일형 리스트형 [Linux] ssh pem file invalid format error This error originates from Windows-style line ending of the private key file. You need to remove CRLF. This can be easily done with this command.dos2unix your_file.pem [Linux] Reverting to the initial GNOME After installing KDE Plasma and removing it, GNOME theme is changed. To revert GNOME to its original setting, type this command.dconf reset -f /org/gnome/desktop/interface/To remove minimizing and maximizing buttons, leaving only close button, use this command.gsettings set org.gnome.desktop.wm.preferences button-layout ':close' [Linux] Fedora Appimage 실행 시 libfuse.so.2 에러 fuse-devel를 설치해야한다.sudo dnf in fuse-devel [Linux] Docker x11 forwarding 호스트에서 해야할 설정:xhost +local:docker만약 docker가 root로 실행된다면xhost +local:root [Linux] Macbook 16-inch, 2019 t2linux installation troubleshootings (Fedora) Setting kernel parametersThere are few ways to set kernel parameters.The first one is to edit /etc/default/grub file directly. Add corresponding options to the end of the line starting with GRUB_CMDLINE_LINUX.Then, run this command. sudo grub2-mkconfig -o /boot/grub2/grub.cfgThe second one is to use grubby. You can add and delete kernel parameters as follows.sudo grubby --update-kernel=ALL --arg.. [Linux] Local port forwarding 가정은 다음과 같다. Remote에서 docker 안에 서버를 돌린다. 5000번 포트이다. 이때 docker run 옵션으로 --network host로 해서 docker와 host의 네트워크를 묶어놓았다.이때 해당 서버는 127.0.0.1에서의 접속만 허용한다. Dynamic port forwarding(SOCKS proxy)은 이 경우 실패한다. Local port forwardining을 사용해야한다.사용법은 다음과 같다.ssh -N -L 5000:127.0.0.1:5000 name_of_remote_serverProxy jump를 사용해서 사이에 여러 서버를 거쳐가더라도 된다.따로 컴퓨터에서 proxy 설정을 하지 않아도 웹브라우저를 통해 127.0.0.1:5000으로 접속이 된다. Proxy를.. MATLAB installation fix Got this error:libexpat.so.1: file too shortIf you are using a software like Ark, try different one, for example, unzip command. In my case, unzip command worked. SVG 크기 조절법 벡터 이미지 파일은 텍스트로 연 다음에 크기를 조절할 수 있다... 열면 html 태그같은게 있다. 이전 1 2 3 4 ··· 6 다음