Skip to content

get543/linux-beginner-guide

Repository files navigation

Click the title to go straight to the file
All .sh .md is clickable in this page

Note: I use Zorin OS 16.1 at the time of writing. Some of the installation will not work if you are using distro other than ubuntu based distros.

Before running the .sh file, make sure to make it as an executable file by running chmod +x FileName.sh on the terminal

To run a .sh file. Add ./ in the beginning of the file name ./FileName.sh

To get a .sh file. Click the file in README.md and do CTRL + S to save it

  • To troubleshoot problem that I face while trying to use linux for daily driver.
  • Also contain tips and tricks to try.
  • Tutorials, explanation, my config.
  • Guide for installing arch with a script also the official arch wiki installation.

Contains scripts that I use for automation my day to day task.

My command to run arch vm using qemu. You can read more on about qemu on Ultimate Guide For Beginner Linux User.md.

Free swap memory.

  • Commands to download video from youtube using yt-dlp.
  • Selected for the best 1080p60 video.
  • Can also download a youtube playlist.
  • For audio, the best 'audio only' (.m4a).

Scripts that is audio related. This is also automation script that I use daily.

A script to turn on or off loopback of your mic. In other words, a script to hear your own microphone.

  • ./loopback.sh on to turn it on.
  • ./loopback.sh off to turn it off.

Scripts to change output device or switch between headphones and speakers easily.

This script is using zenity. It should work if you enter the soundcard number and sink port correctly.

WARNING: THIS IS ONLY WORK WHEN YOU HAVE PULSEAUDIO AS YOUR AUDIO SERVER.

Same functionality as change.sh but it is toggle instead, which means that you run this file again to change the output device. soundcard number and sink port has to be correctly setup. And you have to use pulseaudio as your default audio server.

WARNING: THIS ONLY WORK FOR MY SPECIFIC SETUP. YOU CAN MODIFY THE SCRIPT TO AS YOU SEE FIT.

Copy this file to ~/.local/share/applications, if you want to run change.sh without the terminal. After that, you need to change Exec= and Icon= to the path where you download change-output-device/ folder.

It contains the autoinstall scripts that can be use to install a lot of popular apps on linux. Don't move the file inside of it.

To troubleshoot droidcam including reinstalling and changing resolution.

Scripts that take care of system updates.

Setup before getting into installing some apps.

Consist all app functions to install the apps.

Configuration file.

My starship config. Starship is what I use to customise my bash prompt. Don't forget to use nerd font, because compatibility is much better with the starship icon.

XFCE compositor config file. Works well if you are running XFCE on VM and cannot use 3D Acceleration.

My kitty (terminal emulator) config file. Not fully explored and not fully configured (still searching).

Script to change usb or drive permission. It will change it to be able to have read, write, and execute permission.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages