wiki:cmds:cmds-linux
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:cmds:cmds-linux [2024/02/24 14:30] – [Headset Bluetooth Arch] cleiton | wiki:cmds:cmds-linux [2024/09/06 01:36] (current) – [Java] cleiton | ||
---|---|---|---|
Line 11: | Line 11: | ||
Fonte: https:// | Fonte: https:// | ||
+ | |||
+ | ===== Alterar kernel linux para linux-lts ===== | ||
+ | |||
+ | - install '' | ||
+ | - (optional) check if kernel, ramdisk and fallback are available in '' | ||
+ | - (optional) remove the standard kernel '' | ||
+ | - update the grub config '' | ||
+ | - '' | ||
+ | ===== xfce4-popup-whiskermenu e apps no menu===== | ||
+ | |||
+ | **Configurar tecla iniciar/ | ||
+ | * Acessar: settings-> | ||
+ | * adicionar novo atalho como comando: '' | ||
+ | |||
+ | **Adicionar entradas/ | ||
+ | |||
+ | Para adicionar entradas ao menu, copie um dos atalhos existentes no diretório ''/ | ||
===== Youtube download ===== | ===== Youtube download ===== | ||
Line 106: | Line 123: | ||
https:// | https:// | ||
+ | |||
+ | Pra baixar a última versão do [[https:// | ||
+ | | ||
+ | pikaur -Sy jdk-openjdk | ||
+ | |||
+ | Após a instalação, | ||
+ | |||
+ | archlinux-java status | ||
+ | sudo archlinux-java set java-XY-openjdk | ||
+ | java -version | ||
+ | |||
+ | Verificar se o Java está Configurado Corretamente | ||
+ | |||
+ | archlinux-java status | ||
+ | |||
+ | Isso deve mostrar algo como: | ||
+ | |||
+ | Available Java environments: | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | <WRAP center round info 60%> | ||
+ | Embora tenha colocado todas essas informações, | ||
+ | </ | ||
===== Montar CD/DVD ISO ===== | ===== Montar CD/DVD ISO ===== | ||
Line 114: | Line 156: | ||
pikaur -Sy freerdp | pikaur -Sy freerdp | ||
+ | |||
+ | Se houver erro de tls em conexão com wins, mude o nivel de segurança de default para " | ||
===== Config NTP timedatectl ===== | ===== Config NTP timedatectl ===== | ||
Line 148: | Line 192: | ||
===== Headset Bluetooth Arch ===== | ===== Headset Bluetooth Arch ===== | ||
- | pikaur -S pulseaudio-modules-bt | + | |
+ | $ sudo systemctl status bluetooth.service | ||
+ | $ sudo systemctl enable bluetooth.service | ||
+ | $ sudo systemctl start bluetooth.service | ||
+ | $ sudo systemctl status bluetooth.service | ||
+ | |||
+ | #GUI para gerenciamento | ||
+ | $ pikaur -Sy blueman | ||
Caso não reconheça, use a cli: | Caso não reconheça, use a cli: | ||
Line 166: | Line 217: | ||
</ | </ | ||
+ | |||
+ | Para fazer com que seu fone de ouvido se conecte automaticamente, | ||
+ | |||
+ | $ sudo vim / | ||
+ | --- | ||
+ | ### Automatically switch to newly-connected devices | ||
+ | load-module module-switch-on-connect | ||
+ | |||
Se necessário, | Se necessário, | ||
Line 199: | Line 258: | ||
Repo: https:// | Repo: https:// | ||
+ | Em caso que o pulse não inicie e fique sem áudio com mensagem '' | ||
+ | systemctl --user start pulseaudio | ||
+ | systemctl --user status pulseaudio | ||
+ | |||
+ | Para o erro: | ||
+ | pulseaudio[1865]: | ||
+ | | ||
+ | Desabilite o módulo editando o arquiv abaixo e comentando a linha: | ||
+ | / | ||
===== Install pikaur by git ===== | ===== Install pikaur by git ===== | ||
wiki/cmds/cmds-linux.1708785036.txt.gz · Last modified: 2024/02/24 14:30 by cleiton