Linux (52) 썸네일형 리스트형 [Ollama] Expose port Open ollama's systemd file.sudo vi /etc/systemd/system/ollama.service AddEnvironment="OLLAMA_HOST=0.0.0.0:11434" Reload systemd and ollama. sudo systemctl daemon-reloadsudo systemctl restart ollama [Linux] Decision to go back to macOS Constant rebooting after shutting down Linux is very cumbersome. Most things I do on macbook are web browsing and reading pdfs.I just decided to go back to macOS for stability.Although macOS Tahoe is very slow and annoying, Tahoe will be supported for 2 years from this moment, I guess.Until it is inevitable to use Linux, I should stick to macOS and use macports. Pros that I expected for Linux on.. [Linux] Search a specific text grep -rnw 'path for search' -e 'string to search' \ --include=\*.{txt,sh} --exclude-dir=dir_nameThis command searches 'string to search' from the directory 'path for search', while excluding dir_name directory. [Slurm] 가용 가능한 GPU 빨리 보기 .bashrc에 아래 alias 추가alias showmethegpu="pestat -G | egrep 'mix|idle'" [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 이전 1 2 3 4 ··· 7 다음