Skip to content

Latest commit

 

History

History
103 lines (73 loc) · 2.46 KB

Linux Distro (Based on Debian) Start-up guide.org

File metadata and controls

103 lines (73 loc) · 2.46 KB

List of important Application :

Text Editors:

Video and Graphics Tools:

  • KDenLive sudo apt install kdenlive
  • Krita sudo apt install krita
  • Blender sudo apt install blender
  • GIMP sudo apt install gimp
  • Lollipop sudo add-apt-repository ppa:gnumdk/lollypop sudo apt install lollypop

Messaging:

  • Riot (Debian / Ubuntu repo) : Add the repository : sudo sh -c “echo ‘deb https://riot.im/packages/debian/ bionic main’ > /etc/apt/sources.list.d/matrix-riot-im.list”

    Add the public key: sudo apt install curl curl -L https://riot.im/packages/debian/repo-key.asc | sudo apt-key add -

    Update and install Riot: sudo apt-get update && sudo apt-get -y install riot-web

  • Telegram: sudo apt install telegram-desktop

Git (The Complete Guide):

http://rogerdudler.github.io/git-guide/

Sound Volume control sync fix :

  • Navigate to file : sudo nano /usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common
  • Add [Element Master] switch = mute volume = ignore Before the block [Element PCM] switch = mute volume = merge override-map.1 = all override-map.2 = all-left,all-right

Configuring tlp (Battery Saving Tool) :

  • Adding Package Repository : sudo add-apt-repository ppa:linrunner/tlp sudo apt-get update
  • Package install : sudo apt-get install tlp tlp-rdw
  • Starting application : sudo tlp start

Disabling bluetooth on start-up :

  • edit /etc/default/tlp using nano
  • Locate the following lines :

    #DEVICES_TO_DISABLE_ON_STARTUP=”bluetooth wifi wwan”

  • Edit (and uncomment) the last line to read:

    DEVICES_TO_DISABLE_ON_STARTUP=”bluetooth”

Misc :

Disabling application drawer open animation :

  • Run command : gsettings set org.gnome.desktop.interface enable-animations false

Installing budgie Desktop Environment :

sudo add-apt-repository ppa:budgie-remix/ppa sudo apt install budgie-desktop-environment

Want others? … Google!