Tony Teaches Tech
Tony Teaches Tech
  • 535
  • 14 627 804
Can a 10GB Server Run a Website? WordPress Requirements Explained
Find out if a server with 10 GB of SSD storage and 512 MB of RAM memory has enough resources to run a WordPress website. The official WordPress server requirements page does not give any recommendations wordpress.org/about/requirements, but we will put it to the test in this video.
Find more at tonyteaches.tech
Переглядів: 2 186

Відео

How to Build a WordPress Website with Elementor Hosting
Переглядів 9583 місяці тому
Learn how to make a website for your business in this Elementor Hosting tutorial for beginners. Get started with Elementor Hosting 👉 ttt.do/ElementorHostingTutorial 00:00 Website overview 00:17 Choose a website design template 01:23 Sign up for Elementor Hosting 02:42 Edit global colors 04:13 Edit global fonts 05:10 Make a brand logo with Elementor AI 08:00 Write a brand tagline with Elementor ...
10 Reasons Why Elementor Hosting is the Best WordPress Hosting Option
Переглядів 1,3 тис.4 місяці тому
Find out why Elementor Hosting has some of the best web hosting for WordPress with free website templates, premium customer support, AI content generation, and more. Get started with Elementor Hosting 👉 ttt.do/ElementorHostingReview Find more at tonyteaches.tech Check out my vlog channel @TonyFlorida #webhosting #hosting #elementorpro #elementor #elementorhosting #wordpress
How to Install WordPress on DigitalOcean in 2024
Переглядів 3,1 тис.4 місяці тому
Learn how to make a website on DigitalOcean where you can easily install WordPress in one click. Your website will run on the latest stable version of Ubuntu on top of a LAMP server with Apache, MySQL, and PHP. The install also comes with fail2ban for security and certbot for automatic SSL certificates. Get $200 free DigitalOcean credits 👉 ttt.do/WordPressDigitalOcean (affiliate link) Find more...
How to Make a Free Website with Tiiny Host
Переглядів 3,3 тис.4 місяці тому
Learn how to host a free website with Tiiny Host in this step-by-step tutorial. Make a free website with Tiiny Host 👉ttt.do/TiinyHostFree More free website hosting options 👉 tonyteaches.tech/free-website-hosting/ Find more at tonyteaches.tech Check out my vlog channel @TonyFlorida #tiinyhost
What's the #1 Best WordPress Hosting in 2023? (detailed comparison)
Переглядів 1,5 тис.5 місяців тому
Find out how a dozen website hosting platforms compare as we evaluate basic features like web hosting costs and limitations and essential features like SSL, CDN, and SSD storage. Don't worry, I'll explain what these acronyms mean in the video :) Get started with Elementor Hosting 👉 ttt.do/ElementorHostingWins (affiliate link) Find more at tonyteaches.tech Check out my vlog channel @TonyFlorida ...
TTT updates and more (November 2023)
Переглядів 1,1 тис.6 місяців тому
Find out why I took a break from UA-cam this year and what’s next for this channel. Sign up my email newsletter here 👉 mail.ttt.do/Update2023 Join my channel for exclusive membership perks 👉 ttt.do/Membership2023 Find more at tonyteaches.tech Check out my vlog channel @TonyFlorida
The Darth Truth About DDoS Attacks that Nobody is Talking About
Переглядів 1,6 тис.6 місяців тому
Learn how to protect your online business website or e-commerce store with Cloudflare DDoS protection that’s built right into Cloudways hosting. Please note that the Malcare Ozone Layer feature with Cloudways is coming soon. Use promo code TONY to get 20% off your first 3 months with Cloudways 👉 ​​ttt.do/CloudwaysDDoS (affiliate link) Find more at tonyteaches.tech Check out my vlog channel @Ton...
How to Display a Map with Leaflet on a Django Website
Переглядів 4,3 тис.7 місяців тому
Learn how to use Leaflet JS and GeoJson to display a map on an HTML page for every country. While this tutorial is specific to GeoDjango, the fundamentals of mapping with leafletjs are covered. Previous video: ua-cam.com/video/Wju7FPGcNO0/v-deo.html Learn Django web development: ua-cam.com/video/SLTXTG6ZXIM/v-deo.htmlsi=ps2Gp-g42VUNiIme Code snippets more at tonyteaches.tech/django-and-leaflet-...
How to use GeoDjango (import GIS shapefile with Python)
Переглядів 4,1 тис.8 місяців тому
Learn how to setup Geodjango with a PostgreSQL database and populate it with a shapefile from Natural Earth www.naturalearthdata.com. By the end of the tutorial, you will have a Django model for a country that displays a map with the country layer in Django admin. Also, you can use Python to query the GIS data on the command line. Get $200 free DigitalOcean credits for your server 👉 ttt.do/Digi...
How to use Bootstrap with Django
Переглядів 8 тис.8 місяців тому
Learn how to spice up your Django website with the Bootstrap CSS framework. In this tutorial, we will be using Bootstrap 5 to wrap our HTML body in a container, stylize our table with a border, and make colorful buttons with btn success, danger, and primary. Next video: Django Production Deployment ua-cam.com/video/ZpR1W-NWnp4/v-deo.html Previous video: Django CRUD ua-cam.com/video/opjyyXoqrxg/...
How to do CRUD in Django
Переглядів 13 тис.8 місяців тому
Learn basic CRUD operations for Django so you can create, read, update, and delete data directly from a public web page. This tutorial will guide you through a simple CRUD example that uses a Django model to interact with the database. Next video: Django Bootstrap ua-cam.com/video/SPGrc6byv_Y/v-deo.html Previous video: Django Forms ua-cam.com/video/4pSPWkrd-1M/v-deo.html The entire Django cours...
How to Effectively Navigate the Google Domains Acquisition by Squarespace
Переглядів 18 тис.8 місяців тому
Compare Squarespace Domains cost of registration with Google Domains to see if transferring your domain name before the sale happens is the best option for you. Find a table comparing Google Domains pricing vs Squarespace here on my website 👉 tonyteaches.tech/squarespace-domains-cost Check out my vlog channel @TonyFlorida #squarespace #googledomains
How to use Django Forms
Переглядів 15 тис.8 місяців тому
Learn how to use Django forms to let Django do all the heavy lifting and automatically write HTML form elements for you. By extending the ModelForm and rendering it in your template from context, we can display the entire form or element by element. Next video: Django CRUD ua-cam.com/video/opjyyXoqrxg/v-deo.html Previous video: Django Context ua-cam.com/video/kckacd2Zfwk/v-deo.html The entire D...
How to Make Django Pages Dynamic (pass model data to templates)
Переглядів 2,9 тис.9 місяців тому
Learn how to make dynamic pages in Django by rendering templates with context that you can populate with model data. This tutorial will display the Django model in a table that’s accessible to the public. Next video: Django Forms ua-cam.com/video/4pSPWkrd-1M/v-deo.html Previous video: Django Admin Site ua-cam.com/video/jCihWwrwS-w/v-deo.html The entire Django course playlist is available here: ...
How to Use the Django Admin Site (create super user and login)
Переглядів 4,6 тис.9 місяців тому
How to Use the Django Admin Site (create super user and login)
How to Do Database Stuff with Django Models (without knowing SQL)
Переглядів 2,2 тис.9 місяців тому
How to Do Database Stuff with Django Models (without knowing SQL)
How to Render Django Templates with HTML
Переглядів 4,4 тис.9 місяців тому
How to Render Django Templates with HTML
How to Make a Website with Python (Django hello world tutorial)
Переглядів 4 тис.9 місяців тому
How to Make a Website with Python (Django hello world tutorial)
How to Start a Django Project and Run the Development Server
Переглядів 10 тис.10 місяців тому
How to Start a Django Project and Run the Development Server
How to Setup Python for Django (virtual environment with venv)
Переглядів 3,5 тис.10 місяців тому
How to Setup Python for Django (virtual environment with venv)
FREE Django Tutorial for Beginners (build a python website)
Переглядів 3,7 тис.10 місяців тому
FREE Django Tutorial for Beginners (build a python website)
How to Run WordPress Locally (in a VirtualBox VM)
Переглядів 7 тис.10 місяців тому
How to Run WordPress Locally (in a VirtualBox VM)
How to Get your Mac's Wattage with a Command
Переглядів 2,3 тис.11 місяців тому
How to Get your Mac's Wattage with a Command
How to Run an Ubuntu Server VM with VirtualBox (and login via SSH)
Переглядів 42 тис.11 місяців тому
How to Run an Ubuntu Server VM with VirtualBox (and login via SSH)
How to do Python Scripting (run a python py file)
Переглядів 7 тис.11 місяців тому
How to do Python Scripting (run a python py file)
How to Track Emails (simple example with PHP)
Переглядів 3,8 тис.11 місяців тому
How to Track Emails (simple example with PHP)
3 Ways to Count to 1,000,000 in Python (for, while, recursion)
Переглядів 885Рік тому
3 Ways to Count to 1,000,000 in Python (for, while, recursion)
Your Emails Are Being Tracked. Here's How to Stop It.
Переглядів 2,7 тис.Рік тому
Your Emails Are Being Tracked. Here's How to Stop It.
How to Scrape Images from a Website with Python (beautiful soup tutorial)
Переглядів 6 тис.Рік тому
How to Scrape Images from a Website with Python (beautiful soup tutorial)

