- 72
- 477 572
Bobby Iliev
Приєднався 12 лип 2015
💻 DevOps Engineer | 🕸️ Laravel enthusiast
🐧 Avid Linux lover | 🥑 Developer Advocate
🐧 Avid Linux lover | 🥑 Developer Advocate
Introduction to Git and GitHub for beginners
Hello everybody! Welcome to this Introduction to Git video course, where you will learn the basics of Git and GitHub.
My name is Bobby and I've been working as a Linux system administrator for the past 9 years and a few months ago I wrote an opensource ebook on how to get started with Git and GitHub, for more information on how to download the book for free check out the video description.
Useful links:
* The Introduction to Git And GitHub open-source eBook:
github.com/bobbyiliev/introduction-to-git-and-github-ebook
* Free $200 Credit For DigitalOcean
m.do.co/c/2a9bba940f39
* DevDojo Bash guide:
devdojo.com/guide/git
* Interactive terminal here:
git.bobby.sh
* Twitter:
bobbyiliev_
My name is Bobby and I've been working as a Linux system administrator for the past 9 years and a few months ago I wrote an opensource ebook on how to get started with Git and GitHub, for more information on how to download the book for free check out the video description.
Useful links:
* The Introduction to Git And GitHub open-source eBook:
github.com/bobbyiliev/introduction-to-git-and-github-ebook
* Free $200 Credit For DigitalOcean
m.do.co/c/2a9bba940f39
* DevDojo Bash guide:
devdojo.com/guide/git
* Interactive terminal here:
git.bobby.sh
* Twitter:
bobbyiliev_
Переглядів: 572
Відео
Bash Scripting Crash Course for Beginners
Переглядів 7472 роки тому
Hello everybody! Welcome to this Introduction to Bash scripting video course, where you will learn the basics of bash scripting and start creating some awesome scripts! My name is Bobby and I've been working as a Linux system administrator for the past 7 years and a few months ago I wrote an open-source ebook on how to get started with Bash scripting, for more information on how to download the...
How to stream data out of Materialize using Sinks
Переглядів 2932 роки тому
Sinks let you stream data out of Materialize, using either sources or views. Official documentation: materialize.com/docs/sql/create-sink/ Demo project used in the video: github.com/bobbyiliev/materialize-tutorials/tree/main/mz-raspberry-pi-temperature Materialize website: materialize.com/
How to Deploy a Node.js App on Ubuntu with PM2, NGINX and Cloudflare
Переглядів 14 тис.3 роки тому
In this video you will learn how to deploy a Node.js application ready for production on an Ubuntu server using the following: - Install a specific Node.js version - PM2 to allow you to run and manage your Node application 24/7 - Nginx setup as a reverse proxy so that your users could access your website via HTTP on port 80 - Cloudflare so that you could use a domain name and secure your websit...
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu
Переглядів 1,4 тис.3 роки тому
In this video you will learn how to install Apache, MySQL, PHP (LAMP) stack on Ubuntu server. If you are new to DigitalOcean, you could use my referral code and you would get a free $100 credits so you could spin up your own Linux servers in seconds: m.do.co/c/2a9bba940f39 For more information make sure to check out this tutorial here: www.digitalocean.com/community/tutorials/how-to-install-lin...
Syntropy Hackathon Submission - MC Panel
Переглядів 3103 роки тому
💻 Syntropy Hackathon Submittion Category: Gaming Name: MC Panel Creators: * Bobby Iliev - bobbyiliev_ * Denislav - asciiden 💡 Introduction MC Panel is a Software as a Service that can help you manage and provision your Minecraft servers 💰. MC Panel is built with Syntropy, Laravel Wave, DigitalOcean and a few other awesome technologies. Here are some of the awesome featur...
Part 18 Introduction to Git - Wrap up
Переглядів 1313 роки тому
Congratulations! You have just completed the Git basics guide! If you found this useful, be sure to star the project on GitHub: github.com/bobbyiliev/introduction-to-git-and-github-ebook If you have any suggestions for improvements, make sure to contribute pull requests or open issues. Useful links: * Free $100 Credit For DigitalOcean m.do.co/c/2a9bba940f39 * As a next step you could try deplo...
Part 17 Introduction to Git - Pull Requests
Переглядів 1233 роки тому
In this video, you will learn how to fork a repository on GitHub then clone your forked repository to your local machine using the git clone command, make some changes and commits and then submit a pull request (or PR for short). Useful links: * The Introduction to Git Opensource eBook: github.com/bobbyiliev/introduction-to-git-and-github-ebook * Free $100 Credit For DigitalOcean m.do.co/c/2a9b...
Part 16 Introduction to Git - Clone
Переглядів 1023 роки тому
In this video, you will learn how to clone a repository from GitHub to your local machine using the git clone command. Useful links: * The Introduction to Git Opensource eBook: github.com/bobbyiliev/introduction-to-git-and-github-ebook * Free $100 Credit For DigitalOcean m.do.co/c/2a9bba940f39 * Commands used in the video: devdojo.com/guide/git/git-clone * Interactive terminal: git.bobby.sh...
Part 15 Introduction to Git - Revert Changes
Переглядів 993 роки тому
In this video, you will learn how to revert your last commit in case that you've made a mistake. Useful links: * The Introduction to Git Opensource eBook: github.com/bobbyiliev/introduction-to-git-and-github-ebook * Free $100 Credit For DigitalOcean m.do.co/c/2a9bba940f39 * Commands used in the video: devdojo.com/guide/git/reverting-changes * Interactive terminal: git.bobby.sh * T...
Part 14 Introduction to Git - Merge
Переглядів 853 роки тому
In this video, you will learn how to merge one git branch to another. Useful links: * The Introduction to Git Opensource eBook: github.com/bobbyiliev/introduction-to-git-and-github-ebook * Free $100 Credit For DigitalOcean m.do.co/c/2a9bba940f39 * Commands used in the video: devdojo.com/guide/git/git-merge * Interactive terminal: git.bobby.sh * Twitter: bobbyiliev_
Part 13 Introduction to Git - Branches
Переглядів 933 роки тому
In this video, you will learn about Git branches. Useful links: * The Introduction to Git Opensource eBook: github.com/bobbyiliev/introduction-to-git-and-github-ebook * Free $100 Credit For DigitalOcean m.do.co/c/2a9bba940f39 * Commands used in the video: devdojo.com/guide/git/git-branches?ref=bobbyiliev * Interactive terminal: git.bobby.sh * Twitter: bobbyiliev_
Part 12 Introduction to Git - Pull
Переглядів 873 роки тому
In this video, you will learn how to pull the latest changes from GitHub to your local repository. Useful links: * The Introduction to Git Opensource eBook: github.com/bobbyiliev/introduction-to-git-and-github-ebook * Free $100 Credit For DigitalOcean m.do.co/c/2a9bba940f39 * Commands used in the video: devdojo.com/guide/git/git-pull * Interactive terminal: git.bobby.sh * ...
Part 11 Introduction to Git - GitHub
Переглядів 1113 роки тому
In this video, you will learn about GitHub and push your local repository to GitHub. Useful links: * The Introduction to Git Opensource eBook: github.com/bobbyiliev/introduction-to-git-and-github-ebook * Free $100 Credit For DigitalOcean m.do.co/c/2a9bba940f39 * Commands used in the video: devdojo.com/guide/git/introduction-to-gitHub * Adding SSH Key: devdojo.com/guide/git/ssh-keys * ...
Part 10 Introduction to Git - Gitignore
Переглядів 1083 роки тому
In this video, you will learn how to ignore specific files from your Git repository using the .gitignore file. Useful links: * The Introduction to Git Opensource eBook: github.com/bobbyiliev/introduction-to-git-and-github-ebook * Free $100 Credit For DigitalOcean m.do.co/c/2a9bba940f39 * Commands used in the video: devdojo.com/guide/git/gitignore * Interactive terminal: git.bobby.sh...
Part 4 Introduction to Git - Initializing
Переглядів 1393 роки тому
Part 4 Introduction to Git - Initializing
Part 3 Introduction to Git - Configuration
Переглядів 1883 роки тому
Part 3 Introduction to Git - Configuration
Part 2 Introduction to Git - Basic Shell Commands
Переглядів 2573 роки тому
Part 2 Introduction to Git - Basic Shell Commands
Part 1 Introduction to Git - Getting Started
Переглядів 3493 роки тому
Part 1 Introduction to Git - Getting Started
How to host multiple WordPress websites on the same server
Переглядів 11 тис.3 роки тому
How to host multiple WordPress websites on the same server
Introduction to Bash Scripting - Wrap up
Переглядів 2243 роки тому
Introduction to Bash Scripting - Wrap up
Part 11 Introduction To Bash - Debugging
Переглядів 3273 роки тому
Part 11 Introduction To Bash - Debugging
Part 10 Introduction To Bash - Functions
Переглядів 2473 роки тому
Part 10 Introduction To Bash - Functions
Even now this is a bangger of a tutorial. 10/10 would recommend. You saved me multiple days of studying.
Just start local container? lol this is not a real problem...
How to add additional field to post?
I am on mobile😢
Ок зур❤
Зур❤ ОК
In case that you are just getting started with Docker, I could suggest this free eBook here too: devdojo.com/bobbyiliev/free-introduction-to-docker-ebook
In case that you are just getting started with Docker, I could suggest this free eBook here too: devdojo.com/bobbyiliev/free-introduction-to-docker-ebook
In case that you are just getting started with Docker, I could suggest this free eBook here too: devdojo.com/bobbyiliev/free-introduction-to-docker-ebook
Super helpful, thank you c: To me, on LTS24 it wasn't enough to "su - ${USER}". I had to restart my pc and only then I got the permissions!
This is by far the best nginx proxy tutorial I've seen in many years of doing this. It should be the standard.
I don't have domain name configured for my server. I am trying to achieve the same using public ip. Is that not possible?
The big problem is that you have to manage the ports, and it will be difficult with multiple projects having their own team.
Thanks a mil bobby! That was an excellent tutorial. Had to setup 2 websites on the same droplet but one was using subdomain for a different domain all together! Managed to figure it out and edit the values correctly and voila! both WP installs running well using separate domains entirely! Ofcourse had to edit DNS A records not mentioned in this tutorial but i'm so happy and proud it works. YOUR Upvote is so well deserved my friend. Even after 3 years from publishing the video!
i have a big problem can anyone help me when i deploy react, nodejs with nginx , after two days , nginx consume all the CPU until 99.9
3 Years later and still helpful, thank you Bobby ❤
thanks
Thank you, this helped me.
thank you so much for the video, hope this is not a stupid question , is this information in the video valid in 2024 ?
Fantastic
Thanks ! It's very helpful
Love it, I will def try this out!
Hi Bobby. Been reading your Github book. The book is so besutifully structured. Whenever you get time, requesting you to kindly make a short tutorial on how to use the Ibis tool. Thanks a million for the book.
Just great explanation!
Thanks! it worked.
This video sir is just perfect, thank you
perfect tutorial !
crisp and clear. I salute you!
When i type docker ps -a the container is empty. What can i do about it?
Thanks!!!!!
If anyone is getting auth failure then instead of "su -s ${USER}" use "su ${USER}". It worked for me. Thanks for the video very helpful.
Are the domains registered? The nane of the file must be the same as the domain? Thanks a lot!
how can we loadbalance it for multiple pm2 instance ??
I'm unable to Increase Maximum Upload File Size for site2. can anyone help??
Nice video that help me so much. But it seen the reverse proxy i configure doesn't work. It doesn't work unless i type the port of my app. My context is : I dockerize a laravel app with 3 services(app, db , webserver(which is nginx)) and it host on hostinger vps.
Hello, great video Bobby. I'm currently reading your bash scripting ebook and it is amazing you explained things easily and clearly. I clicked on the link on this video and I'm glad to see you have more ebooks on other subjects. I have downloaded them all 😂.Thank you Bobby keep doing what you are doing cause you are saving lives 🙌
how we can access it from outside the container
Very Useful. Thank you for the video.
Thank you so much for this. I have struggled with this, and with some tweaks to the firewall and certbot, it's finally working! Thank you again for the straightforward and uncomplicated directions.
Great tutorial yet kept simple and easy way!
thank you bobby
when i try to login my authentication is failing what should i give for pass
x2... su command not works
Tks, Bobby! :)
i have same problem but u give solution for docker file , how i can solve it in ubuntu cli terminal
Sorry i quite new to docker deployment, can i know how to make it ssl and https with 443
Can you make a tutorial on how to apple letsencypt certificates to those domains?
Thanks!
Hi,I got 502 bad gateway nginx error on browser after calling DRF api..can you plz tell me how to fix this
OMG thank you so mucHHHHHHHHHHH
informative! thanks.