Filter posts by category

Linux Directory Structure and Important Files Paths Explained

For any person, who does not have a sound knowledge of Linux Operating System and Linux File System, dealing with the files and their location, their use may be horrible, and a newbie may really mess up. This article is aimed to provide the information about Linux File System, some of the important files, their usability and location. Linux Directory Structure Diagram A standard Linux distribution

Linux Directory Structure and Important Files Paths Explained Read More

Rsync (Remote Sync): 10 Practical Examples of Rsync Command in Linux

Rsync (Remote Sync) is a most commonly used command for copying and synchronizing files and directories remotely as well as locally in Linux/Unix systems. With the help of rsync command you can copy and synchronize your data remotely and locally across directories, across disks and networks, perform data backups and mirroring between two Linux machines. This article explains 10 basic and advanced usage of the rsync command to transfer your files remotely

Rsync (Remote Sync): 10 Practical Examples of Rsync Command in Linux Read More

How To Find a File In Linux From the Command Line

Locate Linux Files by Their Name or Extension Type find into the command line to track down a particular file by its name or extension. If you want to look for *.err files in the /home/username/ directory and all sub-directories, try this: find /home/username/ -name \”*.err\” Typical Linux Find Commands and Syntax find command expressions look like this: find command options starting/path expression The

How To Find a File In Linux From the Command Line Read More

Install AWS CLI with brew

Install the AWS CLI on your Mac with Homebrew. brew update $ brew update $ brew search aws ==> Searching local taps… aws-apigateway-importer aws-elasticbeanstalk aws-sns-cli aws-as aws-keychain awscli aws-cfn-tools aws-mon awslogs aws-cloudsearch aws-sdk-cpp kube-aws aws-elasticache aws-shell yaws CLI installation $ brew install awscli Verification $ aws –version aws-cli/1.14.30 Python/3.6.4 Darwin/16.7.0 botocore/1.8.34 Setting environment variables $

Install AWS CLI with brew Read More

How to Install Mailtrain Newsletter Application on Ubuntu 18.04 LTS

In this tutorial, You will see how to Install Mailtrain Newsletter Application on Ubuntu 18.04 LTS. Mailtrain is an open source, self-hosted newsletter application built from Node.js.  Mailtrain is an alternative to commercial email marketing services such as Mailchimp, Sendgrid e.t.c. Features of Mailtrain Newsletter Application Below are the top features of Mailtrain newsletter application. Easy Subscriber list management – You

How to Install Mailtrain Newsletter Application on Ubuntu 18.04 LTS Read More

Scroll to Top