Tag: linux
-
Add a Personal Package Archive to Ubuntu
Keep your Linux software up to date. Add A Personal Package Archive to your repository. You won’t regret it.
-
Backup to a Remote Server using Bash
Forget to backup your critical files? Automate your backups in Linux by using a bash script and the SCP command.
-
Managing Users & Groups in Ubuntu
Learn how to create and remove user accounts. Learn to create, remove, add user’s, and review group memberships in Linux.
-
Updating the Linux OS & Installed Software
Keep your Debian or Ubuntu OS and install software up to date via the command line.
-
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…
-
Synchronize the Time & Date in Ubuntu
Understanding Time Time is a critical component of every computer. When to run updates, launch scheduled tasks, or just to keep user’s informed, are all dependent on time. Every computer has a built in clock on the motherboard, usually powered by a battery, to keep track of the time. This hardware based clock is called…