Create a managed image in Azure | Microsoft Docs

I hope to develop the images like in AWS using Azure batch low priority. So it looks like Only CLI will work. Also See: https://cloudpartner.azure.com/#products/microsoft-azure-virtualmachines   Create a managed image of a generalized VM in Azure 04/10/2018 4 minutes to read Contributors all A managed image resource can be created from a generalized VM that …

Receiving Email with Amazon SES – Amazon Simple Email Service

The next project is to setup servers that receive email via Amazon SES. The following links are a start. Also see: How to implement inbound email on Amazon AWS SES? – Stack Overflow Source: Receiving Email with Amazon SES – Amazon Simple Email Service https://docs.aws.amazon.com/cli/latest/reference/ses/index.html Also see: https://medium.com/@ashan.fernando/forwarding-emails-to-your-inbox-using-amazon-ses-2d261d60e417 https://stackoverflow.com/questions/20205039/how-to-implement-inbound-email-on-amazon-aws?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa https://github.com/arithmetric/aws-lambda-ses-forwarder The following link looks like it …

Quick-Tip: Configuring Sendmail with m4 and the sendmail.mc file

Sendmail General Configuration On most Linux systems you will find Sendmail’s configuration in either /etc or /etc/mail. There should be a file named sendmail.mc if you’ve found it you’re in the right place. Editing this file is not only the proper way to configure Sendmail, but it is also much easier than trying to make …

Words That Will Help You Sell, And Words That Will Hurt You

Gong did research for B2B sales about what words help to close a deal. They seem to be face to face, but maybe they work in online b2b products. I am cutting out the explanation. See gong.io  The Good Stuff “Does that make sense?” Imagine Successful Fair Their Name Decisive language Probably   The Bad Stuff …

History of  Sendmail

  Sendmail Eric Allman Most people think of electronic mail as the program that they interact with—their mail client, technically known as a Mail User Agent (MUA). But another important part of electronic mail is the software that actually transfers the mail from the sender to the recipient—the Mail Transfer Agent (MTA). The first MTA …

Basic anti-Spammer Auth for Sendmail  SMTP AUTH @proofpoint

I added this code to the end of my sendmail.mc at the beginning, right after the notes before include(/usr/share/sendmail-cf/m4/cf.m4′)dnl VERSIONID(setup for linux’)dnl Be sure that the space in the middle that looks like a tab really is a tab and not spaces This is what I added: SLocal_check_rcpt R$* $: $&{auth_type} R$+ $# OK then …

Removing @Apache HTTP Server – How to #LAMP

Here are really great instructions for removing Apache Httpd server. Removing Apache HTTP Server Removing Apache HTTP Server ensures that, it’s existing files or services will not create conflict when we install Apache HTTP Server from the source code. The following procedure will completely remove Apache HTTP Server from our system. 1) Removing Apache HTTP Server Packages 2) Removing Apache User and Group …

How to clean up mysql installation on centos / Amazon Linux ? I want to make simpler servers available for my Charming Customers

Some time we faces issues with MySQL installation on Linux machine. If we simply remove MySQL packages and re-install doesn’t fixes the issue, in that case old settings may still exists on server which again affects new install. In that case first uninstall MySQL completely from system and erase all settings of old install. To …

Hey guys, I need some Mitzvah crowd Funding for Costa Rica Service Summit

http://servicesummitcr.com/index_en.html Hey guys, I need some Mitzvah crowd Funding. AS you may know that in addition to being Sofer Stam, making Tefillin, megilot, etc. that I am bootstrapping a cloud startup. I make Server images on AWS and sell these by the hour in the AWS Marketplace. http://charming.co.il/aws-marketplace   We are making a few hundred …

Can’t delete IAM role because policies are attached · Harder to remove IAM than to create it

I am trying to uninstall a role , policy and profile in AWS command line. I made a script that creates the role, etc but need to make an uninstall script. ~/.local/bin/aws iam create-role –role-name CharmingMachineBashRole –assume-role-policy-document file:///usr/local/sbin/AllowSecGroupCreate.json ~/.local/bin/aws iam attach-role-policy –role-name CharmingMachineBashRole –policy-arn arn:aws:iam::aws:policy/AmazonEC2FullAccess ~/.local/bin/aws iam create-instance-profile –instance-profile-name CharmingMachineBash-Instance-Profile ~/.local/bin/aws iam add-role-to-instance-profile –role-name CharmingMachineBashRole …

What’s the Difference Between #Linux EXT, XFS, and BTRFS Filesystems? XFS is best for #MongoDB. https://aws.amazon.com/marketplace/pp/B0743JXYP2/?ref=_PTNR_chbl

MongoDB is happiest, runs fast and is accurate with XFS file system. It takes a while  away from your day job to configure MongoDb properly. With a 5 day free trial you can get MongoDB Pre-installed properly on an AWS EC2 XFS is a 64-bit journaling file system initially developed by Silicon Graphics. It is …

@MongoDB: Setting up @Windows 2016 Server, Soon Linux too

Below is what I did for Windows installation with Password Security. You can easily install MongoDB on Windows Server 2016 on AWS Marketplace:    https://aws.amazon.com/marketplace/pp/B07B5KMNMB   Install the MSI that you download from official mongodb site. After that it still needs some work Run in CMD window not powershell.. “C:\Program Files\MongoDB\Server\3.6\bin\mongod.exe” –config “C:\Program Files\MongoDB\Server\3.6\mongod.cfg” –install gives …