# Machine Specifications In this memo a short listing of the specifications of the machines that I use daily. Any software that I have released will be tested on one or more of these, correct functionality on any other type of machine is therefore not guarantied. The specification have been gathered with `inxi`, using the following command: ```shell sudo inxi -zSCMGm ``` As a naming scheme for my machines, I have chosen for six-letter names related to fruit-bearing plants. The machines are more or less named in alphabetic order, matching the chronology of their adoption. To spare myself of using the [[Shift]]-key all the time, names are written in lower-case. Names used thus far are: - `ananas` - `banana` - `citrus` and `cherry` - `durian` At some point, I was also using six letter tree names for my servers (e.g. `acacia` and `bombax`). I have since stopped this practise and opted to use names that are more descriptive of the server's purpose. For example, the server you are currently communicating with is called `www`. Might I have the time and patience to set up generic-use servers again in the future, the old naming scheme can be expected to make a return. ## `ananas` ``` System: Kernel: 5.10.0-33-amd64 x86_64 bits: 64 Console: tty 0 Distro: Debian GNU/Linux 11 (bullseye) Machine: Type: Convertible System: LENOVO product: 20M7CTO1WW v: ThinkPad L380 Yoga serial: Mobo: LENOVO model: 20M7CTO1WW v: SDK0J40709 WIN serial: UEFI: LENOVO v: R0RET49W (1.32 ) date: 12/26/2022 Memory: RAM: total: 7.53 GiB used: 2.22 GiB (29.5%) Array-1: capacity: 32 GiB slots: 2 EC: None Device-1: ChannelA-DIMM0 size: No Module Installed Device-2: ChannelB-DIMM0 size: 8 GiB speed: 2400 MT/s CPU: Info: Quad Core model: Intel Core i7-8550U bits: 64 type: MT MCP L2 cache: 8 MiB Speed: 3500 MHz min/max: 400/4000 MHz Core speeds (MHz): 1: 3500 2: 3500 3: 3500 4: 3500 5: 3500 6: 3500 7: 3500 8: 3500 Graphics: Device-1: Intel UHD Graphics 620 driver: i915 v: kernel Device-2: Acer SunplusIT Integrated Camera type: USB driver: uvcvideo Display: server: X.Org 1.20.11 driver: loaded: i915 note: n/a (using device driver) resolution: 1920x1080~60Hz OpenGL: renderer: Mesa Intel UHD Graphics 620 (KBL GT2) v: 4.6 Mesa 20.3.5 ``` ## `durian` ``` System: Kernel: 5.10.0-33-amd64 x86_64 bits: 64 Desktop: GNOME 3.38.6 Distro: Debian GNU/Linux 11 (bullseye) Machine: Type: Desktop Mobo: Gigabyte model: Z97P-D3 v: x.x serial: N/A BIOS: American Megatrends v: F8 date: 09/18/2015 Memory: RAM: total: 15.46 GiB used: 8.43 GiB (54.5%) Array-1: capacity: 32 GiB slots: 4 EC: None Device-1: ChannelA-DIMM0 size: 4 GiB speed: 1333 MT/s Device-2: ChannelA-DIMM1 size: 4 GiB speed: 1333 MT/s Device-3: ChannelB-DIMM0 size: 4 GiB speed: 1333 MT/s Device-4: ChannelB-DIMM1 size: 4 GiB speed: 1333 MT/s CPU: Info: Quad Core model: Intel Core i7-4770K bits: 64 type: MT MCP L2 cache: 8 MiB Speed: 3864 MHz min/max: 800/3900 MHz Core speeds (MHz): 1: 3864 2: 3833 3: 3826 4: 3898 5: 3837 6: 3835 7: 3870 8: 3895 Graphics: Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics driver: i915 v: kernel Device-2: NVIDIA GP104 [GeForce GTX 1080] driver: nvidia v: 470.256.02 Display: server: X.Org 1.20.11 driver: loaded: modesetting,nvidia unloaded: fbdev,nouveau,vesa resolution: 1: 1920x1080~60Hz 2: 1920x1080~60Hz OpenGL: renderer: NVIDIA GeForce GTX 1080/PCIe/SSE2 v: 4.6.0 NVIDIA 470.256.02 ```