Dynamic Technologies
Dynamic Technologies
  • 186
  • 65 798
How to Disable Port 22 and Set Up Custom SSH Port for Secure Server Access | Cybersecurity Awareness
In honor of Cybersecurity Awareness Month, this video guides you through securing SSH access by disabling the default port 22 and setting up a custom SSH port on your server. With these essential steps, learn how to enhance your server’s protection against unauthorized access.
Dtech Blog: wordspiner.xyz/how-to-disable-ssh-port-22-and-set-a-custom-port-on-linux/
💬 Got questions? Leave them in the comments below, and we'll gladly help!
👍 If you find this video helpful, don't forget to like, share, and subscribe for more tutorials! If you encounter any errors or challenges, please comment below, and we will assist you.
#cybersecurityawarenessmonth #sshsecurity #disableport22 #customsshport #serversecurity #octobercybersecurity #sshtutorial #linuxsecurity #secureaccess #trendingshorts #trending #trendingvideo #trendingreels #fyp #fypシ゚viral
***********************************************************************************************
🌐 Ready to elevate your web development game? Need domain registration or expert technical support? Look no further! 🚀 Contact us today at admin@dtechnologys.com or dial +254-717-828-927.
Get A hosting package: dtechnologys.com/services/web-hosting-and-domain-registration/
At Dynamic Technologies, we offer a comprehensive range of services to fuel your digital success:
1. Professional Web Development 🖥️
2. Domain Registration and Hosting Services 🌐
3. Expert Technical Support in Web Deployment and Management 🛠️
4. General IT Consultancy 🤝
5. Mentorship Programs in IT 🌟
6. Tailored Web Development Training 📚
7. Database Training and Optimization 📊
Visit our website at dtechnologys.com for more info! Let's make your digital dreams a reality! 💻 #WebDevelopment #DomainRegistration #TechSupport #ITConsultancy #trendingshorts #trending #trendingvideo #fyp #fypシ゚viral #fypyoutube 🌟
มุมมอง: 17

วีดีโอ

