Browsing archived posts:
Cloudant undeleting a user account

The following procedure can be used to undelete a user document in Cloudant. First, login to the Cloudant database as an administrator. Use an Administrator’s username and password. Only admins have access to the _users table. The previously deleted document needs to be retrieved from the database. However, since it has been deleted, all requests […]

AWS CloudShell Homebrew Install Process

  1. Clone. git clone https://github.com/Homebrew/brew ~/.linuxbrew/Homebrew 2. Compile. mkdir ~/.linuxbrew/bin 3. Link. ln -s ../Homebrew/bin/brew ~/.linuxbrew/bin 4. Update environment. eval $(~/.linuxbrew/bin/brew shellenv) 5. Update. brew 6. Confirm. brew –version