I just bought a refurbished laptop from Lazada for RM1K (inlcuding tax) for my kids. I Straight away installed Fedora Linux
The laptop specs:
CPU
MEMORY
DISK
The laptop specs:
CPU
[jeffry@barbatoslupus ~]$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i5-3340M CPU @ 2.70GHz
stepping : 9
microcode : 0x21
cpu MHz : 1196.081
cache size : 3072 KB
MEMORY
[jeffry@barbatoslupus ~]$ cat /proc/meminfo
MemTotal: 8053384 kB
MemFree: 5124308 kB
MemAvailable: 6129560 kB
DISK
[jeffry@barbatoslupus ~]$ sudo fdisk -l
[sudo] password for jeffry:
Disk /dev/sda: 223.59 GiB, 240065183744 bytes, 468877312 sectors
Disk model: WDC WDS240G2G0A-
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x0004c11c
How to tell this is a HDD or SSD? We can check the disk model on the net or can check weather the disk is type rotational or not. 0 means non-rotational disk or SSD. 1 means rotational disk or HDD. Ours new toy is SDD.. yeah!!
[jeffry@barbatoslupus ~]$ cat /sys/block/sda/queue/rotational
0
The following is Fedora 101 with my kids :)
enjoy :)
No comments:
Post a Comment