TechInfected

Linux, OpenSource, Programming And Hacks

  • Contact
  • About
  • Privacy Policy

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→

How to upgrade Ubuntu 16.04 to 18.04

May 22, 2018June 23, 2020 Aman Deepdistro, linuxLeave a Comment on How to upgrade Ubuntu 16.04 to 18.04

Ubuntu 18.04 aka Bionic Beaver was released on 26 April this year. This is a LTS (Long Term Support) Release. It was one of the most awaited release version. In this tutorial we will see how to upgrade ubuntu 16.04…

Read More→

How to Install Gummi LaTex editor for Ubuntu 18.04 / 16.04

May 18, 2018June 23, 2020 Aman Deeplinux, ubuntuLeave a Comment on How to Install Gummi LaTex editor for Ubuntu 18.04 / 16.04

Gummi is a Latex Editor. it is available for both Linux and Windows platform. Gummi has a Live preview, unlike command line tools where you need to compile the tex file to product the pdf. It supports insertion of tables…

Read More→

How to install Google Chrome on Ubuntu / Linux mint [via PPA]

April 2, 2018 Aman Deepchrome, linux, ppaLeave a Comment on How to install Google Chrome on Ubuntu / Linux mint [via PPA]

Google Chrome, the most popular browser, is available for Linux. While Chromium, the open source version of chrome is there by default in ubuntu repository, we need to add google chrome source to the repository by ourself. Follow the below…

Read More→

How to compile and run Java program in Linux / Ubuntu Terminal

April 1, 2018June 22, 2020 Aman Deepjava, linux, program, terminalLeave a Comment on How to compile and run Java program in Linux / Ubuntu Terminal

Writing a Java program is quite straight forward in Linux systems, no matter what linux distro (Linux Mint / Ubuntu / Debian / Arch Linux) you have, the steps will same except for step 1 which is installation, it may…

Read More→

Ipython, an alternative Interactive Python interpreter [tutorial]

March 23, 2018 Aman Deepipython, python, terminalLeave a Comment on Ipython, an alternative Interactive Python interpreter [tutorial]

Ipython is an interactive python shell which can be used as a replacement for your default python interpreter. Install Ipython pip install Ipython Launch Ipython Just enter ipython in your terminal aman@vostro:~$ ipythonPython 3.5.2 (default, Nov 23 2017, 16:37:01) Type…

Read More→

Rearrange Bootstrap Column Order with Push and Pull Classes

March 23, 2018 Aman Deepbootstrap, css, gridLeave a Comment on Rearrange Bootstrap Column Order with Push and Pull Classes

Suppose you have three columns, left-sidebar, main-content, right-sidebar. when the page is opened on small screen size the left-sidebar will be stacked at the top followed by the main-content and right-sidebar. What if you wanted to get the main-content at…

Read More→

Some Useful Tmux Shortcuts and Cheatsheet

March 2, 2018 Aman Deepssh, terminal, tmuxLeave a Comment on Some Useful Tmux Shortcuts and Cheatsheet

Tmux is a terminal multiplexer. it’s can be used to create several window panes. Create sessions and much more.Tmux is particularly very useful on remote terminals, I like to use Vim as a text-editor with Tmux. Open Tmux tmux Sessions…

Read More→

Minify JavaScript / CSS with Django Compressor

March 1, 2018 Aman Deepdjango, minify, uglifyLeave a Comment on Minify JavaScript / CSS with Django Compressor

Django Compressor minifies JavaScript and CSS files. It can combine several inline or linked files into cacheable static files. it also supports uglify wih yuglify compressor Install Django Compressor pip install django_compressor In your settings.py INSTALLED_APPS = ( # Add…

Read More→

Automatically create OneToOneField in Django

February 22, 2018 Aman DeepdjangoLeave a Comment on Automatically create OneToOneField in Django

The Django-annoying package contains various useful functions and AutoOneToOneField is one of them. Using AutoOneToOneField a related object is automatically created when the parent object is created. In this example, whenever a new user account is created, a corresponding Profile…

Read More→

Posts navigation

Previous 1 2 3 4 … 13 Next

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