How To Install the Django Web Framework on Ubuntu 22.04

In this tutorial, i am going to show you how to install and uninstall the django web framework on ubuntu 22.04. On the basis of wikipedia :- Django is a free and open-source, Python-based web framework that follows the model–template–views architectural pattern. It is maintained by the Django Software Foundation, an independent organization established in … Read more

How to Install Ionic Framework on Ubuntu 20.04

Ionic provides a set of tools for building native iOS and Android applications, and mobile-ready Progressive Web Apps, using familiar web libraries, frameworks, and languages. Ionic Capacitor is a cross-platform native bridge that allows you to turn any web project into a native iOS or Android mobile application. In this tutorial, i am going to show … Read more

htaccess deny access to directory and subdirectories

Htaccess deny access to directory and subdirectories; In this tutorial, i am going to show you how to deny access to directory and subdirectories using htaccess with Apache web server. htaccess deny access to directory and subdirectories There are three way to deny access to directory and subdirectories; as follows: 1. Deny Access to .htaccess … Read more

How to Install Sketchup 3D in Ubuntu 22.04

SketchUp is a suite of subscription products that include SketchUp Pro Desktop, a 3D modeling computer program for a broad range of drawing and design applications — including architectural, interior design, industrial and product design, landscape architecture, civil and mechanical engineering, theater, film and video game development. In this tutorial, i am going to show you how to install and use sketchup 3D in linux … Read more

How to Install Notepad++ in Ubuntu 22.04

Notepad++ is a text and source code editor for use with Microsoft Windows. It supports tabbed editing, which allows working with multiple open files in a single window. The product’s name comes from the C postfix increment operator. Notepad++ is distributed as free software. Notepad++ is a versatile and powerful source code editor that also serves … Read more