title: thunix.net system specification
       date: 2024-01-27T03:43:37+00:00
       description: Some of my findings about thunix.net system specificat
       author: mydeardiary
       
       
       Here is the system specification of this tilde webspace.
       
       `neofetch` output
       
       ```
       mydeardiary@thunix 
       OS: Debian GNU/Linux 12 (bookworm) x86_64 
       Host: VMware Virtual Platform None 
       Kernel: 6.1.0-16-amd64 
       Uptime: 25 days, 21 hours, 36 mins 
       Packages: 2441 (dpkg) 
       Shell: bash 5.2.15 
       Resolution: 800x600 
       Terminal: /dev/pts/1 
       CPU: AMD Ryzen 9 5900X (4) @ 3.693GHz 
       GPU: 00:0f.0 VMware SVGA II Adapter 
       Memory: 8216MiB / 19966MiB 
       
       ```
       
       Well, AMD 5900x is a well known processor that achieved best
       single threaded performance on its launch (eventually beats
       Intel out there).
       
       Paired with [great network throughput](speedtest.html), this
       platform makes doing web development on this tilde a breeze.
       
       `df -h` output
       
       ```
       Filesystem                   Size  Used Avail Use% Mounted on
       /dev/mapper/thunix--vg-root  392G   27G  345G   8% /
       ```
       
       Well, so much disk space, so little being used. Let's see if
       there is quota enforced for users. Let's find `quota` output.
       
       ```
       /usr/bin/bash: line 1: quota: command not found
       ```
       
       Ok, the tool isn't even installed. With this information, it is
       required for users of this tilde to use their own common sense
       in using system resources provided on this humble tilde space.
       
 (HTM) Support me on Ko-Fi
       
 (DIR) Back to main page