How to Disable Root Login and Enable Passwordless Sudo Access in VPS | VPS Security Essentials
มุมมอง 1812 ชั่วโมงที่ผ่านมา
In this video, we'll walk through securely accessing a VPS with SSH and setting up a new user on CentOS and Ubuntu. We'll start by adding a new user, setting their password, and granting sudo permissions (wheel group on CentOS). Learn how to disable root SSH access by editing the sshd_config file, restarting sshd, and enabling passwordless sudo login for a secure experience. Dtech Blog: wordspi...
Docker Compose for PHP & MySQL | Part 2: Dockerizing a PHP Website with MySQL
มุมมอง 4821 วันที่ผ่านมา
In this tutorial, I demonstrate how to use Docker Compose to Dockerize a PHP website with a MySQL database. You'll learn how to configure a docker-compose.yml file for your PHP and MySQL services, create and connect the PHP website with the MySQL database, and run everything seamlessly in Docker containers. What You’ll Learn: - Setting up Docker Compose for PHP and MySQL - Configuring the docke...
Dockerizing a Simple PHP Website | Part 1: Create & Push PHP Docker Image to Docker Hub
มุมมอง 5121 วันที่ผ่านมา
In this video, I guide you through Dockerizing a simple PHP website from scratch. We'll cover running your PHP web app locally, creating a Dockerfile, building a Docker image, and running the PHP Docker container. Finally, you'll learn how to push your PHP Docker image to Docker Hub for easy sharing and deployment. This is part one of the series, where we focus on the basics of Docker for PHP. ...
How to Deploy a PHP Website on cPanel | Full Guide: Local Setup, File Upload, MySQL Database
มุมมอง 5021 วันที่ผ่านมา
In this step-by-step guide, I will show you how to deploy a PHP website on cPanel, covering everything from running it locally to uploading website files and setting up a MySQL database. Outline: 00:00 - Introduction 00:42 - Running a PHP website locally 03:04 - Compressing project files for upload 03:53 - Uploading files to the selected root folder in cPanel 06:39 - Creating and configuring a ...
Deploy Django App with MySQL using Docker Compose & configure domain name | Nginx, Cloudflare SSL
มุมมอง 212หลายเดือนก่อน
In this comprehensive tutorial, I guide you through deploying a Django application with MySQL on AWS using Docker Compose. This video covers every step needed to make this deployment a success. We have covered the following topics: 1. Setting up an EC2 instance and configuring network settings 2. Accessing your EC2 instance and installing Docker, Docker Compose, and Nginx 3. Building your Docke...
Docker Compose for Django & MySQL: Step-by-Step Guide
มุมมอง 95หลายเดือนก่อน
In this tutorial, I show you how to set up a Django web application with a MySQL database using Docker Compose. You’ll learn how to create and configure a docker-compose.yml file, link Django with MySQL, and easily manage both containers for development, deployment, and testing. By the end of this tutorial, you'll know how to prepare your Django application and MYSQL for deployment. Resources: ...
How to Dockerize a Static Web Application(HTML, CSS & JS Web App) || Full Guide with Docker Hub
มุมมอง 103หลายเดือนก่อน
In this video, I walk you through Dockerizing a simple HTML, CSS, and JavaScript web application. We'll cover everything that is needed: 1. Creating a Dockerfile 2. Select the right base image 3. Build a Docker image 4. Run web app from a Docker image. 5. Log in to Docker Hub via the CLI 6. Push Docker image to Docker Hub Resources: 1. Dockerizing Software Applications: wordspiner.xyz/a-step-by...
How to Create a No-Reply Email in cPanel: Step-by-Step Guide
มุมมอง 122หลายเดือนก่อน
Learn how to create a no-reply email address using cPanel in less than 10 minutes. No-reply emails are commonly used for automated messages where responses aren't expected, such as order confirmations or newsletter distributions. This step-by-step guide will help you set up a no-reply address in cPanel. 💬 Got questions? Leave them in the comments below, and we'll gladly help! 👍 If you find this...
How to Create a Python Virtual Environment in Linux
มุมมอง 28หลายเดือนก่อน
This video shows the process of creating a Python virtual environment on a Linux system. Virtual environments are crucial for managing dependencies in Python projects, allowing you to isolate project-specific packages from your system’s global installation. Why create a virtual environment? - Creates a dedicated environment for each project, ensuring no conflicts between different library or pa...
Secure Key Management in Django: Fetching from a .env File
มุมมอง 232 หลายเดือนก่อน
I will guide you through securely managing sensitive information in your Django projects using a .env file. We'll start by installing the necessary dependencies and creating a .env file. You'll learn how to move your database details to the .env file and securely fetch them in your Django settings. we'll also cover how to handle different data types like boolean values, integers, and lists, and...
How to Connect Django Project to Dockerized MySQL Database
มุมมอง 572 หลายเดือนก่อน
Learn how to connect your Django project seamlessly to a MySQL database inside a Docker container. In this step-by-step tutorial, I’ll guide you through setting up Docker, configuring MySQL, and updating your Django settings to establish a robust database connection. Install Docker on Linux: wordspiner.xyz/how-to-install-docker-on-kali-linux-with-a-few-simple-steps/ Dockerizing software applica...
How to Fix Calendar Display Issues on Ubuntu | Wrong Month Names Issue Resolved
มุมมอง 142 หลายเดือนก่อน
Experiencing strange month names like 'Hag' instead of 'August,' 'Gen' instead of 'January,' or 'Mag' instead of 'May' on your Ubuntu system etc? This guide will help you correct your system's locale settings so that your calendar shows the correct month names. Commands used: #Get current locale settings locale #Generate the Correct Locale sudo locale-gen en_US.UTF-8 #set the locale sudo nano /...
How to Install Visual Studio Code on Ubuntu | Step-by-Step Guide
มุมมอง 1182 หลายเดือนก่อน
Looking to install Visual Studio Code on your Ubuntu system? In this tutorial, I'll walk you through the entire process, from downloading the installation package to setting up VS Code on your Ubuntu machine. Once you download the installation file, run the command below. Download Link: code.visualstudio.com/download Command used: sudo dpkg -i file-name.deb #Replace the file-name with the exact...
How to Install Google Chrome on Ubuntu | Download and Install Chrome via .deb File
มุมมอง 832 หลายเดือนก่อน
Learn how to easily install Google Chrome on your Ubuntu system! In this step-by-step tutorial, I'll guide you through downloading the Chrome installation file (.deb) from the official website and installing it using the terminal. The command used applies when installing any program whose installation file extension is .deb Command used: sudo dpkg -i file-name.deb #Replace the file-name with th...
Day 13: Application Testing In Django || Django framework workshop
มุมมอง 803 หลายเดือนก่อน
Day 13: Application Testing In Django || Django framework workshop
How Migrate A wordpress website To a new Domain or a new Host | Easy Steps
มุมมอง 653 หลายเดือนก่อน
How Migrate A wordpress website To a new Domain or a new Host | Easy Steps
Day 12: Django Extend the User model with AbstractUser || Django framework workshop
มุมมอง 853 หลายเดือนก่อน
Day 12: Django Extend the User model with AbstractUser || Django framework workshop
Day 11: Django Send Email & Basic Authentication || Django framework workshop
มุมมอง 1543 หลายเดือนก่อน
Day 11: Django Send Email & Basic Authentication || Django framework workshop
Day 10: Django Blog App part 4 || Blog Pagination & Fetch Api || Django framework workshop
มุมมอง 633 หลายเดือนก่อน
Day 10: Django Blog App part 4 || Blog Pagination & Fetch Api || Django framework workshop
Day 9: Django Blog App part 3 || Blog Comments || Django framework workshop
มุมมอง 1364 หลายเดือนก่อน
Day 9: Django Blog App part 3 || Blog Comments || Django framework workshop
Day 8: Django Blog App part 2 || Django framework workshop
มุมมอง 884 หลายเดือนก่อน
Day 8: Django Blog App part 2 || Django framework workshop
Day 7: Django Blog App part 1 || Django framework workshop
มุมมอง 1394 หลายเดือนก่อน
Day 7: Django Blog App part 1 || Django framework workshop
Day 6: Django Admin & Passing Data to template || Django framework workshop
มุมมอง 1134 หลายเดือนก่อน
Day 6: Django Admin & Passing Data to template || Django framework workshop
Day 5: Working with Django Models & Relationships || Django framework workshop
มุมมอง 1034 หลายเดือนก่อน
Day 5: Working with Django Models & Relationships || Django framework workshop
Day 4: Working with Django Templates & Static files || Django framework workshop
มุมมอง 1664 หลายเดือนก่อน
Day 4: Working with Django Templates & Static files || Django framework workshop
Day 3: Introduction to Django Framework || Django framework workshop
มุมมอง 1724 หลายเดือนก่อน
Day 3: Introduction to Django Framework || Django framework workshop
Day 2: Python Fundamentals training || Django framework workshop
มุมมอง 1324 หลายเดือนก่อน
Day 2: Python Fundamentals training || Django framework workshop
Day 1: Python Fundamentals training || Django framework workshop
มุมมอง 3694 หลายเดือนก่อน
Day 1: Python Fundamentals training || Django framework workshop
How to Deploy a Node.js Application on Nginx, Connect Domain, and Install SSL
มุมมอง 1634 หลายเดือนก่อน
How to Deploy a Node.js Application on Nginx, Connect Domain, and Install SSL

