sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download zsh-autosuggestions by
| --- Statuses Changes | |
| SELECT leads.Ref, | |
| statuses.Name, | |
| leads.StatusDate, | |
| leads.StatusChangeReason, | |
| users.Username AS 'Status Changed By' | |
| FROM dbo.LEAD AS leads | |
| INNER JOIN dbo.STATUS AS statuses ON leads.StatusID = statuses.ID | |
| LEFT JOIN dbo.Users AS users ON leads.StatusChangedBy = users.ID | |
| WHERE(leads.StatusDate >= '2019-12-04' |
| SELECT SUM(CONVERT(DECIMAL(29, 4), retentions.PremiumPolicy)) AS 'OldValue', | |
| SUM(CONVERT(DECIMAL(29, 4), retentions.Premium)) AS 'NewValue', | |
| SUM(CONVERT(DECIMAL(29, 4), retentions.PremiumDiff)) AS 'PremiumDiff', | |
| retentions.OutcomeID, | |
| users1.Username, | |
| users1.FirstName, | |
| users1.LastName, | |
| retentions.CreatedDate | |
| FROM dbo.Retention AS retentions | |
| -- LEFT JOIN dbo.LEAD AS leads ON retentions.LeadID = leads.ID |
| SELECT | |
| * | |
| FROM | |
| dbo. STATUS; | |
| SELECT | |
| leads.Ref, |
https://github.com/powerline/fonts
fonts-master folder inside that. Rather than opening each folder and trying to install each font file ending with .ttf or .otf with the Windows Font Viewer, we will use a PowerShell batch script ( .ps1) called install.ps1. But a few things need to be done to make it work.| export PATH=$PATH:"C:\Program Files\nodejs" | |
| export PATH=$PATH:"C:\Program Files\Docker\Docker\resources\bin" | |
| export PATH=$PATH:"C:\Users\<name>\AppData\Local\Programs\Microsoft VS Code" |
git clone git://github.com/mhoofman/wordpress-heroku.gitcd wordpress-herokuheroku addons:create heroku-postgresqlheroku pg:promote HEROKU_POSTGRESQL_INSTANCE (where HEROKU_POSTGRESQL_INSTANCE) is the result of the create code you ran before.git push herokuThe configuration file for the first node (node1.conf):
storage:
dbPath: /var/mongodb/db/node1
net:
bindIp: 192.168.103.100,localhost
port: 27011
security:
authorization: enabled
keyFile: /var/mongodb/pki/m103-keyfile
Starting the three config servers:
mongod -f csrs_1.conf
mongod -f csrs_2.conf
mongod -f csrs_3.conf
Connect to one of the config servers: