TechInfected

Linux, OpenSource, Programming And Hacks

  • Contact
  • About
  • Privacy Policy

Tag: web-server

How to use .htaccess file in apache2 Ubuntu

May 6, 2020June 23, 2020 Aman Deepapache2Leave a Comment on How to use .htaccess file in apache2 Ubuntu

The .htaccess file can be used in apache server to have it’s own configuration per directory. 1: First step is to enable mod_rewrite module sudo a2enmod rewrite 2: Now restart the apache server sudo service apache2 restart 3: Open the…

Read More→

Apache Tomcat option not showing in servers in Eclipse

April 3, 2019June 23, 2020 Aman DeepWeb ServerLeave a Comment on Apache Tomcat option not showing in servers in Eclipse

If you cant find Apache tomcat server option in the Server adding option follow the steps below. 1. Search Apache Server in market place and install Eclipse JST server Adapters like shown in the image 2. After restarting eclipse you…

Read More→

Shell Script to Run Django Development Server Automatically

May 26, 2018June 23, 2020 Aman Deepdjango, linuxLeave a Comment on Shell Script to Run Django Development Server Automatically

We all know how boring it can be to start the django development server each time. entering the same commands over and over. The good news is that you can write a simple shell script to do so. and after…

Read More→

Recent Posts

  • Make a Ping Network Utility tool using Django
  • Build a Complete Quiz App using VueJS and Django
  • Popular & Easy to learn Web Frameworks in 2020
  • Process in Linux/Unix explained with ps command examples
  • Create Ajax View method for GET/POST in Django
  • What to use? let, const or var in JavaScript
  • Loader animation inside Vuetify Button with VueJs
  • Randomized In-place algorithm JavaScript implementation
  • Axios Cheatsheet for GET, POST, PUT, DELETE Requests
  • Fullscreen Toggle component in VueJS
Tech Infected
Follow @TechInfected

Recent Comments

  • Pratik Rane on Loader animation inside Vuetify Button with VueJs
  • john on Cool Matrix scrolling in linux terminal – CMatrix
  • Anonymous on How to install and use Tkinter in ubuntu / Debian / Linux mint
  • Unknown on How to install and run Juypter/Ipython Notebook in Ubuntu/Debian/Linux Mint
  • Anonymous on Difference between Seeds, Peers and leeches in Torrent
Copyright © 2020 • TechInfected. All rights reserved.
Blog Kit by WP Charms