How to use Bootstrap with Django
5:59
How to do CRUD in Django
21:46
9 ай бұрын
How to use Django Forms
8:55
9 ай бұрын
Пікірлер
@Grigorisgt
@Grigorisgt 10 сағат бұрын
Great video, Can i upload a site from localhost to dreampress ?
@fietjeM
@fietjeM Күн бұрын
Thank you!!
@micgent
@micgent Күн бұрын
Thank you for the support, I tried 4 webpage only tutorials to get LAMP stack running all failed with little further support which taught me very little. i then tried your LEMP video and webpage combination of tutorial, this resulted in the Bad gateway issue which brought me here. And yes my solution was to modify the wordpress.conf by changing the 2nd line 'server unix:/var/run/php/php7.3-fpm.sock;' to update from 7.3 to 8.2. After a reboot I get the wordpress admin setup. Great tutorial, I leaned a bit more and my command line confidence increased.
@Jah_Rastafari_ORIG
@Jah_Rastafari_ORIG Күн бұрын
FFS. ON AN EXISTING INSTALL!
@nidalidais9999
@nidalidais9999 2 күн бұрын
Does it free or it should be paid
@TLOZ1986
@TLOZ1986 2 күн бұрын
If you want secure Linux Distro pls install Debial or Arch 😅
@harrisandreson
@harrisandreson 2 күн бұрын
Sir, IPs are blacklisted provided by Contabo
@qblmy
@qblmy 2 күн бұрын
Thanks
@s2root786
@s2root786 2 күн бұрын
Would this allow for example to gave wordpress and ghost on the same droplet? Can you do a video of having wordpress and ghost installs on same server (WP using Apache and ghost using nginx)?
@gruntq
@gruntq 2 күн бұрын
Thank you very much! Very informative yet concise and clean explanation! Hope you make next video about how to containerize this app using docker😇
@KrishnaYadav-yo7hl
@KrishnaYadav-yo7hl 2 күн бұрын
We are not able to transfer ftp file while we try to transfer then after it shows error such as file transfer are failed
@Kenfin7
@Kenfin7 3 күн бұрын
What does the setup is copying files take so long?
@jonathonaustin7755
@jonathonaustin7755 3 күн бұрын
ok but how do u go about adding those other jekyll themes to your gibhub page?
@jiyu4150
@jiyu4150 3 күн бұрын
bro, i had this problem for months tried so many ways but THIS WORKSSS THANKSSS
@ZoltanMarton-zm3hs
@ZoltanMarton-zm3hs 3 күн бұрын
Hello ! CONTABO Do you also make videos for MacOS?
@vevasam
@vevasam 3 күн бұрын
Your explanation is so good. Thank you.
@mehedial-hasan8497
@mehedial-hasan8497 3 күн бұрын
Unlimited Google voice available for sale
@siddharthsharma871
@siddharthsharma871 3 күн бұрын
when you login into the openvpn UI , we saw there was line which was saying only 2 vpn connection allowed. so if wanna setup this openvpn server for my 50 member of team member. will this setup work or we have to purchase the Paid plan?
@Hussein_Hamad
@Hussein_Hamad 3 күн бұрын
Vulnerability Scanner: WordPress core 6.5.3 insecure in Cloudways. What is meaning??? how to solve this issue?please
@DellAnderson
@DellAnderson 4 күн бұрын
You don't need Putty on Windows. You can use Git Bash command line. And the steps are simple: 1) Generate a Public/Private key pair using SSH on your local computer and use a passphrase to protect the private key (to protect your local key if laptop lost etc). Search online for proper syntax & bit size (eg 4096). Should be something like: ssh-keygen -t rsa -b 4096 -C "[comment_here_to_remind_you_what_this_key_is_for, can be your GitHub or account email] Accept defaults or name the keys something memorable, add a comment (-c) for same reason (does not have to be any particular user name) 2) Import ONLY the Public key to NameCheap Manage SSH (leave the private key blank --- it's supposed to be private!) 3) OPTIONAL: create a config file with the particular for this connection (Search online for the file location and syntax, but it might be something like this using Git bash: nano ~/.ssh/config (then insert the following 6 lines; [ ] = customize for your situation) Host [alias_for_server] HostName [ip_for_server] User [your_user_name] Port [per_hosting_welcome_docs] IdentityFile ~/.ssh/id_rsa (or_whatever_name_key_file) IdentitiesOnly yes (this is optional I think, but forces use of identity file designated above) 4) Log in using the alias created in your config file (you can ignore the ED25519 as long as you're sure you're logging into the right computer - this is not the same as your id_rsa key (Search online for the syntax to ensure you use). e.g for the above config: > SSH [alias_for_server] Again, you never need to let your private keys out of your physical local control. I don't know why this isn't made clear in the online documentation. Thank goodness for chatGPT helping me figure this out.
@brpawankumariyengar4227
@brpawankumariyengar4227 4 күн бұрын
Thank you very much for the video ❤❤❤
@revolutionarydesign1
@revolutionarydesign1 4 күн бұрын
How do you delete only the photos and videos that were downloaded?
@yasingunaydiin
@yasingunaydiin 4 күн бұрын
I dont get it. Why would I use github pages if i have my own domain and website already?
@lilather
@lilather 4 күн бұрын
Do you need a droplet for every project ???
@RiffyDevine
@RiffyDevine 4 күн бұрын
Do you know how to do url.tld/service to do it with say jellyfin or navidrome? I'm trying to work that out.
@kolovrat_scarves
@kolovrat_scarves 4 күн бұрын
Hi Tony, Could you please explain why I am being informed about "Firewall feature not Available / Loading Solid Security via a MU-Plugin is not supported" while setting/configuring the Solid Security Pro plugin (former i-Themes) on my WP site?? Where this problems comes from?? Lots of thanks in advance for your kind response!!🙏
@pallieterbeer168
@pallieterbeer168 4 күн бұрын
This no longer seems to work
@derstephan8092
@derstephan8092 5 күн бұрын
Hey Guys! Thanks alot for the great tutorial! Unfortunately I am receiveing a 502 Bad Gateway error message in my browser, after I restarted NGINX. I am using raspberry pi with bookworm and freshly installed NGINX, Maria-DB and PHP Might be the problem here?: php -i in the console is giving me PHP-Version 8.2.18, but according to your video in the wordpress.conf I am having "server unix:/var/run/php/php7.3-fpm.sock" Is here the problem? EDIT: yes, here is the problem. After checking the path, I saw, that on my raspy is the file php8.2-fpm.sock. After changing this in the wordpress.conf, Wordpress is loading 🎉
@user-lg8bm7yf6d
@user-lg8bm7yf6d 5 күн бұрын
Available Google voice sale
@ibrenecario7357
@ibrenecario7357 5 күн бұрын
Is there somewhere to click instead of hitting ctrl+shift+p?
@elizabethkalola3022
@elizabethkalola3022 5 күн бұрын
Okay how will i type this on my phone for this to work?😢
@darranjames1822
@darranjames1822 5 күн бұрын
Only 15 files deleted for free without paying for full access
@tranhoaianh4
@tranhoaianh4 5 күн бұрын
Thank you very much for your sharing, I have designed my blog due to your instructions.
@j.shoaei
@j.shoaei 5 күн бұрын
thank you, very good
@RelaxFishFarm
@RelaxFishFarm 5 күн бұрын
desktop mode can't get no solution for that ?
@MINEWISE
@MINEWISE 5 күн бұрын
you are a semi demi human god of ours! thankyou!
@eversunnyguy
@eversunnyguy 6 күн бұрын
For some reason google voice number is not linking to my att number
@hi-yv7uv
@hi-yv7uv 6 күн бұрын
how do i edit my page after they moved it to squarespace i cant find a option besides possibly remaking it :(
@wag-on
@wag-on 6 күн бұрын
I already have a Windows server licence key. Can you install your own OS via a ISO image?
@marcelltoth9737
@marcelltoth9737 6 күн бұрын
Thanks!
@seoathlet2199
@seoathlet2199 6 күн бұрын
hi thank you very much! short question can i then also answer with ALIASES?
@marcelltoth9737
@marcelltoth9737 6 күн бұрын
Thanks a lot
@Anirudhappdevelopments
@Anirudhappdevelopments 6 күн бұрын
Thank you Bro✅️
@antidotejack2771
@antidotejack2771 7 күн бұрын
Why all your sites have the same port? is that valid? why?
@antidotejack2771
@antidotejack2771 7 күн бұрын
I've just got my first VPS and you've been an angel to me.
@nemnoton
@nemnoton 7 күн бұрын
Superb.
@nomalum7066
@nomalum7066 7 күн бұрын
@seenivasantamilmani9944
@seenivasantamilmani9944 7 күн бұрын
Awesome man❤... Really helpful
@user-ft8oi1gr2g
@user-ft8oi1gr2g 7 күн бұрын
Thanks for the video! does twilio have monthly subscription or you just pay every month for the number you purchased ?
@francisnjugunaldc
@francisnjugunaldc 4 күн бұрын
Only for the number you purchase
@padmawatirathore5598
@padmawatirathore5598 7 күн бұрын
Thank you ,I loved it