Skip to content

Commit

Permalink
05. DB
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikySpam committed Sep 30, 2023
1 parent ad84bec commit e7bc4ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions 05_databases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ In this video I demonstrate how to install **PostgreSQL**, **MySql**, **MariaDB*
mv -f SpikySpamTutorials/SS $TF_VAR_PATH
rm -rf SpikySpamTutorials

# Change Access
find $TF_VAR_PATH -type f -iname "*.sh" -exec chmod +x {} \;

# Get the latest .bash_profile content
cp $TF_VAR_PATH/.bash_profile_public $TF_VAR_PATH/.bash_profile
source $HOME/.bashrc
Expand Down
4 changes: 2 additions & 2 deletions SS/.bash_profile_public
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ export TF_VAR_IMAP_HOST="smtp.gmail.com"
export TF_VAR_IMAP_PORT=993
export TF_VAR_IMAP_SSL=true
export TF_VAR_IMAP_STARTTLS=false
export TF_VAR_IMAP_USERNAME="spikyspam@gmail.com"
export TF_VAR_IMAP_PASSWORD="hlfv srxl qspl pwmx"
export TF_VAR_IMAP_USERNAME="example@gmail.com"
export TF_VAR_IMAP_PASSWORD="UltraSecretPassword123!"

# 2️⃣ SET ALIASSES
alias cdss='cd $TF_VAR_PATH; clear'
Expand Down

0 comments on commit e7bc4ca

Please sign in to comment.