Monday, April 25, 2022

Wiki Template 3

Main

test 

Main Optional Required PostgreSQL Barman Replication

Ubuntu 20.04 Reformat



Table of Contents

1 Hardware

  • root@asus-u20:~# lshw -short | egrep 'Description|==|system|Wireless|disk|processor|SODIMM|sba' | grep -v PnP
    H/W path         Device     Class          Description
    ======================================================
                                system         X202EP (ASUS-NotebookSKU)
    /0/b/0                      memory         4GiB SODIMM DDR3 Synchronous 1333 MHz (0.8 ns)
    /0/c                        processor      Intel(R) Celeron(R) CPU 847 @ 1.10GHz
    /0/100/1c.1/0    wlp2s0     network        AR9485 Wireless Network Adapter
    /0/11/0.0.0      /dev/sda   disk           500GB ST500LT012-9WS14
    /0/12/0.0.0      /dev/sdb   disk           15GB Ultra
    /0/12/0.0.0/0    /dev/sdb   disk           15GB
    

2 Keyboard

  • Keyboard installed does not have an insert key. To add insert key

    xev | grep -i key     # then press insert key, take note of the keycode for the below command
    xmodmap -e "keycode 248 = Insert"
    
    add to ~/.bashrc to be persistent upon reboot

3 Install

  • apt-get update
    apt-get install gparted
    apt-get install sysstat
    apt-get install nethogs
    apt-get install mplayer
    apt-get install xournal   # pdf filler editor
    apt-get install openssh-server