Filter posts by category

Web

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