Bananiys202024 / arch-linux

Guide for install and tuning Arch linux

Home Page:https://bananiys202024.github.io/arch-linux/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArchLinux

Guide "Arch linux install "
You can revise it here: https://bananiys202024.github.io/arch-linux/
You can find more information inside source code, at file: "arch-linux/src/app/lessons/lesson9/lesson9.component.html", because i am too lazy to re deploy

New information

New information i did add to file lesson9.component.html; but did not re deploy.
  1. tuning brightness of screen
  2. How read external drive and usb stick designed for windows
  3. Media transfer protocol
  4. Automatically connect wi-fi

How deploy angular on github

git checkout -b gh-pages
git push origin gh-pages
sudo npm install -g angular-cli-ghpages
sudo ng build --prod --base-href https://bananiys202024.github.io/arch-linux/
sudo ngh --dir=dist/arch-linux/ --no-silent

In next time of building

sudo ng build --prod

Last step drag and drop dist/arch-linux to /arch-linux on github in gh-pages branch

About

Guide for install and tuning Arch linux

https://bananiys202024.github.io/arch-linux/


Languages

Language:HTML 53.1%Language:TypeScript 34.6%Language:SCSS 9.5%Language:JavaScript 2.7%