Home Page | Windows 11 Recovery And Installation

Same Day Repairs | House Calls | Drop Off | Pickup & Delivery | Map & Directions

Fast Contact Form or Call: 413 388-3121

mt-tom-comunication-mountain-holyoke-ma

MT. Tom Holyoke, MA is now a state reservation antenna farm that used to be a sky resort and popular amusement park, it closed in 1998.

The number of antennas that have gone up since closing has been enormous. The Massachusetts Green High Performance Computing Center (MGHPCC) in Holyoke, MA uses some antennas for communications.

I was on top of the mountain a few months ago and it is being kept extremely secure. The reason environmentalists wanted to increase the endangered rattlesnake population in 2017 was to keep the public away. There is a colony of timber rattlesnakes living on MT. Tom as of 2021.

mtara.org

CSS Quick Notes

My personal CSS notes:

Inline:
<h1 style="color:blue;">A Blue Heading</h1>
<p style="color:red;">A red paragraph.</p>

Internal:
<!DOCTYPE html>
<html>
<head>
<style>
body {background-color: powderblue;}
h1 {color: blue;}
p {color: red;}
</style>
</head>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

External:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

computer instruction

HTML Block and Inline Elements: w3schools.com/html/ Important

 

Java Script (JS) React Notes:  w3schools.com/react/default Important

 

Server Side Includes - This is a must know for managing large websites or websites that get updated a lot. Server side includes allow you to update code and or text across all your webpage's at the same time, there are other ways of doing this but nothing works as good or as easily then using server side includes (SSI). This link will give you a in-depth look in layman's terms of how is technique works projectseven.com/tutorials . You don't need dream weaver or any other program to use SSI, you just need a text editor, however you can use SSI with other HTML code editing programs. projectseven.com/includes

 

Open source software for repairing and upgrading computers.

acronis true disk image cloning software,  acronis.com , good for back ups and cloning to a SSD drive.

crystal disk info, crystalmark.info/en/download/ , this software tells you everything about a hard drive, good for hard drive upgrading.

crystal disk mark, crystalmark.info/en/software , tells you the speed and status of a hard drive.

cpu z info, cpuid.com/downloads , tells you everything about all the hardware in a computer, good for ordering upgraded hardware.

rufus usb boot software, DD image more stable then ISO, https://rufus.ie/en_US/ , the best way to make a usb stick bootable with acronis software for cloning a hard drive.

Understanding how to choice the right computer hardware for your needs

A cad card like nvidia quadro is better for professional use with multiple monitors and higher end CAD software like catia, gtx is no good with software which requires good opengi performance for rendering like solidworks it is unusable with Real View in solidworks.

 

Trick questions asked in I.T. job interviews

BIOS stands for so many different things you have to be careful. If asked what are computer bios it could be safe to say "basic input output system". When the word bios is being used it has to be pertaining to something in order to determine what it stands for, other wise it is a trick question.
I/O stands for input output but not all the time, it is mostly used as an on off switch indicator on a schematic diagram.
I.T. stands for information technology, however a lot of people think it stands for internet technology.


My div examples

Div one
Div two
<div style="padding: 50px; background-color: #BCC6CC;">Div one</div>
<div style="padding: 50px; background-color: #E5E4E2;">Div two</div>
Div one
Div two
<div style="padding: 50px; background-color: #BCC6CC; width: 100px; display: inline-block;">Div one</div>
<div style="padding: 50px; background-color: #E5E4E2; display: inline-block;">Div two</div>
Div one
Div two
Div three
<div style="padding: 50px; background-color: #BCC6CC; display: inline-block;">Div one</div>
<div style="padding: 50px; background-color: #E5E4E2; display: inline-block;">Div two</div>
<div style="padding: 50px; background-color: #98AFC7; display: inline-block; margin-bottom: 2em;">Div three</div>
Div One
DIV THREE
Div Two
<div style="background-color:#BCC6CC;float: left;width: 200px;padding: 50px">Div One</div>
<div style="background-color:#98AFC7;float: right;padding: 50px">DIV THREE</div>
<div style="background-color:#E5E4E2;float: none;overflow: hidden;padding: 50px">Div Two</div>

text

 

<meta name="viewport" content="width=device-width, initial-scale=1">   vs.  shrink-to-fit=no

 

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

 

Dell monitors use a LCD color retention tool or setting that helps make the colors look a lot more accurate, I believe it works.


A general note on server side php include configuration
I prefer to have my include files with a .php extension. I know some people prefer to use extensions like .html or .inc (to designate it’s an 'included' file), but this way:

  • The source code isn’t visible if someone went to that file directly on the server. This is more important for database connection strings.
  • You can have other PHP functions within it (ex. include another file).

About The Windows 10 & 11 fast start up feature

Fast start up is enabled by default when a new computer is loaded with an operation system. A lot of IT technicians don't like this feature, they think it causes problems with Windows updates that come in behind the seems. It does this because when fast start up is enabled and you shut down your computer, windows will write all the users data information to a temporary start up file designed to override everything at start up or coming out of sleep and hibernate.

When its time to start the computer and install automatic updates, this temporary file will cause problems, a lot more then Microsoft wants people to know. Thanks to solid state hard drives, fast start up, will not slow down your computer that much. Stability and reliability are what computers are all about. Most IT maintenances people will advise people that it's important to shut down and start up your computer at least once a day.

With start up being so important, it makes even more since that a full start up is even better for a computer.


Five ways to find you Windows 10 product activation key (PAK).

1. In search bar type or run [CMD] no brackets, then enter this [wmic path softwareLicensingService get OA3xOriginalProductKey
OA3xOriginalProductKey] copy or past no brackets. Key should apear soon.

2. Run RegEdit in Windows then do a search (edit menu > find) for the term “BackupProductKeyDefault” space "BackupProductKey"  space "Backup" without the "quotes". After a few seconds (my fast modern PC took about 20s, don’t worry if nothing seems to be happening) you will see the 25 digit alphanumeric product key listed to the right in the BackupProductKeyDefault row.

3. Look on back of laptop or computer for a Windows stamp that says Product * or Activation key. It can also be behind the battery.

4. They key could be inside an email Microsoft or one of there afillyits * has sent you.

5. The key may also be on or inside an envilope if you bought it through the mail.

How to find the Windows 11 (PAK)

Antec computer case

Antec computer cases are used in the custom-built computers I make for my clients. These high-performance computer cases are known for both their gaming and professional power user abilities. High quality high output Antec power supplies, 350 to 1000 watts, assure proper pc component protection. Long life Steal ball bearing fan motors and high-grade Aluminum or high-grade Steal construction makes this the perfect desktop computer case for all computer builds. contact

data-center-construction-holyoke-ma

Inside, Massachusetts Green High Performance Computer Center (MGHPCC) Located 100 Bigelow St, Holyoke, MA 01040 This is the 2012 Construction of the data center. The public is welcome to tour this huge state-of-the-art data center on weekends. People must call in advance, easy to plan and free to visit.