Lubuntu 18.04 Bionic Beaver My Post Install

Subscribers:
171
Published on ● Video Link: https://www.youtube.com/watch?v=zM_EsyFwo1o



Duration: 19:05
930 views
6


This is my post install of my Lubuntu 18.04 Bionic Beaver. Still to come some theming.

a few ufw LXterminal commands:

sudo ufw enable
sudo ufw disable
sudo ufw status

url for Digital Clock setting:

https://help.ubuntu.com/community/Lubuntu/Documentation/CustomizingTheClock

my personal Clock settings:

clock format: %D %I:%M %p
tooltip format: %A, %B %d, %Y %n %I:%M:%S %p %Z

My lubuntu.sh for you to use if you like. You may have to edit, just make sure it looks like this so all the commands execute properly:

#!/bin/bash
# Lubuntu.sh
echo "Lubuntu.sh"
echo "My Personal Lubuntu.sh to install from the repositories."
# Update The Repository
echo " UPDATING THE REPOSITORY"
sudo apt-get -y --force-yes update
sudo apt-get -y --force-yes upgrade clear
# Accessories
echo "Adding Accessories"
sudo apt-get -y install alarm-clock-applet tomboy zim
# Graphics
echo "Adding Graphics"
sudo apt-get -y install blender darktable gimp gimp-data-extras gimp-lensfun gimp-plugin-registry gimp-texturize gpick inkscape librecad mypaint rawtherapee scribus dia luminance-hdr
# Internet
echo "Adding Internet"
sudo apt-get -y install uget qbittorrent chromium-browser
# Office
echo "Adding Office"
sudo apt-get -y install glabels libreoffice boomaga
# Sound & Video simplescreenrecorder already installed
echo "Adding Sound & Video"
sudo apt-get -y install vlc k3b openshot kdenlive
# System
echo "Adding System Tools"
sudo apt-get -y install xsane nfs-common gparted

Thanks.

If you like Subscribe

If you really like:
paypal.me/TimkoMathiasen







Tags:
ubuntu
linux
open
source
lubuntu
post install