ความคิดเห็น

  • @The_Unidentified_Hacke
    @The_Unidentified_Hacke วันที่ผ่านมา

    Love, from India what a great work recently I have uploaded my school website with the help of your video tutorial once again thank you so much for this video and best of luck for further

    • @dtechnologieske
      @dtechnologieske วันที่ผ่านมา

      We are glad this helped and thanks for the complement. 🥰🥰. Share and spread the love with your network as well.

  • @DarkcomeScan
    @DarkcomeScan 2 วันที่ผ่านมา

    Report connot? Linux rockys domcloud fix password update root access all how 😢

    • @dtechnologieske
      @dtechnologieske 2 วันที่ผ่านมา

      Hi. This issue is not so clear. Kindly elaborate on the issue you are facing and we will be happy to help further.

  • @DarkcomeScan
    @DarkcomeScan 3 วันที่ผ่านมา

    expired days per vps root sudo access login? Ip port user termius now 😅

    • @dtechnologieske
      @dtechnologieske 2 วันที่ผ่านมา

      Hi! If you’re asking about setting expiration for root or sudo access, you can adjust user permissions and set an expiration using chage (e.g., chage -E for expiration). For added security, you could set up limited-time access or a custom port to control SSH connections. Termius is a great tool for managing this setup! Let me know if you’d like any specific steps. 😅🔐

    • @DarkcomeScan
      @DarkcomeScan 2 วันที่ผ่านมา

      @dtechnologieske yeah video tutorial you ssh root all vps

    • @DarkcomeScan
      @DarkcomeScan 2 วันที่ผ่านมา

      Android im me how u mobile chrome makin

    • @dtechnologieske
      @dtechnologieske 2 วันที่ผ่านมา

      @@DarkcomeScan kindly share in English for us to support you further.

  • @chijiokejames596
    @chijiokejames596 4 วันที่ผ่านมา

    how do you get to the sub command

    • @dtechnologieske
      @dtechnologieske 4 วันที่ผ่านมา

      did you mean subdomain? kindly clarify so we can assist.

  • @MBilalBhatti
    @MBilalBhatti 4 วันที่ผ่านมา

    What is this editor you are using where we can explore and edit files at the same time?

    • @dtechnologieske
      @dtechnologieske 4 วันที่ผ่านมา

      The editor in use is Visual Studio code: you can download it from here: code.visualstudio.com/. You can clone/download the files from my github repo: github.com/danielnjama/php . For this specific one, check in the folder named: Dockerise php with db. In case you need further assistance, kindly let me know.

  • @dtechnologieske
    @dtechnologieske 5 วันที่ผ่านมา

    Thank you so much for tuning in. If you enjoy this video, don't forget to hit the like button, subscribe to the channel, and turn on the notification bell so you never miss any updates. Share the love with your network as well. 🥳🥳🥳 Check out the Blog article: wordspiner.xyz/how-to-disable-ssh-port-22-and-set-a-custom-port-on-linux/

  • @dtechnologieske
    @dtechnologieske 5 วันที่ผ่านมา

    Thank you so much for tuning in. If you enjoy this video, don't forget to hit the like button, subscribe to the channel, and turn on the notification bell so you never miss any updates. Share the love with your network as well. 🥳🥳🥳: See the Commands used here: wordspiner.xyz/how-to-disable-root-user-login-on-centos/

    • @DarkcomeScan
      @DarkcomeScan 2 วันที่ผ่านมา

      @@dtechnologieske 😆😁😍

  • @_Loki__Odinson_
    @_Loki__Odinson_ 11 วันที่ผ่านมา

    Thanks mate, it was helpful.

  • @samuelmf
    @samuelmf 13 วันที่ผ่านมา

    Hi, thanks for the video at the min 5:20 is the option to define environment variables, i setup my variables there, but seems that are not working, where i can view why the variables set there are not working? I looked for the .env file on the app root folder and there is not present, can i create it manually? Thanks

    • @dtechnologieske
      @dtechnologieske 13 วันที่ผ่านมา

      If you create a .env locally, say some of your code blocks depend on information added to your .env(eg database credentials), you need to ensure you upload it together with your code. To view the .env, ensure to enable hidden files to show as shown at minute 10:17. You can also create it mannually but ensure your code is aware that the .env exists. Alternatively, if you defined some variables to read from the .env, you can decide not to upload it, and define those variables in the environment variables section. I hope this piece helps. If you need further assistance, reach out to us and we will assist.

    • @samuelmf
      @samuelmf 13 วันที่ผ่านมา

      @@dtechnologieske Thanks i will take a look, i must create the .env manually because is not present event after re-add the variables one by one on the nodejs project, that .env file is not viewable by web?

    • @dtechnologieske
      @dtechnologieske 12 วันที่ผ่านมา

      Sure, you can do it the manual way. Once you create the .env, for you to see it, you have to enable hidden files to show. These are only visible by you with cpanel access. The other option is to use environmental variables.

  • @انشاءالله-ظ3ط
    @انشاءالله-ظ3ط 14 วันที่ผ่านมา

    Free

    • @dtechnologieske
      @dtechnologieske 14 วันที่ผ่านมา

      Sure, on cloudflare, there is a free package. There are also some premium packages with more features. Check it out and let us know should you need further assistance.

  • @je2587
    @je2587 15 วันที่ผ่านมา

    Nice tutorial! Please add one on deploying a fullstack docker app with images for frontend and backend.

    • @dtechnologieske
      @dtechnologieske 15 วันที่ผ่านมา

      Thanks and Great suggestion! I will consider doing one in the near future. Stay tuned.

  • @bookaltd
    @bookaltd 16 วันที่ผ่านมา

    Asante sana boss!

  • @alessandroscimone5463
    @alessandroscimone5463 22 วันที่ผ่านมา

    Fantastic! Finally a complete explanation. Thanks

    • @dtechnologieske
      @dtechnologieske 22 วันที่ผ่านมา

      Wow. Glad it was helpful!

  • @dtechnologieske
    @dtechnologieske 22 วันที่ผ่านมา

    Thank you so much for tuning in. If you enjoy this video, don't forget to hit the like button, subscribe to the channel, and turn on the notification bell so you never miss any updates. Share the love with your network as well. 🥳🥳🥳 How to install Docker on a Linux: wordspiner.xyz/how-to-install-docker-on-kali-linux-with-a-few-simple-steps/

    • @MBilalBhatti
      @MBilalBhatti 4 วันที่ผ่านมา

      @@dtechnologieske Brother i asked for this code editor?

    • @dtechnologieske
      @dtechnologieske 4 วันที่ผ่านมา

      @@MBilalBhatti The editor in use is Visual Studio code: you can download it from here: code.visualstudio.com/. Kindly let me know if this helps

  • @dtechnologieske
    @dtechnologieske 23 วันที่ผ่านมา

    Thank you for watching this video. Be sure to subscribe to our TH-cam channel for more such videos. Drop your comments in the comment section and share this video with your network. 😛😛😛

  • @dtechnologieske
    @dtechnologieske 23 วันที่ผ่านมา

    Thank you for watching this video. Remember to subscribe and drop a comment. We will be happy to help when you are stuck 🤝

  • @dtechnologieske
    @dtechnologieske 25 วันที่ผ่านมา

    Thank you for watching this video. Remember to subscribe to our TH-cam channel. If you have any questions or challenges, post them in the comment section, and we will get back to you as soon as possible. 😉

  • @saisathish2592
    @saisathish2592 25 วันที่ผ่านมา

    Worked 🙌🙌 thanks

  • @michaeldjango
    @michaeldjango หลายเดือนก่อน

    Bro C# by Microsoft not Google, please review your content!

    • @dtechnologieske
      @dtechnologieske หลายเดือนก่อน

      Thank you Michaelfor the point out. That was a bad slip of the tongue, but will be on the watch out.

    • @michaeldjango
      @michaeldjango หลายเดือนก่อน

      @@dtechnologieske cool, thanks for making content, very much appreciated.

    • @dtechnologieske
      @dtechnologieske หลายเดือนก่อน

      @@michaeldjango you are welcome 🤗

  • @vigneshs6232
    @vigneshs6232 หลายเดือนก่อน

    Thanks..

    • @dtechnologieske
      @dtechnologieske หลายเดือนก่อน

      @@vigneshs6232 you are welcome

  • @YOURFEARS-ih5sm
    @YOURFEARS-ih5sm หลายเดือนก่อน

    ❤❤

  • @Virtualbox_Tutorials
    @Virtualbox_Tutorials หลายเดือนก่อน

    doesnt work

    • @dtechnologieske
      @dtechnologieske หลายเดือนก่อน

      Kindly let us know the error you are getting, and we will be happy to help.

  • @dtechnologieske
    @dtechnologieske หลายเดือนก่อน

    Thank you so much for tuning in. If you enjoy this video, don't forget to hit the like button, subscribe to the channel, and turn on the notification bell so you never miss any updates. Share the love with your network as well. 🥳🥳🥳

  • @AzariosTech
    @AzariosTech หลายเดือนก่อน

    Can you please send the Repository of that django project

    • @dtechnologieske
      @dtechnologieske หลายเดือนก่อน

      Sure. Here: github.com/danielnjama/docker-compose-django-mysql Let me know if you need further assistance.

  • @danielnjama1470
    @danielnjama1470 หลายเดือนก่อน

    Thank you for watching this video. If you have a doubt or get errors, comment below and we will get back to you and help. If the video helps you, kindly share your feedback below. Resources to the commands/code used in this video are added in the description of the video. Subscribe and share the love. 😎😎

  • @Coder.tahsin
    @Coder.tahsin หลายเดือนก่อน

    nice tutorila

    • @dtechnologieske
      @dtechnologieske หลายเดือนก่อน

      Thank you for your feedback.

  • @mainajason
    @mainajason หลายเดือนก่อน

    Thanks 🙏🎉🎉

  • @imperialegaming09
    @imperialegaming09 หลายเดือนก่อน

    we have a Goldmine here brotha🎉🎉🎉

    • @dtechnologieske
      @dtechnologieske หลายเดือนก่อน

      @@imperialegaming09 We appreciate 👏👏🙏

  • @dtechnologieske
    @dtechnologieske หลายเดือนก่อน

    Thanks for watching this video. Remember to subscribe and share your love with your network. Share your experience in the comment section. 😊😊

  • @mainajason
    @mainajason หลายเดือนก่อน

    Thanks sir😮. When will we get the video on how to deploy the same in production?

    • @dtechnologieske
      @dtechnologieske หลายเดือนก่อน

      You are welcome. We will upload the video within the next one week. Thanks for your patience.

  • @dtechnologieske
    @dtechnologieske หลายเดือนก่อน

    Thank you for watching this video. Remember to subscribe and drop your thoughts in the comments section. See some referenced videos in the video description. Also, find below some useful links. Resources: 1. Dockerizing Software Applications: wordspiner.xyz/a-step-by-step-guide-to-dockerizing-software-applications/ 2. Install Docker on a Linux machine: wordspiner.xyz/how-to-install-docker-on-kali-linux-with-a-few-simple-steps/ 3. Docker commands: wordspiner.xyz/getting-started-with-docker/ 😎 Thanks.

  • @mainajason
    @mainajason หลายเดือนก่อน

    A short but rich video.Thank you sir 🎉🎉

  • @dtechnologieske
    @dtechnologieske หลายเดือนก่อน

    Thank you for watching this video. Remember to subscribe and drop your thoughts in the comments section. See some referenced videos in the video description. Also, find below some useful links. Resources: 1. Dockerizing Software Applications: wordspiner.xyz/a-step-by-step-guide-to-dockerizing-software-applications/ 2. install Docker on a Linux machine: wordspiner.xyz/how-to-install-docker-on-kali-linux-with-a-few-simple-steps/ 3. Docker commands: wordspiner.xyz/getting-started-with-docker/

  • @__tchaikovs5223
    @__tchaikovs5223 หลายเดือนก่อน

    God Bless you sir!! 💗💞

  • @josephjayeoba7985
    @josephjayeoba7985 หลายเดือนก่อน

    God bless brother

    • @dtechnologieske
      @dtechnologieske หลายเดือนก่อน

      Thank you 😊😊. Blessings too.

  • @HermesFibonacci
    @HermesFibonacci หลายเดือนก่อน

    why not cd ../ to root folder (the one with etc in it), instead of in ./Home? as if you have more than one sudouser then it will only work in your user home folder, but not system wide available to other sudousers

    • @dtechnologieske
      @dtechnologieske หลายเดือนก่อน

      The home folder was used for illustration purposes. Usually, the virtual environment is created in the same folder as your project, and its project based. While there is no specific folder a virtualenv folder must be created, it should be a location where you can easily locate it and associate it with your project.

    • @dtechnologieske
      @dtechnologieske หลายเดือนก่อน

      I hope this clears the doubt. If not, please let us know and we will be happy to elaborate further.

  • @undefinedtube7520
    @undefinedtube7520 หลายเดือนก่อน

    Useless tutorial

    • @dtechnologieske
      @dtechnologieske หลายเดือนก่อน

      @@undefinedtube7520 Thank you for your feedback. Kindly share with us what did not work for you so we can assist.

  • @jaykrown
    @jaykrown หลายเดือนก่อน

    This was very helpful, thank you. I appreciate you showing both the terminal method and the file manager method.

    • @dtechnologieske
      @dtechnologieske หลายเดือนก่อน

      @@jaykrown You are welcome 🤗.

  • @dtechnologieske
    @dtechnologieske หลายเดือนก่อน

    Thank you for watching this video. Remember to subscribe to our TH-cam channel. Should you face any challenge or require any clarification, let us know in the comment section.

  • @dtechnologieske
    @dtechnologieske หลายเดือนก่อน

    Commands used: To install Python. sudo apt update sudo apt install python3 1. Method 1. Create a Virtual Environment with a Specific Python Version sudo apt install python3.11-venv python3 -m venv myenv 2. Method 2. sudo apt install python3-virtualenv virtualenv myenv2 Thank you for watching. Kindly subscribe. 🤗

  • @animallovers7381
    @animallovers7381 หลายเดือนก่อน

    please my php website is showing 403 Forbidden Access to this resource on the server is denied! please how do I fix it?? thanks

    • @dtechnologieske
      @dtechnologieske หลายเดือนก่อน

      This is usually a permisison related issue. Try this > Select all files (There is that option in file manager in the location your website files are) > Click on FIX Permission option then reload your website. Let us know if this helps

    • @dtechnologieske
      @dtechnologieske หลายเดือนก่อน

      If the above fails, try other php versions as you check if the selected option works.

  • @artem-hnko
    @artem-hnko หลายเดือนก่อน

    Nice, thank you

  • @frank8303
    @frank8303 2 หลายเดือนก่อน

    After doing everything as mentioned above, I'm still getting database error

    • @dtechnologieske
      @dtechnologieske 2 หลายเดือนก่อน

      @@frank8303 Have you created the database and updated the db credentials as it is in your code? Kindly ensure that the db details on code match the database and user created. Also ensure the user has required permissions on the DB.

    • @frank8303
      @frank8303 2 หลายเดือนก่อน

      @@dtechnologieske the error I was getting was because I had bot yet added database prefix and quotation marks. It was sorted , thanks 🙏

    • @dtechnologieske
      @dtechnologieske 2 หลายเดือนก่อน

      @@frank8303 we are happy it's resolved!

  • @ParthaChowdhury-u9w
    @ParthaChowdhury-u9w 2 หลายเดือนก่อน

    I am doing the same to deploy a flask with some GET and POST method built in html file. it was able to render the html, but unable to 'POST' the output in rendering, not sure why it's not working

    • @dtechnologieske
      @dtechnologieske 2 หลายเดือนก่อน

      Is it supposed to save any data to the database? check if you have configured the database. Share the error you are getting on POST, and we will be happy to assist.

    • @ParthaChowdhury-u9w
      @ParthaChowdhury-u9w 2 หลายเดือนก่อน

      @@dtechnologieske i have configured an app that reads user input, analyzes sentiment and based on that using an api fetch some recommendations. recommendations are not loading. also unable the debug window, terminal not showing the live running status of it. how to view it to debug? tried logging also, log file just shows -- ''output: tput: No value for $TERM and no -T specified' .... please help

  • @frank8303
    @frank8303 2 หลายเดือนก่อน

    Are you stuck with your Django project? This guy is amazing. He saves the day😃

    • @dtechnologieske
      @dtechnologieske 2 หลายเดือนก่อน

      @@frank8303 Thank you for the shout out. 💯💯

  • @sudhanshupatil7439
    @sudhanshupatil7439 2 หลายเดือนก่อน

    I deployed my website for poetry generation using gemini api on render, but it takes upto 5 minutes to load, what can I do

    • @dtechnologieske
      @dtechnologieske 2 หลายเดือนก่อน

      Your Gemini API could be resource-intensive. Seeing that render free tier has limited server resources, you might need to upgrade that package to a package with higher resources.

    • @sudhanshupatil9226
      @sudhanshupatil9226 2 หลายเดือนก่อน

      ​@@dtechnologieske It was just a poem generating web app. I later deployed it to AWS

  • @xiaoxiache6481
    @xiaoxiache6481 2 หลายเดือนก่อน

    your video helps me a lot. Thank you so much.

    • @dtechnologieske
      @dtechnologieske 2 หลายเดือนก่อน

      @@xiaoxiache6481 you are welcome 🤗

  • @dtechnologieske
    @dtechnologieske 2 หลายเดือนก่อน

    Thank you for watching this video. Like, subscribe, share, and drop your comments here.

  • @fernandocoelho1334
    @fernandocoelho1334 2 หลายเดือนก่อน

    Thank You.

    • @dtechnologieske
      @dtechnologieske 2 หลายเดือนก่อน

      @@fernandocoelho1334 You are welcome 🤗

  • @weixiangng8279
    @weixiangng8279 2 หลายเดือนก่อน

    Hello great video, one question. If I am using github repository to deploy instead of Docker then how cause the language use to build the github does not have Java only, Docker, Node, Python etc. Hope you can reply soon.

    • @dtechnologieske
      @dtechnologieske 2 หลายเดือนก่อน

      @@weixiangng8279 Hi there. Thanks for your compliment. Unfortunately Render does not support Java language. The work around is to use a docker image for that. I hope this helps.