Use the following parameters
Parameter | Value |
---|---|
Outgoing Mail (SMTP) Server | smtp.gmail.com |
Port | 465 (SSL required) or 587 (TLS required) |
Use Authentication | Yes |
Use Secure Connection | Yes |
Username | Google Account |
Password | Google App Password |
Extremely Serious
Use the following parameters
Parameter | Value |
---|---|
Outgoing Mail (SMTP) Server | smtp.gmail.com |
Port | 465 (SSL required) or 587 (TLS required) |
Use Authentication | Yes |
Use Secure Connection | Yes |
Username | Google Account |
Password | Google App Password |
Procedure
Now you have your 16-character password that you can use.
Requirement
Syntax
To sync some of your local directories to a remote directory via ssh you can use the following syntax:
rsync -av -L --delete -e ssh <DIR1>[[ <DIR2>] <DIRn>] <REMOTE_USER>@<REMOTE_HOST>:<REMOTE_DIR>
Token | Description |
DIR1, DIR2, DIRn | These are the local directories you've wanted to be synced remotely. Only DIR1 is required and the rest are optional. |
REMOTE_USER | A valid user on the remote machine. |
REMOTE_HOST | A valid address of the remote machine. |
REMOTE_DIR | The destination directory on the remote machine. |
Example
rsync -av -L --delete -e ssh /data/artifactory backup01@10.0.0.204:/volume1/backup
Requirements
Procedures
func init
Wait for the command prompt to come back.
func new
The simplest way to add a new package reference in a .net core project is to use the following command:
dotnet add package <PACKAGE_NAME> [-v <VERSION>]
Where:
Parameter | Description |
PACKAGE_NAME | The name of the package name to be added as reference. |
VERSION | The specific version of the package. |
If you ever wonder where are those mapped network drives are pointing. You can do the following:
net use
This command will show you the status and mapping of mapped network drives you have.
Publish a .Net Core Console Application into a 64-bit single executable file using the following command:
dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true /p:PublishTrimmed=true
To find the a nuget package if you already know a particular type, use the following address:
sudo vi /etc/cron.weekly/certbot-renewal
#!/bin/sh /usr/sbin/certbot-auto renew --no-bootstrap --no-self-upgrade --post-hook "service nginx restart"
sudo chmod 755 /etc/cron.weekly/certbot-renewal
sudo wget https://dl.eff.org/certbot-auto -O /usr/sbin/certbot-auto
sudo chmod 755 /usb/sbin/certbot-auto
© 2025 Ron and Ella Wiki Page
Theme by Anders Noren — Up ↑
Recent Comments