Computer

From Things and Stuff Wiki
Jump to navigation Jump to search


General

  • HDT (stands for Hardware Detection Tool) is a Syslinux com32 module that displays low-level information for any x86 compatible system. It provides both a command line interface and a semi-graphical menu mode for browsing.

Resources

News and reviews

Shopping

Comparison

Notes

  • Core I7-4790K 4-Core 4.0GHz
  • 2x PCI-E 3.0

Linux

See *nix, *nix#Hardware

cat /proc/cpuinfo

lspci

lsusb

dmidecode

Small computer

See also Network#Hardware 2





Arduino

PC Form factor

Case

Portable

Power

  • 600w +

BIOS

CPU

Memory


Interface

PCI


  • lspci is a utility for displaying information about PCI buses in the system and devices connected to them.

USB

MTP

IEEE 1394 / Firewire

lsmod | egrep 'firewire|1394'
  • dvgrab is a program that captures DV video and audio data from digital camcorders via an IEEE1394 link. The DV data is stored in one or several files and can later be processed by video editing software. dvgrab can remote control the camcorder but it does not show the video's content on screen.
dvgrab --size 500 --autosplit <filename>

interactive mode;

dvgrab -i

live view;

dvgrab - | mplayer -

Bluetooth

Other

Input

  • deskthority wiki is dedicated to mechanical keyboards, mice and other human interface devices. The main focus is everything regarding quality (mechanical) keyboards. In the nature of a wiki, the content will be frequently and constantly under construction. Want to share your knowledge and help us create the best input device wiki? This wiki is part of the deskthority forum - sign in with your forum account and start editing!

Mouse

Trackpad

Keyboard


Scanner

Infrared

Output

See also *nix#Printing

Video card



Monitor


  • Pective - display the actual size of any item right on your monitor. All you have to do is specify your monitor size, and Pective will display the image life-size !

Display

diy;

vga to d-tv;





  • https://en.wikipedia.org/wiki/FreeSync - an adaptive sync technology initially developed by AMD in response to NVidia's G-Sync for LCD displays that reduces screen tearing. FreeSync is royalty-free, free to use, and has no performance penalty. As of 2015, VESA has adopted FreeSync as an optional component of the DisplayPort 1.2a specification.[3] FreeSync has a dynamic refresh rate range of 9-240Hz.

Laser

3D printing

Storage

See also Media#CD_.2F_DVD

HDD

SMART

  • smartmontools - contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA and SCSI harddisks. In many cases, these utilities will provide advanced warning of disk degradation and failure.
  • http://sourceforge.net/apps/trac/smartmontools/wiki smartmontools contains utility programs (smartctl, smartd) to control/monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI disks. It is derived from smartsuite.

Failure

  • What is the Best Hard Drive? - The table below shows the annual failure rate through the year 2014. Only models where we have 45 or more drives are shown. I chose 45 (2014) because that’s the number of drives in a Backblaze Storage Pod and it’s usually enough drives to start getting a meaningful failure rate if they’ve been running for a while. Go HGST.
  • PDF: Failure Trends in a Large Disk Drive Population

RAID

  • unRAID is an embedded Network Attached Storage (NAS) server operating system, designed for digital media storage. It allows you to build an array of hard drives and share the data from those drives across the local network (typically within a house or business). Importantly, it protects all the data on the drives if one should fail.

SSD

Great for boot/os drive.

NAS

Tape

Blu-ray

SD/MicroSD cards

Floppy

To sort

Media

See also Audio, Video, Streaming

MP3

  • Rockbox is a free replacement firmware for digital music players. It runs on a wide range of players:


pcskr


Laptop

Emulation

See also Virtualisation


  • http://bochs.sourceforge.net/ Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. Bochs can be compiled to emulate many different x86 CPUs, from early 386 to the most recent x86-64 Intel and AMD processors which may even not reached the market yet.

Bochs is capable of running most Operating Systems inside the emulation including Linux, DOS or Microsoft Windows. Bochs was originally written by Kevin Lawton and is currently maintained by this project. Bochs can be compiled and used in a variety of modes, some which are still in development. The 'typical' use of bochs is to provide complete x86 PC emulation, including the x86 processor, hardware devices, and memory. This allows you to run OS's and software within the emulator on your workstation, much like you have a machine inside of a machine. For instance, let's say your workstation is a Unix/X11 workstation, but you want to run Win'95 applications. Bochs will allow you to run Win 95 and associated software on your Unix/X11 workstation, displaying a window on your workstation, simulating a monitor on a PC.