Skip to main content

OS

Linux commands
lsb_release I-a

Ubuntu 20.04.6 LTS
Release 20.04
Codename focal

Comments

Popular posts from this blog

Remote into Linux Server from a Windows PC

I'm currently in the process of installing and configuring the server and I publish to this blog as I go.  I recently inherited a huge server machine from my office. I want to build a custom website and host it on this server but I lack experience with Servers and Linux. Hopefully, I can use documentation and videos to cobble this together. The only hope of success for me is to do this systematically, with documentation of the configuration and installation and build process. User Data login: jlillywhite password: ______________ I forgot the password because it had been so long since I installed the Ubuntu Linux server. Here is what I did to fix that: Reboot the server: If the server is currently running, it's best to start with a clean reboot. You can use the `reboot` command to restart the system. Access the GRUB menu: After the server starts up, you need to access the GRUB menu. Press and hold the Shift key during the boot process to make the GRUB menu appear. If the Shift k...

Server Hardware

  I inherited this machine from work. It came with a simple monitor and keyboard and backup power supply (more about that later). I turned the machine on and discovered the following information about the server hardware: RAM Total RAM: 31Gb Available RAM: 30Gb Disk Space Disk space: 82 Gb References Linux commands used: RAM (human readable): free -h Available disk space: df -h /home/jlillywhite (I wanted to make sure it didn't include some "virtual filesystems" that show up when you do "df" by itself.