Teclast F7 Plus Review – Comparison to Lenovo X1 Carbon Gen 2

I take a look at the Teclast F7 Plus which I bought on a whim to see if a cheap laptop could compete with my similarly-valued X1 Carbon Gen 2 from 2014. Turns out it could not, except in battery life (spoilers).

I actually purchased the laptop about a year ago and started making a video about it, but the farked around without working on it in the interim. Hence, we are here now.

For some reason I did a full walk-through of the Teclast’s rather robust BIOS, which you can see here:

https://youtu.be/OEDxgZwiUgg

One-Netbook’s OneGX1 Pro – Didn’t Buy it for Gaming (with Teardown)

OneGX1 Pro - YouTube Cover Image 01 - v1 - P1010254

I’ll admit I was charmed by the full-sized specs of this diminutive laptop (or netbook, as you will), and I have a thing for tiny laptops in general. So I couldn’t resist it when Banggood offered it up to me in a full-on tracking cookie assault of marketing. (That being said, I purchased it from Amazon to avoid paying duties.) It’s a solidly built little machine, and a solid performer save for one thing: It’s not what I would consider to be a gaming computer. Though it is indeed sold as one, what with it’s somewhat-included side controllers and advertising to that effect. Sure, it can play some games just fine, but without some kind of even halfway-decent (even mobile-optimized) … Continue reading

Outlook / Exchange Error: Network Problems or the Microsoft Exchange Server Computer is Down for Maintenance

ms_exchange_angry_cry

There are tons of posts about this subject, but none of them offered the very simple solution that worked for me: Make sure the Microsoft Exchange System Attendant is running on the mailbox server. We had a catastrophic crash of a VM host, on which our Exchange 2013 server was running as a guest. Everything seemed to come back up just fine, and all Outlook users were back online with Exchange, except for two. One user was running Outlook 2016 like the rest of the org, but one was running Outlook 2007 (don’t ask). They seemed to have nothing in common, but they both were throwing errors that network problems were preventing communication with the Exchange server. I did all … Continue reading

Clone a Dynamic Disk to a New SSD in Windows 10

Clonezilla Vomits Feces onto Other Tools Because that's Classy

This is partially just for my own reference, so I don’t have to go down this rabbit hole again. (But I hope it helps you, too!) The Situation I wanted to upgrade the LITE-ON 256GB SSD in my trusty ol’ Lenovo X1 Carbon laptop to a snazzy new Samsung 960 EVO 2TB drive. I have a version of Acronis that came with a Crucial (or Kingston?) SSD, which has worked great in the past. The problem? There was a system reserved partition at the very end of the disk, and Acronis therefore would not proportionally scale the OS partition to fill the disk; It would only scale that system reserved partition. In a moment of errant stupidity, I said, “Ah-hah! … Continue reading

Redundant VPN Tunnels via Different ISPs

Network Diagram or Whatever

Intro My friends will tell you that I’m obsessed with redundancy, both in life and in I.T. At home I have two main internet connections, via Altice Optimum (“cable”) and Verizon FiOS. They’re both relatively high bandwidth, and are connected to my two core routers that operate in an active/passive configuration. Basically this: O——O +——–+ / \ | |————/ O +——————+——————–| Core | / / | Optimum Router | | Router |———-O / +——————+\ ______________| 01 | \ O \ / | |————O \ \ / +——–+ / \ X Keepalived | / Various O / \ Heartbeat | O Networks / / \ +——–+ \ O +——————+/ \_____________| |———–\ \ | FiOS Router | | Core | \ O … Continue reading

RAID HDD TCO Calculator (Total Cost of Ownership)

HDD RAID TCO Worksheet Sample

A while back I created a HDD TCO worksheet showing the relative costs of certain drives in no real context. This spreadsheet aims to calculate the total cost of ownership for a RAID array, which is a much more involved affair. https://docs.google.com/spreadsheets/d/1dM2vO08gmX3VwYyJtTE5D1Gu75TTU-nUW95j1_DVx8c/ That’s a read-only version, but you can easily make your own copy to play with: If you have a Google account and are logged in, you can just hit File -> Make a Copy.. to save it to your own Google Drive. If you hate Google sniffing into your private affairs, you can hit File -> Download As and grab a copy in the format of your choice. I hope I’ve provided enough of an explanation as to … Continue reading

Yes, the Dell Compellent SC220 Chassis AND Drives are Generic!

The Compellent SC220 is the disk set on top, followed by an HP D2700, an HP MSA 70, and a Dell MD1220.

I found a great deal on eBay. A Dell Compellent SC220 chassis filled with 24 x 600GB 10K SAS disks for $350 including shipping. Obviously if you’re reading this years later that will seem like a terrible price, but as of now 600GB SAS drives are selling for about $30 each (used). So it’s roughly $720 worth of drives alone. The SC220 is basically an MD1220 in sheep’s clothing (though sheep are generally naked so who knows), and those are selling for about $120. Like I said, a great deal! But there was one question that needed answering: Did the Dell-branded Compellent HDDs have some kind of special firmware that rendered them useless with a standard RAID or JBOD controller? … Continue reading

Apparently myisamchk Doesn’t Understand 2-Digit Numbers (MySQL)

MySql Logo

myisamchk If you’re reading this, it’s probably because you’re trying to run myisamchk on a large table and you want to set the –sort_buffer_size to some large value. That’s advisable, of course. However, it seems that some versions of MySQL don’t understand a 2-digit value for that parameter. I was trying to do the following: myisamchk -f -r –update-state –key_buffer_size=4G –sort_buffer_size=16G –read_buffer_size=32M –write_buffer_size=32M /var/sql/myisam-temp/mastersitedb/applicants_master_search – recovering (with sort) MyISAM-table ‘/var/sql/myisam-temp/mastersitedb/applicants_master_search’ Data records: 0 – Fixing index 1 myisamchk: error: myisam_sort_buffer_size is too small MyISAM-table ‘/var/sql/myisam-temp/mastersitedb/applicants_master_search’ is not fixed because of errors Try fixing it by using the –safe-recover (-o), the –force (-f) option or by not using the –quick (-q) flag If you’re getting an error like that, try using … Continue reading