User Tools

Site Tools


notes:hpc0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:hpc0 [2019/02/27 21:52] – [How To Install Stuff] jruskaufnotes:hpc0 [2020/01/18 10:48] (current) wedge
Line 26: Line 26:
   * Organizational/style improvements to existing content   * Organizational/style improvements to existing content
   * Questions you have that may deserve a more visual answer   * Questions you have that may deserve a more visual answer
- 
-====Computer Hardware Basics==== 
- 
-1. Power Supply 
-   * Receives power from the wall in AC form, then converts it to a more stable DC form which will not overload certain circuits.  
-   * Sends power in various voltages to different parts of the computer through color-coated wires.{{ :notes:power_supply.jpg?nolink&400 |}} 
-2. Hard Drive 
-    * This is where we save data that we do not want to be lost. It has wires called "SATA" wires connected to it for data and power transfer. 
-    * It is usually solid and contains disks on which data is kept.{{ :lair:hard_disk_drive.jpg?nolink&400 |}} 
-3. RAM (Random Access Memory) 
-    * Temporary data storage 
-    * come in the forms of several smallish sticks. These hold a lot of data, but cannot store things when the power is removed from them.{{ :notes:ram.jpeg?nolink&400 |}} 
-4. Heat Sinks 
-    * Look similar to metal "combs" or a series of tall parallel planes. Their purpose is to prevent pieces from overheating, which can warp them and is bad for the computer in general. 
-    * These are Passively Cooling, there is also active cooling in the form of fans or water cooled systems.{{ :notes:heat_sink.jpg?nolink&400 |}} 
-5. Motherboard 
-    * Contains all the essential information on the computer 
-    * If you connect the pins in the pwd thing you can bypass security like some kinda hacker.{{ :notes:motherboard.jpg?nolink&400 |}} 
- 
-====How To Install Stuff==== 
- 
-    *apt-cache search "something" // This is useful for finding exactly the program package you want, such as man-db, manpages, or manpages-dev, which will help you immensely with using things you know nothing about! // 
- 
-    *apt-get install "something" // This is used to install the thing which you want.  It is case sensitive, so make sure to type the exact package you want.// 
- 
-    *apt-get update // Update everything you've installed, but do not push the updates to the software yet.  Also updates the apt-cache.// 
- 
-    *apt-get upgrade // Push the update to all software on your system.  Be careful, it may break your system if there is a bad bug in the new update!// 
- 
-    *apt-get remove --purge "something" // Will completely remove the program specified, including any "crumbs" leftover.// 
  
 =====DokuWiki wrap plugin===== =====DokuWiki wrap plugin=====
 http://www.dokuwiki.org/_media/plugin:wrap_plugin_example2.png http://www.dokuwiki.org/_media/plugin:wrap_plugin_example2.png
notes/hpc0.1551322374.txt.gz · Last modified: 2019/02/27 21:52 by jruskauf