Skip to content

Instantly share code, notes, and snippets.

View codeinsidepro's full-sized avatar

Code Inside Pro codeinsidepro

View GitHub Profile
@codeinsidepro
codeinsidepro / gist:28084c5631d8e9c46581189264f7c6e1
Created December 13, 2023 17:29
Hire Wordpress Developer For Immediate Start
If you need Wordpress Developer For Immediate Start hire me Telegram https://t.me/codeinsidepro
Empower Your WordPress Journey: Tailored Support for Every Stage
Navigate the complexities of WordPress with confidence and maximize your website's potential with our bespoke support solutions. Whether you're a fledgling entrepreneur or a seasoned digital agency, we cater to your unique needs and aspirations with flexible plans designed to fuel your WordPress success.
@codeinsidepro
codeinsidepro / things_to_do_ul20ff_cloud.sh
Created December 4, 2023 19:58
Things to do after installing Ubuntu 20 LTS Focal Fossa Cloud Server
#!/bin/sh
# Things to do after installing Ubuntu Linux 20 LTS Focal Fossa Desktop
# FORK THIS GIST THEN RUN ALL COMMANDS ONE BY ONE
# Select The Fastest Apt Mirror and Adjust Ubuntu Default Setting: https://www.youtube.com/@codeinsidepro
# Then follow Ubuntu Default settings https://youtu.be/IxmYFA9vneo
# Follow Workground 1 and Workground 2 as attached into this Gist comment section then RUN ALL COMMANDS ONE BY ONE.
# Open your terminal by ctrl+alt+t and run all commands one by one. You can copy and paste into terminal too.
sudo -i
apt update -y && apt upgrade -y
@codeinsidepro
codeinsidepro / things_to_do_ul20ff_desktop.sh
Last active December 4, 2023 19:57
Things to do after installing Ubuntu Linux 20 LTS Focal Fossa Desktop
#!/bin/sh
# Things to do after installing Ubuntu Linux 20 LTS Focal Fossa Desktop
# FORK THIS GIST THEN RUN ALL COMMANDS ONE BY ONE
# Select The Fastest Apt Mirror and Adjust Ubuntu Default Setting: https://www.youtube.com/@codeinsidepro
# Then follow Ubuntu Default settings https://youtu.be/IxmYFA9vneo
# Follow Workground 1 and Workground 2 as attached into this Gist comment section then RUN ALL COMMANDS ONE BY ONE.
# Open your terminal by ctrl+alt+t and run all commands one by one. You can copy and paste into terminal too.
sudo -i