Skip to content

Instantly share code, notes, and snippets.

@davebeach
Last active May 26, 2020 17:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davebeach/082bb3766f87ac5e550219259be73570 to your computer and use it in GitHub Desktop.
Save davebeach/082bb3766f87ac5e550219259be73570 to your computer and use it in GitHub Desktop.
Bitnami Applications Useful LINUX Commands

User Management

  • First on debian 8 system (bitnami) sudo apt-get update

  • Next install ZSH with SUDO sudo apt-get install zsh

  • You will get the message about file size, select Y: After this operation 13.2 MB of additional disk space will be used. Do you want to continue? [Y/n] yes

  • To avoid complications with your bitnami Application, you want to make sure you are the bitnami user at first. When you ssh via google cloud, it logs you in to your user name (ie david_beach). To see the current user on LINUX:

whoamI
david_beach@bitnamiApplication:~$ david_beach
  • To switch users:
sudo -u bitnami zsh
whoami
bitnami@bitnamiApplication:~$ bitnami
  • You are now Bitnami. Note that text pops up if you want to set up zsh further for this user. This is not required.

  • robbyrussell has a good template to use: Link for settings options for zshrc.zsh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment