Giter VIP home page Giter VIP logo

my-arch-linux-notes's Introduction

my-arch-linux-notes

Installation Notes

Connect wifi

iwctl Then station wlan0 connect SSID Then exit

Easy installation

archinstall

After installation

Yay

sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

Other packages

sudo pacman -S aria2 speedtest-cli telegram-desktop kdenlive inkscape virtualbox fish flameshot neofetch gtop kolourpaint gedit autoconf binutils make gcc pkg-config fakeroot libtool automake patch dbeaver tilix x11-ssh-askpass drawing opera chromium spotify-launcher sof-firmware

yay -S vscodium-bin mailspring nodejs-commitizen

Fish shell

chsh -s /usr/bin/fish
curl -L https://get.oh-my.fish | fish
omf install https://github.com/simnalamburt/shellder

Settings

sudo systemctl enable fstrim.timer

Auto mount other partitions

If you have other partitions(E, D etc.). It can be mounted on the startup.

lsblk -f

The command shows your disks uuid.

sudo gedit /etc/fstab 

Open your fstab config with the command. You should add codes similar to the following example. You should change UUID and /run/media/yourUserName/Partition.

UUID=b336b98e-d0b5-4254-b6aa-9e66f85b0dfc /run/media/oguz/Files ext4 defaults  0 0

Fixes

Run to see errors

journalctl -p 3 -b

To fix

bluetoothd[1048]: src/plugin.c:plugin_init() Failed to init vcp plugin
bluetoothd[1048]: src/plugin.c:plugin_init() Failed to init mcp plugin
bluetoothd[1048]: src/plugin.c:plugin_init() Failed to init bap plugin

Run

sudo gedit /etc/bluetooth/main.conf
And change 
Experimental=true
KernelExperimental = true

https://wiki.archlinux.org/title/Pacman#Enabling_parallel_downloads

my-arch-linux-notes's People

Contributors

oguzkaganeren avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.