How to get computer information with Powershell on Windows 11.

Getting good hardware information is very useful on a Windows system, I will show some very useful one-liners for getting hardware information on Windows. This example gives information about the CPU cores and the other pertinent CPU information. PS C:\Users\Intel i5> Get-WmiObject –class Win32_processor | ft systemname,Name,DeviceID,NumberOfCores,NumberOfLogicalProcessors   systemname Name DeviceID NumberOfCores NumberOfLogicalProcessors ———- —- … Read more

Another way to get useful hardware information with dmidecode on Arch Linux.

Getting useful hardware information is very important on a Linux system. With Arch Linux, this is quite simple. Install dmidecode. [root@darkstar Downloads]# pacman -Sy dmidecode[root@darkstar Downloads]# pacman -Sy dmidecode This will query sysfs to return hardware information. This command will print the model name of the computer`s motherboard. [root@darkstar Downloads]# dmidecode -t 2 | cut … Read more

Using the sysctl command on Linux to return hardware information. And some other related commands.

The sysctl command on Linux may be used to return information about your installed hardware; as well as virtual memory information. Below is an example looking at virtual memory information. zsh 7 % sysctl -a | grep vm sysctl: permission denied on key ‘kernel.cad_pid’ sysctl: permission denied on key ‘kernel.usermodehelper.bset’ sysctl: permission denied on key … Read more

The best PC hardware to upgrade a gaming PC for the holiday season.

Gift suggestions for buying PC hardware in America There are many excuses to upgrade a machine of yours for this holiday season. Gaming is one very good reason. The gift of powerful PC hardware would be much appreciated when games are becoming more and more demanding of PC specifications. Especially the CPU and RAM. Buy … Read more

Get information about your peripherals with Linux easily.

Linux offers many ways to get information about your current hardware. Such as mouse and keyboard model and type. Here is an example, getting information about the keyboard layout installed on my system. ┌──[[email protected]]─[~] └──╼ ╼ $ setxkbmap -query | awk ‘/layout/ && a ~ /model/ {print a"\n"$0} {a = $0}’ model: pc105 layout: us┌──[[email protected]]─[~] … Read more

Getting hardware working on Linux versus Windows 8. This is frustrating.

I have just bought an old Kaiser Baas TV dongle and getting it to work on Windows is very frustrating. The website does not have drivers available and there are only dodgy driver download websites that have anything for download. Whereas on Linux, I just plug it and then run this command to scan for … Read more

How to get information about your CPU and GPU with the terminal in Ubuntu 18.04.

Getting information about your CPU with the terminal in Ubuntu 18.04 is very easy. The sensors utility can get information about the CPU temperature. jason@Yog-Sothoth » ~ » $ sensors coretemp-isa-0000 Adapter: ISA adapter Package id 0: +30.0°C (high = +80.0°C, crit = +100.0°C) Core 0: +30.0°C (high = +80.0°C, crit = +100.0°C) Core 1: … Read more

How to get good system information quickly on Linux.

Get Linux system information To get good Linux system information, use these simple utilities. 1. Screenfetch. Install screenfetch. jason@jason-desktop:~$ sudo apt install screenfetchjason@jason-desktop:~$ sudo apt install screenfetch Then run it to get information about your PC. jason@jason-desktop:~$ screenfetch ./+o+- jason@jason-desktop yyyyy- -yyyyyy+ OS: Ubuntu 17.04 zesty ://+//////-yyyyyyo Kernel: x86_64 Linux 4.10.0-35-generic .++ .:/++++++/-.+sss/` Uptime: 1h … Read more

Simple Linux commands to get information from your system.

Get your Internet routable IP address with the command line. [jason@localhost ~]$ curl ‘https://api.ipify.org’ ; echo[jason@localhost ~]$ curl ‘https://api.ipify.org’ ; echo Get the startup time of your Linux PC with Systemd. [jason@localhost ~]$ systemd-analyze Startup finished in 1.186s (kernel) + 9.653s (initrd) + 2min 37.144s (userspace) = 2min 47.984s[jason@localhost ~]$ systemd-analyze Startup finished in 1.186s … Read more

How to get the CPU speed from the hardware in Linux with the dmidecode command.

How to get the CPU speed from the hardware in Linux with the dmidecode command. This command below will suffice. [root@localhost jason]# dmidecode –type 17 | grep -i speed Speed: 1333 MT/s Configured Clock Speed: 1333 MT/s Speed: 1333 MT/s Configured Clock Speed: 1333 MT/s Speed: Unknown Configured Clock Speed: Unknown Speed: Unknown Configured Clock … Read more

Gaining information about your Linux system using the Linux command line.

Gaining information about a Linux system is very easy, there are quite a few Linux commands that can print detailed specs of your hardware configuration. The lsblk command prints information about your block devices. This can be used to list all disk partitions and CD/DVD drives. ┌─[jason@neo]─[~] └──╼ $lsblk NAME MAJ:MIN RM SIZE RO TYPE … Read more

Useful Linux commands for querying your computer for hardware information.

The iostatcommand is another good way to get information about the hardware in your computer. This command displays information about the average CPU usage as well as reads and writes to your hard disk partitions. To install this utility, run this command. ubuntu ~ $ sudo apt-get install sysstatubuntu ~ $ sudo apt-get install sysstat … Read more

Zuck’s photos from Facebook’s futuristic Arctic data center

14468376_10103136675908131_1017204796411632535_o Why pay for air conditioning when you can just build a data center near the Arctic Circle and pump in the frosty winds? That’s why Facebook created these massive fans for its Luleå, Sweden data center. In hopes of proving that Facebook’s 10-year plan goes way beyond the News Feed, Mark Zuckerberg has begun sharing rare photos of the company’s technology. Here’s his… Read More

Phononic raises $30 million to rethink refrigeration

snow mountain peak A startup based in North Carolina’s Research Triangle Park, Phononic, wants to make refrigeration and temperature control far more efficient, and steadier, than is possible with traditional systems. Instead of relying on vapor compressors, fans, chillers or passive heat sinks, Phononic makes semiconductors that are smaller than a dime, and actively remove heat from the places or… Read More

All 44 startups that launched at Y Combinator S16 Demo Day 1

y-combinator-logo Farm drones, autonomous security guards and next-generation tampons were among the products presented at today’s Y Combinator startup accelerator Summer 2016 Demo Day 1. You can check out write-ups of all 44 below. And here are TechCrunch’s picks for “The top 7 startups from YC Demo Day 1”, plus writeups of the 48 startups that launched on Demo Day 2… Read More

A first look at the Alta Motors all-electric-motorcycle factory

alta-motors-thumb Motorcycle makers Alta Motors have opened the doors to their new factory in Brisbane, California, and TechCrunch was on the scene for a first look. A quick trip from downtown San Francisco, the factory is in a low and unassuming concrete structure. Inside, it’s surprisingly quiet, thanks in part to the fact that the motorcycles Alta makes are all-electrics, and final assembly of these… Read More

Misc commands to get system information from a Linux box.

List all network interfaces on your Linux machine that are up. [jason@localhost ~]$ ip addr | grep UP 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN 2: eno16777736: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP qlen 1000 3: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN[jason@localhost ~]$ ip addr | grep UP 1: lo: … Read more