Get CPU Model cat "/proc/cpuinfo" | grep "model name" Get CPU Frequency cat "/proc/cpuinfo" | grep "cpu MHz" Get CPU Cache Size cat "/proc/cpuinfo" | grep "cache size"
FreeBSD: boot -s Solaris: stop+a bo: boot -s Linux: left-alt for lilo boot: linux -b rw sushell=/sbin/sash single (init=/bin/sh) UnixWare: During the boot pres space INITSTATE=s go
This how to shows how to enable root log in on fedora GUI Desktop. Open Terminal from Applications -> System Tools Type su - and then insert root pasword Edit /etc/pam.d/gdm configuration file (first create …
This article will help you to enable root user on fedora GUI Desktop. Open Terminal from Applications -> System Tools Login into system as root or become superuser. su - or sudo su - Edit /etc/pam.d/gdm configuration …
To View a port number type in terminal for full list: cat /etc/services for one you need: cat /etc/services | grep (port number or service) View /etc/services file.