๐ OS/Linux
1. python ์ค์น: Apt๋ฅผ ์ด์ฉํ์ฌ ์ค์น ๋ค์๊ณผ ๊ฐ์ ๋ช
๋ น์ด๋ก ํ์ํ ํ๋ก๊ทธ๋จ ์ค์นํฉ๋๋ค. โป ์ฐธ๊ณ (apt vs apt-get?) ๋๋ณด๊ธฐ apt vs apt-get? ์ฌ๋ฌ ๋ฆฌ๋
์ค ํจํค์ง๋ค์ ๋ฌธ์๋ฅผ ์ฝ๋ค๋ณด๋ฉด ์ด๋ค ๊ฒ์ apt install์ ์ฌ์ฉํด์ ์ค์นํ๋ผ๊ณ ํ๊ณ ์ด๋ค ๊ฒ์ apt-get install์ ์ฌ์ฉํด์ ์ค์นํ๋ผ๊ณ ํ๋ค. ์ฌ์ค apt๋ฅผ ์ฐ๋ apt-get์ ์ฐ๋ ํฐ ์ฐจ์ด๋ ์๋ค. $ sudo apt update $ sudo apt install software-properties-common ๋ค์ ๋ช
๋ น์ด๋ก Repository๋ฅผ ๋ฑ๋กํฉ๋๋ค. add-apt-repository๋ช
๋ น ์ ์ฌ์ฉํ๊ธฐ ์ํด์๋ software-properties-common ํจํค์ง๋ฅผ ์ค์นํด์ผ ํด์. $ sudo add..
๐ OS/Linux
Notion ์ค์น ๋ช
๋ น์ค์์ snap๋ฅผ ์ค์น > Notion ์ค์น snap์ ์ฃผ์ ๋ฆฌ๋
์ค ๋ฐฐํฌํ์์ ์คํํ ์ ์๋๋ก ๋ชจ๋ ์ข
์์ฑ์ด ํจํค์ง๋ ์์ฉ ํ๋ก๊ทธ๋จ์ ์ฝ๊ฒ ์ค์นํ ์ ์๋๋ก ํด์ค๋ค. 1) snap๋ฅผ ์ค์น sudo apt update sudo apt install snapd 2) Notion ๊ด๋ จ ํจํค์ง ๊ฒ์ sudo snap find notion 3) Notion ์ค์น sudo snap install notion-snap-reborn ์ฐธ๊ณ ๋๋ณด๊ธฐ https://snapcraft.io/install/notion-snap-reborn/ubuntu Install notion-snap-reborn on Ubuntu using the Snap Store | Snapcraft Get the latest ve..
๐ OS/Linux
Windows์ ์์ฉ ํ๋ก๊ทธ๋จ๋ค์ ๋ฆฌ๋
์ค์์ ์คํํ ์ ์๋ค.์ด๋ฅผ ์ํด, Wine์ด๋ผ๋ ์คํ์์ค Microsoft Windows API/ABI ํธํ ๋ ์ด์ด๊ฐ ๊ฐ๋ฐ๋์๋ค. ์ด๋ฅผ ํตํ์ฌ ๋ค์ํ Windows ์ํํธ์จ์ด๋ฅผ ๋ฆฌ๋
์ค ์์์ ์คํํ ์ ์๋ค. 1. Wine ์ค์น ์ฐ๋ถํฌ ํ๊ฒฝ์์ Windows ํ๋ก๊ทธ๋จ์ธ ์นด์นด์คํก์ ์ค์นํ๊ธฐ ์ํด์๋ Wine์ ์ค์นํด์ผ ํฉ๋๋ค. โป Wine ์ค์น์ ๋ฌธ์ ์ : ํธํ์ด ์ ์๋ ์ ์์(์๋ก ํ๊ธ..?, ์นด์นด์คํก์ ๋ฌธ์ ์์ด์ ์งํํฉ๋๋ค. ๊ฐ์ธ์ ์ผ๋ก ์ง์งํ ์ฉ๋๋ก Wine์ ์ฐ์ง๋ง ์์ผ๋ฉด ๋ ๊ฑฐ ๊ฐ์ต๋๋ค.) sudo dpkg --add-architecture i386(Wine ์ค์น๋ฅผ ์ํด์ ๋จผ์ ์์ ์ ์ฐ๋ถํฌ ํ๊ฒฝ์ด 64๋นํธ์ธ ๊ฒฝ์ฐ, 32๋นํธ ์ํคํ
์ฒ๋ฅผ ํ์ฑํํด์ผ ํฉ๋๋ค...