Tony Teaches Tech
Tony Teaches Tech
  • Видео 535
  • Просмотров 15 030 832
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 672

Видео

How to Build a WordPress Website with Elementor Hosting
Просмотров 1,1 тыс.4 месяца назад
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,4 тыс.5 месяцев назад
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,9 тыс.5 месяцев назад
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,9 тыс.5 месяцев назад
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,6 тыс.6 месяцев назад
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,2 тыс.7 месяцев назад
Find out why I took a break from RUclips 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,7 тыс.7 месяцев назад
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,8 тыс.8 месяцев назад
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: ruclips.net/video/Wju7FPGcNO0/видео.html Learn Django web development: ruclips.net/video/SLTXTG6ZXIM/видео.htmlsi=ps2Gp-g42VUNiIme Code snippets more at tonyteaches.tech/django-and-leafle...
How to use GeoDjango (import GIS shapefile with Python)
Просмотров 4,7 тыс.9 месяцев назад
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
Просмотров 9 тыс.9 месяцев назад
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 ruclips.net/video/ZpR1W-NWnp4/видео.html Previous video: Django CRUD ruclips.net/video/opjyyXoqrx...
How to do CRUD in Django
Просмотров 15 тыс.9 месяцев назад
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 ruclips.net/video/SPGrc6byv_Y/видео.html Previous video: Django Forms ruclips.net/video/4pSPWkrd-1M/видео.html The entire Django cou...
How to Effectively Navigate the Google Domains Acquisition by Squarespace
Просмотров 19 тыс.9 месяцев назад
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
Просмотров 17 тыс.9 месяцев назад
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 ruclips.net/video/opjyyXoqrxg/видео.html Previous video: Django Context ruclips.net/video/kckacd2Zfwk/видео.html The entire...
How to Make Django Pages Dynamic (pass model data to templates)
Просмотров 3,3 тыс.10 месяцев назад
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 ruclips.net/video/4pSPWkrd-1M/видео.html Previous video: Django Admin Site ruclips.net/video/jCihWwrwS-w/видео.html The entire Django course playlist is available here...
How to Use the Django Admin Site (create super user and login)
Просмотров 5 тыс.10 месяцев назад
How to Use the Django Admin Site (create super user and login)
How to Do Database Stuff with Django Models (without knowing SQL)
Просмотров 2,4 тыс.10 месяцев назад
How to Do Database Stuff with Django Models (without knowing SQL)
How to Render Django Templates with HTML
Просмотров 5 тыс.10 месяцев назад
How to Render Django Templates with HTML
How to Make a Website with Python (Django hello world tutorial)
Просмотров 4,5 тыс.10 месяцев назад
How to Make a Website with Python (Django hello world tutorial)
How to Start a Django Project and Run the Development Server
Просмотров 12 тыс.11 месяцев назад
How to Start a Django Project and Run the Development Server
How to Setup Python for Django (virtual environment with venv)
Просмотров 3,9 тыс.11 месяцев назад
How to Setup Python for Django (virtual environment with venv)
FREE Django Tutorial for Beginners (build a python website)
Просмотров 3,9 тыс.11 месяцев назад
FREE Django Tutorial for Beginners (build a python website)
How to Run WordPress Locally (in a VirtualBox VM)
Просмотров 8 тыс.11 месяцев назад
How to Run WordPress Locally (in a VirtualBox VM)
How to Get your Mac's Wattage with a Command
Просмотров 2,6 тыс.Год назад
How to Get your Mac's Wattage with a Command
How to Run an Ubuntu Server VM with VirtualBox (and login via SSH)
Просмотров 47 тыс.Год назад
How to Run an Ubuntu Server VM with VirtualBox (and login via SSH)
How to do Python Scripting (run a python py file)
Просмотров 8 тыс.Год назад
How to do Python Scripting (run a python py file)
How to Track Emails (simple example with PHP)
Просмотров 4,1 тыс.Год назад
How to Track Emails (simple example with PHP)
3 Ways to Count to 1,000,000 in Python (for, while, recursion)
Просмотров 923Год назад
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,8 тыс.Год назад
Your Emails Are Being Tracked. Here's How to Stop It.
How to Scrape Images from a Website with Python (beautiful soup tutorial)
Просмотров 7 тыс.Год назад
How to Scrape Images from a Website with Python (beautiful soup tutorial)

