postInstall

(★ 12)

Setup que faço após instalar uma distro linux no meu PC, automatizando a instalação de vários apps e algumas das configurações que eu preciso e ou gosto no meu ambiente linux

파일 탐색기

  • .gitignore
  • BMpostInstall-v2.1.sh
  • BMpostInstall-v2.1.sh.x.c
  • BMpostInstall-v2.sh
  • BMpostInstall-v2.sh.x.c
  • BMpostInstall.sh
  • BMpostInstall.sh.x.c
  • fonts.tar.xz
  • fonts.zip
  • install-drives-GPU.md
  • install_v1
  • install_v2
  • install_v2.1
  • install_v2_1
  • LICENSE
  • README.md

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

gh auth

설명 보기 ▼

Authenticate with a GitHub host.

gh auth login

Log in with interactive prompt:

echo {{your_token}} | gh auth login --with-token

Log in with a token from `stdin` (created in <https://github.com/settings/tokens>):

gh auth status

Check if you are logged in:

🔍

usermod

설명 보기 ▼

사용자 계정을 수정합니다.
관련 항목: `users`, `useradd`, `userdel`.
더 많은 정보: <https://manned.org/usermod>.

sudo usermod {{[-l|--login]}} {{new_username}} {{username}}

사용자명을 변경:

sudo usermod {{[-u|--uid]}} {{id}} {{username}}

사용자 ID 변경:

sudo usermod {{[-s|--shell]}} {{path/to/shell}} {{username}}

사용자 셸 변경:

// repository documentation