MPMohammad Parvininblog.mparvin.me·Nov 12, 2020 · 3 min readThe best way of installing Docker on LinuxThe best way of installing Docker is achieved when our criteria for Docker installation exist; these criteria include the following: Docker installation best practice 1. Installing the latest version of DockerThe latest version is not necessarily the...00
MPMohammad Parvininblog.mparvin.me·Oct 20, 2020 · 3 min readIntroduction to JMeterApache JMeter is an Apache project that can be used as a load testing tool for analyzing and measuring the performance of a variety of services, with a focus on web applications. Wikipedia (JMeter) This tool is one of the most professional testing t...00
MPMohammad Parvininblog.mparvin.me·May 24, 2019 · 2 min readEnable Night mode from CLI (Ubuntu)Last year in my Ubuntu I enabled auto night mode, but some times I need to disable it. Every time I use the keyboard and I don’t like to use the mouse when I typing with the keyboard. I memorized most of the shortcuts in gnome and vim and use it. For...00
MPMohammad Parvininblog.mparvin.me·Apr 26, 2018 · 2 min readBulk resize photos in BashSome times We need to resize our photos. I use bash for do it because it’s very fast and very customizable. For example I need to resize All photos in folder “Pictures” (recursively) that names starts with “need_resize”. This is not possible in some ...00