Комментарии

  • @efm
    @efm Час назад

    Google firebase authentication is disabled from 24june

  • @dil173
    @dil173 2 часа назад

    can you remote ssh connection from a windows laptop to a mac pro??

  • @salexkorsan8790
    @salexkorsan8790 6 часов назад

    Hello, i'm facing a DDOS attack on my VPS, i'm new to use ufw, and iptables, i'm Trying to Block IP Address Attacker, all commands working fine, but ip address not blocking, what to do ? tried with ufw, and iptables both. but not blocking.

  • @user-lq7gh7xl4q
    @user-lq7gh7xl4q 7 часов назад

    ty bro u so good 😀

  • @chandarayi5673
    @chandarayi5673 8 часов назад

    This is aswesome, thank youuu<3

  • @jngarrettart
    @jngarrettart 9 часов назад

    Thank you! I was able to set my email up with this video.

  • @vikrammalkan4695
    @vikrammalkan4695 15 часов назад

    I love your video.

  • @inggox09
    @inggox09 22 часа назад

    ty bro

  • @igarciaasua9
    @igarciaasua9 22 часа назад

    Okay, it took like 12 hours and I just realised the command is --convert-links; not --convert-link Bro seriously, wtf, and the easiest way out is to download the whole website again????

  • @mcorpgroupofcompanies5461
    @mcorpgroupofcompanies5461 День назад

    the man the legend!

  • @Leonardo_A1
    @Leonardo_A1 День назад

    this doesnt work

  • @colliejayden8211
    @colliejayden8211 День назад

    Thanks brother your a life saver

  • @salimmoumouni-tchouassi4511
    @salimmoumouni-tchouassi4511 День назад

    Is there a command I could use to trigger the full page screenshot? Trying the manual steps if there is !

  • @lilaventura
    @lilaventura День назад

    Thank you so much for this tutorial. I can't believe I've been paying double (domain and google workspace) just to have a professional email address! Question: is there a way I can edit the contact card information and profile picture from te alias so that a receiver can see this?

  • @liberssoares4960
    @liberssoares4960 День назад

    I got one.

  • @Zistheone2
    @Zistheone2 День назад

    So what does that mean if you have a website through Wix & you have a Google domains name? I just got an email saying mine will be transferred but I don’t get any of the DNS stuff they mentioned

  • @kwenzathanda4854
    @kwenzathanda4854 2 дня назад

    This video has helped me many times in many situations. this info is easy to forget and once you do a new project need a refresher. Spotting this one more time is such a relief...

  • @rahulsham4014
    @rahulsham4014 2 дня назад

    Thanks G, edged aggressively to this.

  • @smilaise
    @smilaise 2 дня назад

    Its pronounced ooBOONtoo

  • @v.p22709
    @v.p22709 2 дня назад

    TY

  • @supercleanNFT
    @supercleanNFT 2 дня назад

    @tony thank you for the great tutorials. I am stuck trying to figure out how to configure this with a subdomain, and not a totally separate domain (like you did). Can you tell me why they both display the same index.html file, no matter which url I go to?

  • @AbudiChannel-cw4vs
    @AbudiChannel-cw4vs 3 дня назад

    can i use my own apple id and download app and games?

  • @Rashmalai_editz
    @Rashmalai_editz 3 дня назад

    Dm you camrea quality

  • @chaosjacky
    @chaosjacky 3 дня назад

    Excellent hack getting 10 years on the Google price... I'm seeing this video too late :(

  • @johnnybravo964
    @johnnybravo964 3 дня назад

    Now do a webserver deployment in a lambda function

  • @ArmadaWixxi
    @ArmadaWixxi 3 дня назад

    Man, in all honesty. This recent change to Digital Ocean and images requiring an SSH key is fkin bullshit. I just want to have Perforce running for my project. I don't give a rat's ass about no SSH keys. This is goddamn stupid. But thanks for making a tutorial to get it working. And Digital Ocean, fuck you.

  • @iagosauer
    @iagosauer 3 дня назад

    Here: <!doctype html> <html lang=en> <title>500 Internal Server Error</title> <h1>Internal Server Error</h1> <p>The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.</p>

  • @luckytoons8658
    @luckytoons8658 4 дня назад

    Hi, After make website then how to use plugin in it

  • @scottclements2219
    @scottclements2219 4 дня назад

    How do you upload the albums fully intact with layouts and comments to another google account? For example, if you are fully closing down and deleting one google account and want to save your albums in another.

  • @hahahaha-gt4wq
    @hahahaha-gt4wq 5 дней назад

    thank you! this was very hepful!

  • @it_is_random
    @it_is_random 5 дней назад

    chrome has built in keylogger 💀💀💀💀

  • @ajangloves_8596
    @ajangloves_8596 5 дней назад

    “This side can’t be reached”

  • @SomethingSomethingNothing
    @SomethingSomethingNothing 5 дней назад

    Will Google Adsense monetize my blog if I embed RUclips videos of other content makers (like music artists) in my blogposts? I have a music blog.

  • @sudhirkhwairakpam9357
    @sudhirkhwairakpam9357 5 дней назад

    A

  • @gauravmahale8514
    @gauravmahale8514 5 дней назад

    Thanks bro.❤

  • @TiffanySmith-pw4uh
    @TiffanySmith-pw4uh 5 дней назад

    Thank you for the simple explanation- very helpful!

  • @IsaacEarl-eh9rz
    @IsaacEarl-eh9rz 5 дней назад

    He just gave us his IP adress...... hope nobody DDos' him

  • @lindsaylowhan8975
    @lindsaylowhan8975 5 дней назад

    all bad links

  • @Cactusszss
    @Cactusszss 5 дней назад

    yo so lost i followed step by step and half the stuff like github pages doesn't show up for me

  • @AtindriyaDas
    @AtindriyaDas 5 дней назад

    Thanks very much!

  • @-Conn-
    @-Conn- 5 дней назад

    Why you gotta do Andrea like that

  • @ilaly6391
    @ilaly6391 6 дней назад

    Thank you so much

  • @zhulipa
    @zhulipa 6 дней назад

    Thank you

  • @zhulipa
    @zhulipa 6 дней назад

    thanks Tony!!

  • @johnsmethurst250
    @johnsmethurst250 6 дней назад

    Thank you for teaching me how to install a font! Worked perfectly!

  • @GMelization
    @GMelization 6 дней назад

    Hey Tony, could you please do an update for squarespace. As you mentioned, Google domains is no more and I'm having a challenge with the squarespace side of things

  • @georgesparrrow
    @georgesparrrow 7 дней назад

    Hey, after creating the server I don't have var/www and these folder even tho apt is installed and updated. Don't understand why

  • @kimleansy929
    @kimleansy929 7 дней назад

    bro I love you, thanks for this

  • @rorikrognarson9646
    @rorikrognarson9646 7 дней назад

    How can you share this key if you don't have a password, or if you do have a password there is no reason to do so

  • @mjoymalbuezo
    @mjoymalbuezo 8 дней назад

    Thank youuuu it really helps!!!