Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.3 KB

File metadata and controls

41 lines (24 loc) · 1.3 KB

General Programming Knowledge

More knowledge can be found within the specific folders in the codebase above. This is just but a preview.

  • EC2 Reading List

Description Link
Upgrading Ubuntu ec2 https://repost.aws/knowledge-center/ec2-linux-upgrade-ubuntu-lts
  • Ubuntu Reading List and commands

Ubuntu Reading List

Description Link

Ubuntu Commands

Description Command
Get Ubuntu Version lsb_release -a
example output:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.6 LTS
Release: 18.04
Codename: bionic
  • Markdown Reading List

Description Link
Markdown Emoji Cheat Sheat https://github.com/ikatyang/emoji-cheat-sheet
Example is shown below :
😀 => :grinning:
🤩 => :star_struck:
  • Redis Reading List

Description Link
Installing a redis server on Ubuntu EC2 https://www.hostinger.com/tutorials/how-to-install-and-setup-redis-on-ubuntu/