КОМЕНТАРІ

  • @kemaldursun8192
    @kemaldursun8192 4 години тому

    thank u so much

  • @gullitlevia787
    @gullitlevia787 6 годин тому

    thanks mate. very easy to follow

  • @TheBandit87
    @TheBandit87 9 годин тому

    This is the first video I've watched of yours and looks like I'll be subscribing! I flashed Kali linux to a bootable USB and it went from 32gb to 6gb So I thought i'd format it and try do a partition but it stayed at 6gb so did a quick google and you came up... fixed it in 1.38 🤣Thanks 🙌

  • @user-qt2qb9ub8z
    @user-qt2qb9ub8z 11 годин тому

    Yep, this also donwload the mp4 files on the web, ty

  • @rushipankade
    @rushipankade 11 годин тому

    i hid my folder on desktop as suggested but now unhidding part is not working. What should i do? it says No such file or directory

  • @sahhaf1234
    @sahhaf1234 13 годин тому

    confusing... why didn't the first wget command at @2:32 did not print any messages? what is its difference with the second wget command at @3:14?

  • @CARMELOGP
    @CARMELOGP 14 годин тому

    Literally wtf how is this not mainstream news. 😂 thanks so much.

  • @ABC-ml5jq
    @ABC-ml5jq 15 годин тому

    Dear, nice work. How can i find the remote computers credentials?

  • @elfwriterbluemoon2244
    @elfwriterbluemoon2244 18 годин тому

    🏐 Can I add a link text to an Instagram bio?

  • @KeisyaNazhwa
    @KeisyaNazhwa 19 годин тому

    Ara you going

  • @KeisyaNazhwa
    @KeisyaNazhwa 19 годин тому

    Wow so mats

  • @msbhadauria2003
    @msbhadauria2003 22 години тому

    have you added the website in search console ? is it necessary ?

  • @billzsolutions5663
    @billzsolutions5663 День тому

    what if I have a website running already on the main domain will it affect it? because it did rewrite my nginx config, which brought down my website.

  • @ohokcool
    @ohokcool День тому

    Something wrong with the link in the description

  • @gomo5628
    @gomo5628 День тому

    how to config for multi domainnames, sort of share hosting scenario?

  • @AbdusSubhan-xk7ef
    @AbdusSubhan-xk7ef День тому

    Hello bro, my facebook views attacked by bots views, what can i do

  • @wandereview
    @wandereview День тому

    Hi tony, thanks for sharing. But earning $900 for 475 days is very small, I have the same sentiment with my website and earnings is even worst. Compare to my YT channel that gets 8-15k views per month and earns 500-900$ monthly and for better months could get up to $1000-1500. YT is really better than writing articles. I’ve been trying to revive my website but the earning is so small, it cant even pay my hosting. I also noticed RPM is very low from $0.1-2 only. Compare to YT that gets from $1-10 per 1k views. I’ve been thinking to migrate my blog from blogspot to wordpress but with this kind of earning I think it’s really not worth it. I dont even see bloggers who earn enough with articles now as most people now tend video content. It’s only a good way to drive traffic to your videos.

  • @Ninetieschillout
    @Ninetieschillout День тому

    Stuck on confirming DNS

  • @mhraihan7422
    @mhraihan7422 2 дні тому

    thanks for the help. solve the issues

  • @remhainega8669
    @remhainega8669 2 дні тому

    Good job man

  • @remhainega8669
    @remhainega8669 2 дні тому

    Good job man

  • @CommonHub
    @CommonHub 2 дні тому

    Can you post videos? Or just pictures ? (On the blog)

  • @yousifabdalaziz6679
    @yousifabdalaziz6679 2 дні тому

    lesson learned : you can write a better code in the kitchen

  • @edgarl.mardal8256
    @edgarl.mardal8256 2 дні тому

    This was the most strong tool, with the outmost easiest commands for doing great change, thanks for the great tutorial, got my webpage now

  • @janukiraveena9818
    @janukiraveena9818 2 дні тому

    Can we upload podcast as a blog

  • @JamiePegler
    @JamiePegler 3 дні тому

    After using a 256gb flash drive to do a clean install of windows the drive was showing 32gb. Completed the process shown and am now back to the original size :-)

  • @ThatBBShopSound
    @ThatBBShopSound 3 дні тому

    Your opening desktop shot is fantastic!

  • @user-xk3ko8lm7v
    @user-xk3ko8lm7v 3 дні тому

    it works on the same network in same location only

  • @rodrigodasilva9176
    @rodrigodasilva9176 3 дні тому

    Nice video, but it didn't work for me. =/

  • @ediazrod
    @ediazrod 3 дні тому

    This is not a issue to run a service as a root?

  • @thecrossedtheroadfund4289
    @thecrossedtheroadfund4289 3 дні тому

    Nothing is plug & play anymore. This is bullshxt!

  • @Itsallfun3000
    @Itsallfun3000 3 дні тому

    Tony first time watcher thanks for the info. I've been struggling a lot with this but it turns out on 24.04 there is an issue related to python as of now may 2024. Switched to 2202 and it worked fine and I completed your example.

  • @arkofimagination
    @arkofimagination 3 дні тому

    I use SSH directly from my GCP. Should I still SSH keys, not password?

  • @Honza..
    @Honza.. 3 дні тому

    Hello sir, I have problem in browser: 502 Bad Gateway nginx/1.18.0. Do you know what should I do ?

  • @huybui5119
    @huybui5119 3 дні тому

    when i type: setsebool httpd_can_network_connect true, output :Could not change active booleans: Invalid boolean, how to fix help me

  • @melanidankovska7594
    @melanidankovska7594 3 дні тому

    Do it works with elementor posts

  • @fajarsetiawansiagian
    @fajarsetiawansiagian 4 дні тому

    thanks for your info. it helps me to understand how to change php version

  • @BlueDolphinBlues
    @BlueDolphinBlues 4 дні тому

    Do a video on installing open VPN without access server

  • @AsimNaskar
    @AsimNaskar 4 дні тому

    can you make a video on Jemdoc...used for static website

  • @theKhantSoeHtet
    @theKhantSoeHtet 4 дні тому

    I checked on namecheap pricing plans and free ssl is included.

  • @kabbahthoronkaExden
    @kabbahthoronkaExden 4 дні тому

    Thank you

  • @afro_habesha
    @afro_habesha 4 дні тому

    i followed step by step and i don't know what to search for in the browser you searched micro.domain do i search my server ip ?

  • @klezmer12
    @klezmer12 4 дні тому

    So was google right about the connect not private thingy?

  • @user-zl5qh6gv1f
    @user-zl5qh6gv1f 4 дні тому

    i keep getting this error........................vagrant@localhost: Permission denied (publickey). how do i go about it?

  • @RecipeNama
    @RecipeNama 4 дні тому

    awesome! it worked, thanks

  • @juliusnicaro
    @juliusnicaro 4 дні тому

    What about on mobile?

  • @livingfantasies123
    @livingfantasies123 5 днів тому

    @tonyteachestech Hey tony! Your video is so helping.. i just have a question am clicking on visit profile but it doesnt give me the option for edit profile. Can you help me in this it will be very helpful😊

  • @SmokezHerb
    @SmokezHerb 5 днів тому

    Are you able to link to different html files from your index.html?? if i wanted to create a portfolio website in my index.html. with a bunch of links to my different projects ive built. in like a ./projects/project1/index.html. will that work? can i link to and from that, to show off different projects, and then link back to my portfolio ?

  • @Ianisatool
    @Ianisatool 5 днів тому

    Mine doesn't go to the Google dashboard after I press finish.

  • @maxdemontbron9720
    @maxdemontbron9720 5 днів тому

    Very informative and the pacing was perfect for me. Thank you for this video!