Skip to content

Instantly share code, notes, and snippets.

@pydawan
Forked from ankurk91/1-elementary-os-apps.md
Created October 29, 2020 05:43
Show Gist options
  • Save pydawan/1ca7b2b7cc7ffedd2ea288c48e284286 to your computer and use it in GitHub Desktop.
Save pydawan/1ca7b2b7cc7ffedd2ea288c48e284286 to your computer and use it in GitHub Desktop.

Revisions

  1. @ankurk91 ankurk91 revised this gist Oct 23, 2020. 2 changed files with 3 additions and 9 deletions.
    10 changes: 1 addition & 9 deletions 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -90,7 +90,7 @@ sudo apt-get install -y gparted
    sudo apt-get install -y isomaster
    ```

    ### [BleachBit](http://bleachbit.sourceforge.net/download/linux)
    ### [BleachBit](https://www.bleachbit.org/download/linux)
    ```
    sudo apt-get install -y bleachbit
    ```
    @@ -120,14 +120,6 @@ sudo add-apt-repository -y ppa:danielrichter2007/grub-customizer
    sudo apt-get install -y grub-customizer
    ```

    ### [guFw](http://gufw.org/) Firewall
    ```
    sudo apt-get install -y gufw
    # OR (If u dont need a GUI program)
    sudo ufw enable
    sudo ufw deny ssh
    ```

    ### Filezilla
    ```
    sudo apt-get install -y filezilla
    2 changes: 2 additions & 0 deletions 2-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -12,6 +12,8 @@
    ### Misc
    * Show battery percentage
    * Disable all animations
    * Enable firewall and disable ssh
    * Set Terminal transparency to 0

    ### Disable OS auto updates [source](https://www.hiroom2.com/2016/05/18/ubuntu-16-04-auto-apt-update-and-apt-upgrade/) [more](https://debian-handbook.info/browse/stable/sect.regular-upgrades.html)
    * Edit `/etc/apt/apt.conf.d/20auto-upgrades` file and update these lines
  2. @ankurk91 ankurk91 revised this gist Oct 23, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -40,9 +40,9 @@ sudo apt-get install -y google-chrome-stable
    sudo apt-get install -y vlc
    ```

    ### [Kingsoft WPS Office](http://linux.wps.com/) (~80MB download)
    ### [Kingsoft WPS Office](http://linux.wps.com/)

    ### [Libre Office](https://www.libreoffice.org/download/download/) (~180 MB download)
    ### [Libre Office](https://www.libreoffice.org/download/download/)
    ```
    sudo add-apt-repository -y ppa:libreoffice/ppa
    sudo apt-get install -y libreoffice
  3. @ankurk91 ankurk91 revised this gist Oct 23, 2020. 1 changed file with 0 additions and 5 deletions.
    5 changes: 0 additions & 5 deletions 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -104,11 +104,6 @@ sudo apt install -y aria2 uget
    ### Spotify desktop app
    * https://www.spotify.com/int/download/linux/

    ### gDebi
    ```
    sudo apt-get install -y gdebi
    ```

    ### Synaptic Package Manager
    ```
    sudo apt-get install -y synaptic
  4. @ankurk91 ankurk91 revised this gist Oct 23, 2020. 1 changed file with 2 additions and 9 deletions.
    11 changes: 2 additions & 9 deletions 2-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -26,17 +26,10 @@ APT::Periodic::Unattended-Upgrade "0";
    ```
    sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
    ```
    Now run `gnome-session-properties` in terminal to see full list
    * Disable Onboard, Orca screen reader, Personal File Sharing and Maya Deamon
    Now run `gnome-session-properties` in terminal to see full list.

    ### Disable App Center running in background
    * Open `gnome-session-properties` from terminal
    * Uncheck the "App Center Deamon" entry to disable it
    Lets Disable App Center Deamon, Onboard, Orca screen reader, Personal File Sharing and Maya Deamon

    ### Disable Guest session
    ```
    sudo sh -c 'printf "[SeatDefaults]\nallow-guest=false\n" > /etc/lightdm/lightdm.conf.d/50-no-guest.conf'
    ```

    ### Tune swappiness (if you have low RAM machine)
    ```
  5. @ankurk91 ankurk91 revised this gist Oct 23, 2020. 1 changed file with 0 additions and 3 deletions.
    3 changes: 0 additions & 3 deletions 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -54,9 +54,6 @@ sudo add-apt-repository -y ppa:linrunner/tlp
    sudo apt-get install -y tlp tlp-rdw
    sudo tlp start
    ```
    * TLP saves its configs to ```/etc/default/tlp```, advanced users can go and adjust settings there.
    * For example; un-comment this line ```DEVICES_TO_DISABLE_ON_STARTUP```


    ### [GIMP](https://www.gimp.org/downloads/) Image editor
    ```
  6. @ankurk91 ankurk91 revised this gist Oct 23, 2020. 2 changed files with 7 additions and 13 deletions.
    19 changes: 7 additions & 12 deletions 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -1,21 +1,12 @@
    # elementaryOS Apps and Configs
    This guide has been updated for elementaryOS v5.0+.

    ### Install original plank dock
    Elementary OS comes with a patched version of plank dock with limited features
    ### Enbale PPA support
    ```
    sudo add-apt-repository -y ppa:ricotz/docky
    sudo apt-get install -y plank
    # configure
    plank --preferences
    sudo apt-get update
    sudo apt-get -y install software-properties-common
    ```

    ### Plank addons
    * [Themes](https://github.com/fsvh/plank-themes),[Themes 2](https://github.com/KenHarkey/plank-themes)
    * [auto plank](https://github.com/olback/autoplank)
    * [separator](https://github.com/KeepWannabe/PlankZer)


    ### Elementary tweaks
    ```
    sudo add-apt-repository -y ppa:philip.scott/elementary-tweaks
    @@ -205,3 +196,7 @@ sudo apt-get install update-manager
    * https://github.com/ele-l10n-cjk/wingpanel-indicator-inputmethod
    * https://github.com/maze-n/indicator-daynight

    ### Plank addons
    * [Themes](https://github.com/fsvh/plank-themes),[Themes 2](https://github.com/KenHarkey/plank-themes)
    * [auto plank](https://github.com/olback/autoplank)
    * [separator](https://github.com/KeepWannabe/PlankZer)
    1 change: 0 additions & 1 deletion 3-remove-apps.sh
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,6 @@ declare -a APPS_TO_REMOVE=(
    "audience*"
    "pantheon-mail*"
    "gnome-orca*"
    "ubiquity-slideshow-elementary"
    )


  7. @ankurk91 ankurk91 revised this gist Oct 21, 2020. 3 changed files with 10 additions and 40 deletions.
    31 changes: 0 additions & 31 deletions 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -1,12 +1,6 @@
    # elementaryOS Apps and Configs
    This guide has been updated for elementaryOS v5.0+.

    ### Enbale PPA support
    ```
    sudo apt-get update
    sudo apt-get -y install software-properties-common
    ```

    ### Install original plank dock
    Elementary OS comes with a patched version of plank dock with limited features
    ```
    @@ -119,18 +113,6 @@ sudo add-apt-repository -y ppa:plushuang-tw/uget-stable
    sudo apt install -y aria2 uget
    ```

    ### [unetbootin](http://unetbootin.github.io/linux_download.html)
    ```
    sudo add-apt-repository -y ppa:gezakovacs/ppa
    sudo apt-get install -y unetbootin
    ```

    ### [WoeUSB](http://www.webupd8.org/2017/06/tool-to-create-bootable-windows-usb.html)
    ```
    sudo add-apt-repository -y ppa:nilarimogard/webupd8
    sudo apt install -y woeusb
    ```

    ### Spotify desktop app
    * https://www.spotify.com/int/download/linux/

    @@ -144,23 +126,11 @@ sudo apt-get install -y gdebi
    sudo apt-get install -y synaptic
    ```

    ### E4defrag (Defrag ext4 partations)
    ```
    # check if your first partation needs defragmentation
    sudo e4defrag -c /dev/sda1
    ```

    ### [Ubuntu Restricted extras](https://packages.ubuntu.com/xenial/ubuntu-restricted-extras)
    ```
    # Full install
    sudo apt-get install -y ubuntu-restricted-extras
    ```

    ```
    # Selected install - Codecs only
    sudo apt-get install -y gstreamer1.0-fluendo-mp3 gstreamer1.0-libav gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libavcodec-extra
    ```

    ### [Grub Customizer](https://launchpad.net/grub-customizer)
    ```
    sudo add-apt-repository -y ppa:danielrichter2007/grub-customizer
    @@ -232,7 +202,6 @@ sudo apt-get install update-manager
    * https://github.com/mdh34/elementary-indicators
    * https://github.com/PlugaruT/wingpanel-indicator-sys-monitor
    * https://github.com/maze-n/indicator-daynight
    * https://github.com/indikeeper/indikeeper
    * https://github.com/ele-l10n-cjk/wingpanel-indicator-inputmethod
    * https://github.com/maze-n/indicator-daynight

    16 changes: 8 additions & 8 deletions 2-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -22,6 +22,13 @@ APT::Periodic::AutocleanInterval "30";
    APT::Periodic::Unattended-Upgrade "0";
    ```

    ### Display hidden auto-start entries
    ```
    sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
    ```
    Now run `gnome-session-properties` in terminal to see full list
    * Disable Onboard, Orca screen reader, Personal File Sharing and Maya Deamon

    ### Disable App Center running in background
    * Open `gnome-session-properties` from terminal
    * Uncheck the "App Center Deamon" entry to disable it
    @@ -31,14 +38,7 @@ APT::Periodic::Unattended-Upgrade "0";
    sudo sh -c 'printf "[SeatDefaults]\nallow-guest=false\n" > /etc/lightdm/lightdm.conf.d/50-no-guest.conf'
    ```

    ### Display hidden auto-start entries
    ```
    sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
    ```
    Now run `gnome-session-properties` in terminal to see full list
    * Disable Onboard, Orca screen reader, Personal File Sharing and Maya Deamon

    ### Tune swappiness
    ### Tune swappiness (if you have low RAM machine)
    ```
    # temporarily
    sudo sysctl vm.swappiness=10
    3 changes: 2 additions & 1 deletion 3-remove-apps.sh
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    #!/bin/bash
    set -e

    echo "Use at your own risk !!"

    # List of apps to remove
    declare -a APPS_TO_REMOVE=(
    @@ -17,7 +18,7 @@ declare -a APPS_TO_REMOVE=(
    ## Loop through the above array
    for i in "${APPS_TO_REMOVE[@]}"
    do
    echo -e "\e[96m Uninstall: $i \e[39m"
    echo -e "\e[96m Uninstalling: $i \e[39m"
    sudo apt-get remove --purge -y $i
    done

  8. @ankurk91 ankurk91 revised this gist Jan 18, 2020. 1 changed file with 5 additions and 4 deletions.
    9 changes: 5 additions & 4 deletions 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -15,10 +15,11 @@ sudo apt-get install -y plank
    # configure
    plank --preferences
    ```
    * Plank [Themes](https://github.com/fsvh/plank-themes),[Themes 2](https://github.com/KenHarkey/plank-themes)
    * Plank addons
    - [auto plank](https://github.com/olback/autoplank)
    - [sep](https://github.com/KeepWannabe/PlankZer)

    ### Plank addons
    * [Themes](https://github.com/fsvh/plank-themes),[Themes 2](https://github.com/KenHarkey/plank-themes)
    * [auto plank](https://github.com/olback/autoplank)
    * [separator](https://github.com/KeepWannabe/PlankZer)


    ### Elementary tweaks
  9. @ankurk91 ankurk91 revised this gist Jan 18, 2020. 1 changed file with 12 additions and 4 deletions.
    16 changes: 12 additions & 4 deletions 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -15,7 +15,11 @@ sudo apt-get install -y plank
    # configure
    plank --preferences
    ```
    Plank [Themes](https://github.com/fsvh/plank-themes),[Themes 2](https://github.com/KenHarkey/plank-themes)
    * Plank [Themes](https://github.com/fsvh/plank-themes),[Themes 2](https://github.com/KenHarkey/plank-themes)
    * Plank addons
    - [auto plank](https://github.com/olback/autoplank)
    - [sep](https://github.com/KeepWannabe/PlankZer)


    ### Elementary tweaks
    ```
    @@ -222,8 +226,12 @@ sudo apt-get install software-properties-gtk
    sudo apt-get install update-manager
    ```

    ### Wingpanel indicator sys monitor
    ### Wingpanel addons
    * https://github.com/camellan/placesindicator
    * https://github.com/mdh34/elementary-indicators
    * https://github.com/PlugaruT/wingpanel-indicator-sys-monitor
    * https://github.com/maze-n/indicator-daynight
    * https://github.com/indikeeper/indikeeper
    * https://github.com/ele-l10n-cjk/wingpanel-indicator-inputmethod
    * https://github.com/maze-n/indicator-daynight

    ### Enable Tray icon support
    * https://github.com/mdh34/elementary-indicators
  10. @ankurk91 ankurk91 revised this gist Jan 18, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -181,7 +181,7 @@ sudo add-apt-repository -y ppa:stebbins/handbrake-releases
    sudo apt-get install -y handbrake-gtk
    ```

    ### [Selene](http://www.teejeetech.in/p/selene-media-encoder.html) Media Encoder
    ### [Selene](https://teejeetech.in/selene/) Media Encoder
    ```
    sudo apt-add-repository -y ppa:teejee2008/ppa
    sudo apt-get install -y selene
  11. @ankurk91 ankurk91 revised this gist Jan 18, 2020. 1 changed file with 3 additions and 7 deletions.
    10 changes: 3 additions & 7 deletions 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -50,7 +50,7 @@ sudo apt-get install -y google-chrome-stable
    sudo apt-get install -y vlc
    ```

    ### [Kingsoft WPS Office](http://wps-community.org/download.html) (~80MB download)
    ### [Kingsoft WPS Office](http://linux.wps.com/) (~80MB download)

    ### [Libre Office](https://www.libreoffice.org/download/download/) (~180 MB download)
    ```
    @@ -203,11 +203,7 @@ sudo apt-get install -y sublime-text

    ### [Virtual Box](https://www.virtualbox.org/wiki/Linux_Downloads)
    ```
    sudo apt-add-repository -y 'deb http://download.virtualbox.org/virtualbox/debian xenial contrib'
    wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
    sudo apt-get update
    sudo apt-get install -y dkms
    sudo apt-get install -y virtualbox-5.2 --allow-unauthenticated
    sudo apt install virtualbox virtualbox-ext-pack
    ```

    ### gnome disk
    @@ -220,7 +216,7 @@ sudo apt-get install -y gnome-disk-utility
    sudo apt-get install -y pavucontrol
    ```

    ### Update manager
    ### Update manager (you may not need this)
    ```
    sudo apt-get install software-properties-gtk
    sudo apt-get install update-manager
  12. @ankurk91 ankurk91 revised this gist Nov 13, 2018. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -227,4 +227,7 @@ sudo apt-get install update-manager
    ```

    ### Wingpanel indicator sys monitor
    * https://github.com/PlugaruT/wingpanel-indicator-sys-monitor
    * https://github.com/PlugaruT/wingpanel-indicator-sys-monitor

    ### Enable Tray icon support
    * https://github.com/mdh34/elementary-indicators
  13. @ankurk91 ankurk91 revised this gist Nov 5, 2018. 1 changed file with 18 additions and 0 deletions.
    18 changes: 18 additions & 0 deletions 4.install-bum.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    ### Install BootUpManager

    ```
    # install dependencies
    sudo apt install build-essential intltool
    sudo apt install libgtk2-perl
    ## compile from source
    wget https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/bum/2.5.2-1/bum_2.5.2.orig.tar.gz
    tar xzvf bum_2.5.2.orig.tar.gz
    cd bum-2.5.2/
    ./configure
    make
    sudo make install
    cd ..
    rm -rf bum-2.5.2/
    sudo bum
    ```
  14. @ankurk91 ankurk91 revised this gist Nov 4, 2018. 1 changed file with 2 additions and 10 deletions.
    12 changes: 2 additions & 10 deletions 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -8,14 +8,14 @@ sudo apt-get -y install software-properties-common
    ```

    ### Install original plank dock
    Elementary OS comes with a patched version of plank dock with limited features
    ```
    sudo add-apt-repository -y ppa:ricotz/docky
    sudo apt-get install -y plank
    # configure
    plank --preferences
    ```
    * Elementary OS comes with a patched version of plank dock with limited features
    * Plank [Themes](https://github.com/fsvh/plank-themes),[Themes 2](https://github.com/KenHarkey/plank-themes)
    Plank [Themes](https://github.com/fsvh/plank-themes),[Themes 2](https://github.com/KenHarkey/plank-themes)

    ### Elementary tweaks
    ```
    @@ -45,9 +45,7 @@ sudo apt-get update
    sudo apt-get install -y google-chrome-stable
    ```


    ### VLC Media Player

    ```
    sudo apt-get install -y vlc
    ```
    @@ -66,7 +64,6 @@ sudo add-apt-repository -y ppa:linrunner/tlp
    sudo apt-get install -y tlp tlp-rdw
    sudo tlp start
    ```

    * TLP saves its configs to ```/etc/default/tlp```, advanced users can go and adjust settings there.
    * For example; un-comment this line ```DEVICES_TO_DISABLE_ON_STARTUP```

    @@ -87,7 +84,6 @@ sudo apt-get install -y xfburn


    ### [dConf-Tools](https://apps.ubuntu.com/cat/applications/saucy/dconf-tools/)

    ```bash
    sudo apt-get install -y dconf-tools
    ```
    @@ -103,12 +99,10 @@ sudo apt-get install -y gparted
    ```

    ### ISO Master

    ```
    sudo apt-get install -y isomaster
    ```


    ### [BleachBit](http://bleachbit.sourceforge.net/download/linux)
    ```
    sudo apt-get install -y bleachbit
    @@ -146,7 +140,6 @@ sudo apt-get install -y synaptic
    ```

    ### E4defrag (Defrag ext4 partations)

    ```
    # check if your first partation needs defragmentation
    sudo e4defrag -c /dev/sda1
    @@ -177,7 +170,6 @@ sudo ufw enable
    sudo ufw deny ssh
    ```


    ### Filezilla
    ```
    sudo apt-get install -y filezilla
  15. @ankurk91 ankurk91 revised this gist Oct 28, 2018. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,5 @@
    # elementaryOS Apps and Configs

    :warning: This guide is being updated for elementaryOS v5.0+.
    This guide has been updated for elementaryOS v5.0+.

    ### Enbale PPA support
    ```
  16. @ankurk91 ankurk91 revised this gist Oct 28, 2018. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -57,7 +57,7 @@ sudo apt-get install -y vlc

    ### [Libre Office](https://www.libreoffice.org/download/download/) (~180 MB download)
    ```
    sudo add-apt-repository ppa:libreoffice/ppa
    sudo add-apt-repository -y ppa:libreoffice/ppa
    sudo apt-get install -y libreoffice
    ```

    @@ -137,7 +137,7 @@ sudo apt install -y woeusb
    * https://www.spotify.com/int/download/linux/

    ### gDebi
    ```bash
    ```
    sudo apt-get install -y gdebi
    ```

    @@ -148,7 +148,7 @@ sudo apt-get install -y synaptic

    ### E4defrag (Defrag ext4 partations)

    ```bash
    ```
    # check if your first partation needs defragmentation
    sudo e4defrag -c /dev/sda1
    ```
  17. @ankurk91 ankurk91 revised this gist Oct 28, 2018. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -50,7 +50,6 @@ sudo apt-get install -y google-chrome-stable
    ### VLC Media Player

    ```
    sudo apt-add-repository -y ppa:videolan/stable-daily
    sudo apt-get install -y vlc
    ```

  18. @ankurk91 ankurk91 revised this gist Oct 28, 2018. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions 2-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -10,7 +10,6 @@
    * Dont write metedata to files

    ### Misc
    * Set clock format to 12h
    * Show battery percentage
    * Disable all animations

    @@ -25,7 +24,7 @@ APT::Periodic::Unattended-Upgrade "0";

    ### Disable App Center running in background
    * Open `gnome-session-properties` from terminal
    * Uncheck the "AppcCnter Deamon" entry to disable it
    * Uncheck the "App Center Deamon" entry to disable it

    ### Disable Guest session
    ```
  19. @ankurk91 ankurk91 revised this gist Oct 22, 2018. 2 changed files with 5 additions and 3 deletions.
    5 changes: 4 additions & 1 deletion 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -234,4 +234,7 @@ sudo apt-get install -y pavucontrol
    ```
    sudo apt-get install software-properties-gtk
    sudo apt-get install update-manager
    ```
    ```

    ### Wingpanel indicator sys monitor
    * https://github.com/PlugaruT/wingpanel-indicator-sys-monitor
    3 changes: 1 addition & 2 deletions 2-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -22,7 +22,6 @@ APT::Periodic::Download-Upgradeable-Packages "0";
    APT::Periodic::AutocleanInterval "30";
    APT::Periodic::Unattended-Upgrade "0";
    ```
    * You may also want to update the `/usr/share/unattended-upgrades` files

    ### Disable App Center running in background
    * Open `gnome-session-properties` from terminal
    @@ -38,7 +37,7 @@ sudo sh -c 'printf "[SeatDefaults]\nallow-guest=false\n" > /etc/lightdm/lightdm.
    sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
    ```
    Now run `gnome-session-properties` in terminal to see full list
    * Disable Onboard, Orca screen reader, Personal File Sharing, Maya Deamon
    * Disable Onboard, Orca screen reader, Personal File Sharing and Maya Deamon

    ### Tune swappiness
    ```
  20. @ankurk91 ankurk91 revised this gist Oct 21, 2018. 1 changed file with 0 additions and 5 deletions.
    5 changes: 0 additions & 5 deletions 2-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,3 @@
    ### Slingshot bind to super (left) key, [Source](https://elementaryos.stackexchange.com/questions/1946/have-application-menu-open-up-with-only-windows-key)
    ```
    gsettings set org.gnome.mutter overlay-key "'Super_L'"
    gsettings set org.pantheon.desktop.gala.behavior overlay-action "'wingpanel --toggle-indicator=app-launcher'"
    ```

    ### Scratch text editor configs
    * Dont autosave files on change
  21. @ankurk91 ankurk91 revised this gist Oct 20, 2018. 1 changed file with 8 additions and 28 deletions.
    36 changes: 8 additions & 28 deletions 2-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -1,43 +1,23 @@
    ### Slingshot bind to super (left) key
    ### Slingshot bind to super (left) key, [Source](https://elementaryos.stackexchange.com/questions/1946/have-application-menu-open-up-with-only-windows-key)
    ```
    gsettings set org.gnome.mutter overlay-key "'Super_L'"
    gsettings set org.pantheon.desktop.gala.behavior overlay-action "'wingpanel --toggle-indicator=app-launcher'"
    ```
    [Source](https://elementaryos.stackexchange.com/questions/1946/have-application-menu-open-up-with-only-windows-key)

    ### Scratch text editor configs
    ```
    gsettings set org.pantheon.scratch.settings autosave false
    gsettings set org.pantheon.scratch.settings show-at-start 'welcome'
    ```

    ### Terminal settings
    ```
    gsettings set org.pantheon.terminal.settings remember-tabs false
    gsettings set org.pantheon.terminal.settings unsafe-paste-alert false
    gsettings set org.pantheon.terminal.settings follow-last-tab true
    gsettings set org.pantheon.terminal.settings cursor-shape 'I-Beam'
    gsettings set org.pantheon.terminal.settings tab-bar-behavior 'Hide When Single Tab'
    ```
    * Dont autosave files on change

    ### File manager configs
    ```
    gsettings set org.pantheon.files.preferences restore-tabs false
    gsettings set org.pantheon.files.preferences single-click false
    ```
    * Disable single click
    * Dont remember tabs

    ### Music player (noise) configs
    ```
    gsettings set org.pantheon.noise.settings write-metadata-to-file false
    ```
    * Dont write metedata to files

    ### Misc
    ```
    gsettings set org.gnome.desktop.interface clock-format '12h'
    gsettings set org.pantheon.desktop.gala.animations close-duration 150
    gsettings set org.pantheon.desktop.gala.animations enable-animations false
    gsettings set org.pantheon.desktop.wingpanel.indicators.power show-percentage true
    ```
    * Set clock format to 12h
    * Show battery percentage
    * Disable all animations

    ### Disable OS auto updates [source](https://www.hiroom2.com/2016/05/18/ubuntu-16-04-auto-apt-update-and-apt-upgrade/) [more](https://debian-handbook.info/browse/stable/sect.regular-upgrades.html)
    * Edit `/etc/apt/apt.conf.d/20auto-upgrades` file and update these lines
  22. @ankurk91 ankurk91 revised this gist Oct 20, 2018. 1 changed file with 0 additions and 13 deletions.
    13 changes: 0 additions & 13 deletions 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,6 @@ sudo apt-get -y install software-properties-common
    ### Install original plank dock
    ```
    sudo add-apt-repository -y ppa:ricotz/docky
    sudo apt-get update
    sudo apt-get install -y plank
    # configure
    plank --preferences
    @@ -22,7 +21,6 @@ plank --preferences
    ### Elementary tweaks
    ```
    sudo add-apt-repository -y ppa:philip.scott/elementary-tweaks
    sudo apt-get update
    sudo apt-get install -y elementary-tweaks
    ```

    @@ -53,7 +51,6 @@ sudo apt-get install -y google-chrome-stable

    ```
    sudo apt-add-repository -y ppa:videolan/stable-daily
    sudo apt-get update
    sudo apt-get install -y vlc
    ```

    @@ -62,14 +59,12 @@ sudo apt-get install -y vlc
    ### [Libre Office](https://www.libreoffice.org/download/download/) (~180 MB download)
    ```
    sudo add-apt-repository ppa:libreoffice/ppa
    sudo apt-get update
    sudo apt-get install -y libreoffice
    ```

    ### [TLP](http://linrunner.de/en/tlp/tlp.html) Laptop battery saver
    ```
    sudo add-apt-repository -y ppa:linrunner/tlp
    sudo apt-get update
    sudo apt-get install -y tlp tlp-rdw
    sudo tlp start
    ```
    @@ -81,7 +76,6 @@ sudo tlp start
    ### [GIMP](https://www.gimp.org/downloads/) Image editor
    ```
    sudo add-apt-repository -y ppa:otto-kesselgulasch/gimp
    sudo apt-get update
    sudo apt-get install -y gimp
    ```

    @@ -125,21 +119,18 @@ sudo apt-get install -y bleachbit
    ### [uGet](http://ugetdm.com/downloads-ubuntu) Download Manager
    ```
    sudo add-apt-repository -y ppa:plushuang-tw/uget-stable
    sudo apt update
    sudo apt install -y aria2 uget
    ```

    ### [unetbootin](http://unetbootin.github.io/linux_download.html)
    ```
    sudo add-apt-repository -y ppa:gezakovacs/ppa
    sudo apt-get update
    sudo apt-get install -y unetbootin
    ```

    ### [WoeUSB](http://www.webupd8.org/2017/06/tool-to-create-bootable-windows-usb.html)
    ```
    sudo add-apt-repository -y ppa:nilarimogard/webupd8
    sudo apt update
    sudo apt install -y woeusb
    ```

    @@ -177,7 +168,6 @@ sudo apt-get install -y gstreamer1.0-fluendo-mp3 gstreamer1.0-libav gstreamer1.0
    ### [Grub Customizer](https://launchpad.net/grub-customizer)
    ```
    sudo add-apt-repository -y ppa:danielrichter2007/grub-customizer
    sudo apt-get update
    sudo apt-get install -y grub-customizer
    ```

    @@ -198,21 +188,18 @@ sudo apt-get install -y filezilla
    ### [HandBrake](https://handbrake.fr/) media convertor
    ```
    sudo add-apt-repository -y ppa:stebbins/handbrake-releases
    sudo apt-get update
    sudo apt-get install -y handbrake-gtk
    ```

    ### [Selene](http://www.teejeetech.in/p/selene-media-encoder.html) Media Encoder
    ```
    sudo apt-add-repository -y ppa:teejee2008/ppa
    sudo apt-get update
    sudo apt-get install -y selene
    ```

    ### [Audio Recorder](https://launchpad.net/~audio-recorder/+archive/ubuntu/ppa)
    ```
    sudo add-apt-repository -y ppa:audio-recorder/ppa
    sudo apt-get update
    sudo apt-get install -y audio-recorder
    ```

  23. @ankurk91 ankurk91 revised this gist Oct 20, 2018. 1 changed file with 0 additions and 5 deletions.
    5 changes: 0 additions & 5 deletions 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -181,11 +181,6 @@ sudo apt-get update
    sudo apt-get install -y grub-customizer
    ```

    ### Boot up manager (manage services)
    ```
    sudo apt-get install -y bum
    ```

    ### [guFw](http://gufw.org/) Firewall
    ```
    sudo apt-get install -y gufw
  24. @ankurk91 ankurk91 revised this gist Oct 20, 2018. 1 changed file with 2 additions and 4 deletions.
    6 changes: 2 additions & 4 deletions 2-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -49,7 +49,7 @@ APT::Periodic::Unattended-Upgrade "0";
    ```
    * You may also want to update the `/usr/share/unattended-upgrades` files

    ### Disable App Center running in background :warning:
    ### Disable App Center running in background
    * Open `gnome-session-properties` from terminal
    * Uncheck the "AppcCnter Deamon" entry to disable it

    @@ -63,7 +63,7 @@ sudo sh -c 'printf "[SeatDefaults]\nallow-guest=false\n" > /etc/lightdm/lightdm.
    sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
    ```
    Now run `gnome-session-properties` in terminal to see full list
    * Disable Onboard, Orca screen reaser, Personal File Sharing
    * Disable Onboard, Orca screen reader, Personal File Sharing, Maya Deamon

    ### Tune swappiness
    ```
    @@ -98,5 +98,3 @@ echo 'Acquire::Languages "none";' | sudo tee -a /etc/apt/apt.conf.d/00aptitude
    ```
    dconf write /org/gnome/file-roller/general/compression-level "'maximum'"
    ```
    ### Misc
    * https://onetransistor.blogspot.in/2016/08/remove-non-latin-fonts-from-ubuntu.html
  25. @ankurk91 ankurk91 revised this gist Oct 20, 2018. 1 changed file with 0 additions and 35 deletions.
    35 changes: 0 additions & 35 deletions 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -129,7 +129,6 @@ sudo apt update
    sudo apt install -y aria2 uget
    ```


    ### [unetbootin](http://unetbootin.github.io/linux_download.html)
    ```
    sudo add-apt-repository -y ppa:gezakovacs/ppa
    @@ -215,40 +214,13 @@ sudo apt-get update
    sudo apt-get install -y selene
    ```

    ### [Indicator-netspeed-unity](https://github.com/GGleb/indicator-netspeed-unity)
    :warning: Not working on eOS v5.0
    ```
    sudo add-apt-repository -y ppa:fixnix/netspeed
    sudo apt-get update
    sudo apt-get install -y indicator-netspeed-unity
    ```

    ### [Audio Recorder](https://launchpad.net/~audio-recorder/+archive/ubuntu/ppa)
    ```
    sudo add-apt-repository -y ppa:audio-recorder/ppa
    sudo apt-get update
    sudo apt-get install -y audio-recorder
    ```

    ### [muPDF](http://mupdf.com/)
    ```
    sudo add-apt-repository -y ppa:ubuntuhandbook1/apps
    sudo apt-get update
    sudo apt-get install -y mupdf mupdf-tools
    ```

    ### [CPU-G](http://ubuntuhandbook.org/index.php/2016/03/gtk3-version-of-cpu-g-cpu-z-for-linux/)
    ```
    sudo add-apt-repository -y ppa:atareao/atareao
    sudo apt-get update
    sudo apt-get install -y cpu-g
    ```

    ### [Open JDK JRE](http://openjdk.java.net/install/)
    ```
    sudo apt-get install -y openjdk-8-jre
    ```

    ### [Submlime text 3](https://www.sublimetext.com/docs/3/linux_repositories.html)
    ```
    wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
    @@ -266,11 +238,6 @@ sudo apt-get install -y dkms
    sudo apt-get install -y virtualbox-5.2 --allow-unauthenticated
    ```

    ### Menu editor
    ```
    sudo apt-get install -y menulibre
    ```

    ### gnome disk
    ```
    sudo apt-get install -y gnome-disk-utility
    @@ -281,8 +248,6 @@ sudo apt-get install -y gnome-disk-utility
    sudo apt-get install -y pavucontrol
    ```

    ### [Alternate ALT+TAB](https://github.com/p0pye/gala-elementary-alt-tab-switcher) swicther

    ### Update manager
    ```
    sudo apt-get install software-properties-gtk
  26. @ankurk91 ankurk91 revised this gist Oct 20, 2018. 1 changed file with 4 additions and 11 deletions.
    15 changes: 4 additions & 11 deletions 2-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -49,16 +49,9 @@ APT::Periodic::Unattended-Upgrade "0";
    ```
    * You may also want to update the `/usr/share/unattended-upgrades` files

    ### Disable app center running in background :warning:
    * Open `gnome-session-properties`
    * Add a startup entry with command
    ```
    killall io.elementary.appcenter
    ```
    * Then disable packagekit service (on-demand)
    ```
    sudo systemctl disable packagekit
    ```
    ### Disable App Center running in background :warning:
    * Open `gnome-session-properties` from terminal
    * Uncheck the "AppcCnter Deamon" entry to disable it

    ### Disable Guest session
    ```
    @@ -105,5 +98,5 @@ echo 'Acquire::Languages "none";' | sudo tee -a /etc/apt/apt.conf.d/00aptitude
    ```
    dconf write /org/gnome/file-roller/general/compression-level "'maximum'"
    ```

    ### Misc
    * https://onetransistor.blogspot.in/2016/08/remove-non-latin-fonts-from-ubuntu.html
  27. @ankurk91 ankurk91 revised this gist Oct 20, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # elementaryOS Apps and Configs

    :warning: This guide may not work on elementaryOS v5.0+
    :warning: This guide is being updated for elementaryOS v5.0+.

    ### Enbale PPA support
    ```
  28. @ankurk91 ankurk91 revised this gist Oct 20, 2018. 2 changed files with 2 additions and 10 deletions.
    1 change: 1 addition & 0 deletions 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -216,6 +216,7 @@ sudo apt-get install -y selene
    ```

    ### [Indicator-netspeed-unity](https://github.com/GGleb/indicator-netspeed-unity)
    :warning: Not working on eOS v5.0
    ```
    sudo add-apt-repository -y ppa:fixnix/netspeed
    sudo apt-get update
    11 changes: 1 addition & 10 deletions 2-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -49,7 +49,7 @@ APT::Periodic::Unattended-Upgrade "0";
    ```
    * You may also want to update the `/usr/share/unattended-upgrades` files

    ### Disable app center running in background
    ### Disable app center running in background :warning:
    * Open `gnome-session-properties`
    * Add a startup entry with command
    ```
    @@ -101,15 +101,6 @@ APT::Acquire::Retries 3;
    echo 'Acquire::Languages "none";' | sudo tee -a /etc/apt/apt.conf.d/00aptitude
    ```

    ### apt download limit?
    If you think that system is throttling the download speed during package updates then check for next line
    ```
    // remove such lines if found
    Acquire::http::Dl-Limit "10";
    ```
    in `*.conf` files at `/etc/apt/apt.conf.d` and `/usr/share/unattended-upgrades`


    ### Set file roller compression level to maximum
    ```
    dconf write /org/gnome/file-roller/general/compression-level "'maximum'"
  29. @ankurk91 ankurk91 revised this gist Oct 17, 2018. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions 1-elementary-os-apps.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    # elementaryOS Apps and Configs

    :warning: This guide may not work on elementaryOS v5.0+

    ### Enbale PPA support
    ```
    sudo apt-get update
  30. @ankurk91 ankurk91 revised this gist Sep 1, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions 2-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -102,12 +102,12 @@ echo 'Acquire::Languages "none";' | sudo tee -a /etc/apt/apt.conf.d/00aptitude
    ```

    ### apt download limit?
    If you think that system is throttling the download speed then check for next line
    If you think that system is throttling the download speed during package updates then check for next line
    ```
    // remove such lines if found
    Acquire::http::Dl-Limit "10";
    ```
    in conf files at `/etc/apt/apt.conf.d` and `/usr/share/unattended-upgrades`
    in `*.conf` files at `/etc/apt/apt.conf.d` and `/usr/share/unattended-upgrades`


    ### Set file roller compression level to maximum