Skip to content

Instantly share code, notes, and snippets.

@LinuxIntellect
Last active January 11, 2023 05:45
Show Gist options
  • Save LinuxIntellect/20ae1d453155ca05e2bd7be501c48784 to your computer and use it in GitHub Desktop.
Save LinuxIntellect/20ae1d453155ca05e2bd7be501c48784 to your computer and use it in GitHub Desktop.
I will Install akaunting on Ubuntu 20.04
# If you need to install akaunting on your ubuntu then contact with me:
# Skype: zobaer.ahmed5
# BiP: +8801818264577
# Whatsapp: +8801818 264577
# Telegram: +8801818 264577
# Viber: +8801818264577
# Signal: +8801818264577
# Email: linuxintellect@gmail.com
# https://www.linkedin.com/in/linuxintellect
# Youtube Video: https://www.youtube.com/watch?v=AOJlVCLliTs
####################################################################
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb
sudo apt update -y
sudo apt-get upgrade -y
sudo apt install build-essential checkinstall
sudo apt install ubuntu-restricted-extras
sudo apt install software-properties-common
sudo apt install software-properties-common
sudo apt upgrade -o APT::Get::Show-Upgraded=true
sudo apt-show-versions | grep upgradeable
sudo apt install apt-show-versions
sudo apt update -y
sudo apt-get upgrade -y
sudo apt update
sudo apt upgrade
sudo apt install apache2
apache2 -v
sudo service apache2 start
sudo systemctl enable apache2
sudo service apache2 stop
sudo service apache2 start
sudo service apache2 restart
sudo apt install mysql-server
sudo mysql_secure_installation
mysql --version
sudo service mysql start
sudo service mysql enable
sudo service mysql start
sudo service mysql restart
http://server-IP or domain name
@LinuxIntellect
Copy link
Author

Screenshot from 2021-09-18 00-09-52
Screenshot from 2021-09-18 00-12-33
Screenshot from 2021-09-18 00-12-46
Screenshot from 2021-09-18 00-13-01
Screenshot from 2021-09-18 00-13-10
Screenshot from 2021-09-18 00-13-23
Screenshot from 2021-09-18 00-13-30
Screenshot from 2021-09-18 00-13-37
Screenshot from 2021-09-18 00-14-15

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