Skip to content

Instantly share code, notes, and snippets.

View afahitech's full-sized avatar

Ataur Rahman afahitech

View GitHub Profile
@afahitech
afahitech / DockerDockerCompose.sh
Created November 30, 2020 16:29 — forked from AnythingLinux/Docker and Docker Compose Install
Docker and Docker Compose Install Ubuntu 20.04 LTS
#!/bin/sh
# Docker Install
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common -y
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
@afahitech
afahitech / Ruby.sh
Last active January 25, 2021 15:37 — forked from AnythingLinux/Install Ruby on the Linux
How to Install Ruby on the Linux
#!/bin/bash
If you need installation help, contact with me:
Skype: aataur1
Telegram: @AutoDevOps
WhatsApp: +8801751643484
Email: afahitech@gmail.com
===========================================================
@afahitech
afahitech / RubyInstall.sh
Last active January 25, 2021 15:38
Ruby Install Script
#!/bin/sh
If you need installation help, contact with me:
Skype: aataur1
Telegram: @AutoDevOps
WhatsApp: +8801751643484
Email: afahitech@gmail.com
===========================================================
@afahitech
afahitech / ruby.sh
Last active January 25, 2021 15:38 — forked from AnythingLinux/ruby.sh
Ruby Uninstall Linux
#!/bin/bash
If you need installation help, contact with me:
Skype: aataur1
Telegram: @AutoDevOps
WhatsApp: +8801751643484
Email: afahitech@gmail.com
===========================================================
@afahitech
afahitech / focal.sh
Last active January 25, 2021 15:38 — forked from AnythingLinux/Things To Do After Installing Ubuntu 24.10 Desktop Linux
Things To Do After Installing Ubuntu 20.04 LTS Desktop
#!/bin/sh
If you need installation help, contact with me:
Skype: aataur1
Telegram: @AutoDevOps
WhatsApp: +8801751643484
Email: afahitech@gmail.com
===========================================================
@afahitech
afahitech / focal.sh
Last active January 25, 2021 15:38
Things To Do After Installing Ubuntu 20.04 LTS Desktop
#!/bin/sh
If you need installation help, contact with me:
Skype: aataur1
Telegram: @AutoDevOps
WhatsApp: +8801751643484
Email: afahitech@gmail.com
===========================================================
@afahitech
afahitech / rudder.sh
Created October 25, 2020 16:56
How to install Rudder on Ubuntu 20.04 LTS
If you need Rudder installation help, contact with me:
Skype: aataur1
Telegram: @AutoDevOps
WhatsApp: +8801751643484
Email: afahitech@gmail.com
--------------------------------------------------------------------------------------------------------------
# !/bin/sh
@afahitech
afahitech / pythonpro.sh
Last active January 25, 2021 15:39
How to make 'python' program command execute Python 3?
If you need installation help, contact with me:
Skype: aataur1
Telegram: @AutoDevOps
WhatsApp: +8801751643484
Email: afahitech@gmail.com
===========================================================
@afahitech
afahitech / mautic.sh
Created October 2, 2020 17:26
How to install mautic in Ubuntu 18.04 LTS
If you need Mautic installation contact with me:
Skype: aataur1
Telegram: @AutoDevOps
WhatsApp: +8801751643484
# !/bin/sh
Install Apache
sudo apt update && sudo apt upgrade
sudo apt install apache2
@afahitech
afahitech / djang.sh
Last active October 24, 2020 05:40
How to install Django in ubuntu 20.04 LTS
If you need Django installation help, contact with me:
Skype: aataur1
Telegram: @AutoDevOps
WhatsApp: +8801751643484
Email: afahitech@gmail.com
-------------------------------------------------------------------------------