Skip to content

Instantly share code, notes, and snippets.

View altela's full-sized avatar

Altela Pramardhika altela

View GitHub Profile
@altela
altela / install_git.bash
Last active May 7, 2022 03:03
Install git and assign emails in Linux Based
apt-get install git
git config --global user.name "your_github_username"
git config --global user.email "your_email_to_github@yahoo.com"
@altela
altela / install_pycharm.bash
Last active May 7, 2022 03:03
Install pycham.tar.gz In Linux Debian Based
# Download pycharm from it's official site
# Open your linux terminal
# Make sure to enter root first
tar -xzf pycharm_package.tar.gz -C /var/opt/
cd /var/opt/extracted_pycharm_package
cd bin
sh pycharm.sh