Development

Increasing quota sns

per month, I definitely didn’t go over, not sure why they set this on me https://aws.amazon.com/sns/sms-pricing/ 1/0.00581 Hello, Thank you for submitting your limit increase request. We are unable to grant your increase request at this time because you are not using your current SMS limit. Your current SMS limit[…]

Read More »

multiline find and replace regex perl

heres the string https://www.xmodulo.com/search-and-replace-multi-line-string.html The -0 option turns Perl into “file slurp” mode, where Perl reads the entire input file in one shot (intead of line by line). This enables multi-line search and replace. better version below https://www.codegrepper.com/code-examples/whatever/regex+ignore+newline Great resources https://jkorpela.fi/perl/regexp.html

Read More »

Install Gitlab

https://docs.gitlab.com/ee/install/docker.html the default username is root, now lets get the default password {container name} being the name of your container lets create a access token Creating SSH keys to push since I named the ssh key a non conventional name, I must put the host in the ~/.shh/config file

Read More »