This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo killall pulseaudio | |
| pulseaudio --start | |
| sudo systemctl restart bluetooth | |
| bluetoothctl | |
| [bluetoothctl]> scan on | |
| [NEW] Device MAC_ADDRESS JBL TUNE570BT | |
| [bluetoothctl]> scan off | |
| [bluetoothctl]> trust MAC_ADDRESS | |
| [bluetoothctl]> pair MAC_ADDRESS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git config --global gpg.program "C:\Program Files (x86)\GnuPG\bin\gpg.exe" | |
| gpg --list-keys | |
| gpg --edit-key <key> | |
| expire | |
| 0 | |
| y | |
| save |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -sS https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg | |
| echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list | |
| sudo apt-get update && sudo apt-get install spotify-client | |
| curl https://sh.rustup.rs -sSf | sh | |
| git clone https://github.com/abba23/spotify-adblock.git | |
| cd spotify-adblock | |
| make | |
| sudo make install | |
| LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # installs fnm (Fast Node Manager) | |
| winget install Schniz.fnm | |
| # Restart your powershell | |
| # download and install Node.js | |
| fnm use --install-if-missing 20 | |
| # If you get error, enter these commands |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo wget https://packages.microsoft.com/keys/microsoft.asc -O /etc/apt/keyrings/mssql2022.key | |
| sudo wget https://packages.microsoft.com/config/ubuntu/22.04/mssql-server-2022.list -O /etc/apt/sources.list.d/mssql-server-2022.list | |
| sudo wget https://packages.microsoft.com/config/ubuntu/22.04/prod.list -O /etc/apt/sources.list.d/msprod.list | |
| sudo nano /etc/apt/sources.list.d/mssql-server-2022.list | |
| # add setting like follows | |
| deb [signed-by=/etc/apt/keyrings/mssql2022.key arch=amd64,armhf,arm64] https://packages.microsoft.com/ubuntu/22.04/mssql-server-2022 jammy main | |
| sudo nano /etc/apt/sources.list.d/msprod.list | |
| # add setting like follows |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo nano /etc/gdm3/daemon.conf | |
| Uncomment the following line | |
| #WaylandEnable=false | |
| To | |
| WaylandEnable=false | |
| And then restart your machine |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo nano /etc/gdm3/daemon.conf | |
| Uncomment the following line | |
| #WaylandEnable=false | |
| To | |
| WaylandEnable=false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------------------ | |
| System Information | |
| ------------------ | |
| Time of this report: 9/20/2023, 16:02:58 | |
| Machine name: DESKTOP-A0KNSJT | |
| Machine Id: {61750709-1678-44DD-95A1-F8A3ACE0D885} | |
| Operating System: Windows 10 Home 64-bit (10.0, Build 19045) (19041.vb_release.191206-1406) | |
| Language: Portuguese (Regional Setting: Portuguese) | |
| System Manufacturer: HP | |
| System Model: HP Pavilion Notebook |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Computer Information: | |
| Manufacturer: HP | |
| Model: 80A4 | |
| Form Factor: Laptop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: GenuineIntel | |
| CPU Brand: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz | |
| CPU Family: 0x6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo rm /dev/input/js0 |
NewerOlder