排序
How to save Google search images with a single command
How to save Google search images with a single command,Around August 2020, the method of providing results in Google search seems to have changed significantly, and the Windows sof...
Celery with Django in production
Celery with Django in production,0. Background 1. Create the dedicated user and group 2. Create the celery configuration file 3. Create the systemd file 4. Restart the server 5. Re...
Install classic Jupyter Notebook on Ubuntu 20.04
Install classic Jupyter Notebook on Ubuntu 20.04,Original tutorial appeared on https://sittingdev.com/blog/classic-jupyter-notebook-ubuntu/ In this simple tutorial, you are going t...
A Lightweight Path to Virtualisation
A Lightweight Path to Virtualisation,We do not always have all that we need. Regardless of what device you use, you may find out that you need to set up an environment that is unli...
How to manage background processes in Linux
How to manage background processes in Linux,If you are new to Linux operating system and you start a command or process using terminal/session, you must have noticed that you need ...
How to monitor CPU utilization in Linux
How to monitor CPU utilization in Linux,Monitoring CPU utilization is one of the very important tasks of a back-end system engineer. CPU utilization is nothing but the total works ...
How to schedule and manage tasks using crontab
How to schedule and manage tasks using crontab,Before going into details about crontab, lets suppose you are running an online store and you want to send an email about latest deal...
How to access Google Sheets using Python and gspread
How to access Google Sheets using Python and gspread,Hello everyone, In this post I am going to show how we can access and update Google spreadsheet using Python and an excellent l...
How to keep your computer awake using Python
How to keep your computer awake using Python,This sounds very funny but how can you let your team know that you are always online during work from home and doing your important stu...
How to Install Python 3.9 on Ubuntu
How to Install Python 3.9 on Ubuntu,Python 3.9 released on 2020-10-04 and it offers pretty good changes like generic type annotations. So I want to upgrade my Python to newest vers...
How to setup Android Studio in 4GB ram.
How to setup Android Studio in 4GB ram.,For last three days I am messing with my windows 10 laptop having 4GB ram and no graphics card just for getting started with Android apps an...