Pinaki82 / Xubuntu-minimum-shell-config

Linux shell scripts to configure a freshly installed Xubuntu Linux (https://xubuntu.org/) system and install minimum required programs to get a workable OS with essential packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xubuntu-minimum-shell-config

NOTICE: This repository will no longer be actively maintained. Presently, I am mostly on Debian-XFCE. The repository is being archived to preserve its contents. Please do not expect any further updates. If you are interested in this repository, please fork it and continue maintaining it yourself.

I apologise for any inconvenience this may cause.

Linux shell scripts to configure a freshly installed Xubuntu Linux system and install minimum required programs to get a workable installation with essential packages for day-to-day use.

Command:

sh my-xubuntu-config-on-github.sh

File: my-xubuntu-config-on-github.sh

#!/bin/bash

cd ~/  && \
git clone https://github.com/Pinaki82/Xubuntu-minimum-shell-config/tree/main/shell \

Configure SSH with Git

Right-Click on the image below and open the link in a new tab.

N|git_ssh_github

Screenshot_2021-02-25_13-16-27

Xubuntu Focal Fossa 20.04.2 LTS, [Linux version 5.4.0-66-generic (buildd@lgw01-amd64-039) (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #74-Ubuntu SMP Wed Jan 27 22:54:38 UTC 2021] on a Lenovo 3000Y (Y410) (2006 model) (Intel Centrino Core 2 Duo T5450, Single Core 1.6GHz/2GB DDR2/Intel HD GMA X3100 GM965/GL960) Laptop.

Date: 25 February 2021, 01:16 PM.

Xubuntu-w-Themes

Alternative Software Search:

https://switching.software/

(Git repository link to switching.software: https://codeberg.org/swiso/website)

UEFI/EFI Systems:

Reference 1

The EFI System Partition (ESP):

The requirements for the ESP partition are:

  1. It must be a primary partition (relevant only for MBR based partition table)
  2. It must be a FAT32 partition
  3. The boot flag must be set

Reference 2

Reference 3

UEFI System:

EFI : 1GB

swap – 4GB (not a must-have)

/ – Remaining (ROOT)

NOTE: The /home directory will also be created along with the ROOT directory if we choose to allocate the remaining drive space to ROOT (/).

Legacy BIOS:

/boot – 1GB

swap – 4GB (not a must-have)

/ – Remaining (ROOT)

NOTE 1: The /home directory will also be created along with the ROOT directory if we choose to allocate the remaining drive space to ROOT (/). If required, a separate /home partition can be created as well.

Example:

UEFI System (with a separate /home partition):

EFI : 1GB

swap – 4GB (not a must-have)

/home – 30GB

/ – Remaining (ROOT)

NOTE 2: A dedicated swap partition is unnecessary on a newer machine (at least a machine that was manufactured after 2015) with an installed SSD as the boot drive.

F6 options for older computers

1.

2020-11-23 21_02_17-Window

2.

2020-11-23 21_02_53-Window

Xubuntu-Logo

apt search hollywood

fill your console with Hollywood melodrama technobabble

Hollywood

Image from: It's FOSS.

Linux console is full of melodrama technobabble for people who are from the non-UNIX world until the moment they get familiar with the terminal (nevertheless, it's easy). If you need to exaggerate the intensity of that melodrama dopebabble beyond acceptance, you have the option. Not for low-end systems though. It was relentlessly generating RSA keypairs on my faint-hearted laptop till the CPU bottlenecked to abnormal thermal shutdown. If you own a newer device, you may give it a try.

About

Linux shell scripts to configure a freshly installed Xubuntu Linux (https://xubuntu.org/) system and install minimum required programs to get a workable OS with essential packages.

License:MIT License


Languages

Language:Shell 50.5%Language:HTML 39.4%Language:Batchfile 7.8%Language:CSS 0.8%Language:TeX 0.8%Language:Python 0.4%Language:C 0.4%