Category: Tech
-
TCP/IP Stack Using the OSI Model
A quick post detaining the inferior 7 layer European TCP/IP OSI model.
-
Private IP Address Ranges
Can you never remember the Private IP address ranges? Here is a quick post detailing the essentials.
-
Updating the Linux OS & Installed Software
Keep your Debian or Ubuntu OS and install software up to date via the command line.
-
Regulatory Compliance Frameworks
A short list of the primary standards and laws that most companies need to follow concerning the collection and storage of digital data.
-
Copy Files to S3 Using AWS CLI Tools
Introduction to the AWS CLI There are three methods to upload and download data to Amazon Web Services. You can use the command line (CLI), AWS SDK, or the S3 REST API. In this article, we will explore the command Line interface, and the most common commands to manage an S3 bucket. The maximum size…
-
Run a Script using Windows Task Scheduler
Begin By default, a task will only run when a user is logged in. If you want to run a task after hours or over night, you will need to select “run whether the user is logged in or not” and “run with highest privilege’s”, so it runs in admin mode. Finally, you will need…