Techy Talky & American Trucking! | Live!

10:36 AM

Techy Talky & American Trucking! | Live!


Techy Talky & American Trucking! | Live @6:00PM Central Time!

3:02 PM

Techy Talky & American Trucking! | Live @6:00PM Central Time!


G27 Truck Shifter Mod | My Tech Vlog

1:46 PM

G27 Truck Shifter Mod | My Tech Vlog


SQL Quick Guide

8:40 PM

SQL Quick Guide

SQL is standard language for access databases. SQL (Structured Query Language) is use for storing, manipulating and retrieving data from database. There are many relational database management system that use SQL as standard database system. For example: MySQL, SQL Server,  MS Access, Oracle, etc.

Tables

A table is composed of records and fields that hold data. All data in one table having relation as the table name. Tables are called datasheets too.

Records

A record is composed of fields. One record is contain different fields that have the same ID. Records are also called row.


How To Overclock a GPU

4:22 PM

How To Overclock a GPU

Helolo everyone!

Today I will be showing you how to overclock a GPU.

In this case, I will be using a MSI variant of the GTX 1050 Ti paired with MSI Afterburner for our overclocking needs!

 If you don't know what Afterburner is then read this "MSI Afterburner is the world’s most recognized and widely used graphics card overclocking utility which gives you full control of your graphics cards. It also provides an incredibly detailed overview of your hardware and comes with some additional features such as customizing fan profiles, benchmarking and video recording. MSI Afterburner is available completely free of charge and can be used with graphics cards from all brands." ~MSI.com


How To Use Bootstrap

7:55 AM

How To Use Bootstrap

What is Bootstrap?

Bootstrap is a free front-end framework that includes typography, form, tables, navigation, image design and many other. This framework is easily to use and very useful to make responsive webdesign. Responsive webdesign is a web which automatically adjust their size and performance on all device, so it can be looks good in mobile size until desktop size.


Top 5 Computer Cases of November 2016!

11:22 AM

Top 5 Computer Cases of November 2016!

Helolo everyone!

So here are the five cases I picked, you may ask "how did I picked these cases?".

Well, (I picked them randomly tbh) I decided based on looks and $$$.

So anyways, let me begin...

At #5 we have the 

Thermaltake Level 10 Titanium Edition

This case is the WORST case! Not because of its looks(its AWESOME), but because of its price.


How To Make a Connection Database SQL Server Using C# Based Web

6:54 AM

How To Make a Connection Database SQL Server Using C# Based Web

We make a connection into database before we can insert, update, or deleting a query in table. After all, this is the first step to make any change in our database. Before we make a connection code, you must already have the database and its table (we will teach you how to make it later in different post). You need to a web application, if you want to make insert or update code later.


How To Setup a Minecraft Server on Raspberry Pi

12:24 PM

How To Setup a Minecraft Server on Raspberry Pi

Helolo everyone!

Setting up the Raspberry Pi Minecraft Server Okay, first we will need to install Raspbian on the Raspberry Pi. 

If you have not done this yet, a quick Google search should help you out ;)

First let's update the Raspberry Pi to the latest versions using this:sudo apt-get update sudo apt-get upgrade Now open raspi-config so we can change some settings: (if you want more help with the raspi-config, tell me below)


How To Use a Folder on Windows as a FTP Repository

6:10 PM

How To Use a Folder on Windows as a FTP Repository

Helolo everyone!

In this guide I take you through the steps to setup a folder on your Windows computer as an FTP repository, using a free program called FileZilla. FTP can be used to easily transfer a lot of files between computers; the FTP repository can be mapped to multiple computers across the Internet so that other people can access the directory right from Windows Explorer.