Designation
Linux Content Developer Executive, SOFTEKO.
Resides in
Dhaka, Bangladesh.
Education
BSc. in Biomedical Engineering, Khulna University of Engineering & Technology.
Expertise
Creative Writing, Website Blogging, MATLAB, C programming, Microsoft Office, Machine learning, Ubuntu, AutoCAD, Comsol Multiphysics, Biopac Student Lab, Multisim.
Summary
- Currently working as Linux Content Developer Executive for LinuxSimply, SOFTEKO.
- Worked on Biomedical-based projects.
Follow On
Popular Article From Mitu Akter Mou
Check If a Variable Exists in Bash Using If Statement
In Bash, the “if else” statement is used to control the flow of execution of the bash script statements. Within ...
Yum Update Vs Upgrade [Basic Differences]
If you are confused about which command to use to update Linux packages, this article is for you. Here, I ...
DNF Update Vs Upgrade [Which One Is Better]
dnf refers to the Dandified Yum which is an updated version of the yum package manager. This front-end package manager ...
“apt-get update” Vs “apt-get upgrade” [What’s the Difference]
apt-get update and upgrade both commands are used in Debian-based Linux distros to update the software packages. Undoubtedly, the apt-get ...
How to Return Exit status “0” in Bash [6 Cases]
The value of exit status “0” indicates the successful completion of a script or command. After executing a function or ...
Check If Array Contains an Element in Bash [6 Methods]
Bash arrays provide a powerful tool for storing multiple values in one variable. While dealing with arrays, determining whether a ...
File Information and Metadata
A file does not store only data, it comes with a lot of information related to the file called metadata. ...
How to Read File Line Using Bash “while” Loop [8 Cases]
Reading a file line by line is a must-have skill that any developer needs to learn to master bash scripting. ...
If Else in Bash
Controlling the flow of statements execution in the bash program is a fundamental task of decision-making. Therefore, in the bash ...
How to Uninstall a YUM Package [2 User-Friendly Cases]
In Red-hat-based Linux systems, YUM (Yellowdog Updater Modified) is a popular package manager for managing software packages. You might download ...
How to Use “sudo apt full-upgrade” in Linux [A complete Guide]
The ‘sudo apt full-upgrade’ command is used to upgrade packages to their latest versions by replacing or removing the old ...
How to Remove and Purge a Package Using “apt-get” [4 Methods]
apt-get is basically an advanced package tool, mostly used in Debian-based Linux distributions such as Ubuntu, Kali Linux, Linux Mint, ...
How to Upgrade With “sudo apt-get” Command [2 cases]
apt-get is one of the popular package managers used to perform different operations including install, remove, update, and upgrade in ...
How to Force Remove a Package Without Dependencies Using Yum [2 Methods]
If you want to forcefully remove any package without its dependencies then you are in the right place. In this ...
How to Remove Apt-key in Linux [3 Practical Methods]
Are you looking for a solution to remove the apt-key in Linux? If yes, read this article. Here, I will ...