Mitu Akter Mou

Mitu Akter Mou
Mitu Akter Mou

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 an Array Contains an Element in bash

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 ...

Read more

How to Return Exit status “0” in Bash

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 ...

Read more

yum update vs upgrade

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 ...

Read more

describing the differences between dnf update vs upgrade

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 ...

Read more

describing the difference between apt-get update and apt-get upgrade

“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 ...

Read more

explaining if else statement in bash

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 ...

Read more

explaining about ho to use sudo apt full-upgrade

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 ...

Read more

explaining how to upgrade packages with sudo apt-get

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 ...

Read more

Explaining about how to upgrade a package in linux

Upgrade Package in Linux

Upgrading packages is essential to keep your system up-to-date and avail all the new features of the software packages. When ...

Read more

explaining 4 practical cases to remove package and dependencies

How to Remove Package and Dependencies Using “dpkg” [4 Cases]

dpkg refers to the ‘Debian Package’ which is a low-level package manager used in Debian-based Linux derivatives like Ubuntu, Linux ...

Read more

describing how to remove apt key

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 ...

Read more

explaining about how to remove and purge a package using apt-get

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, ...

Read more

yum force remove without dependencies

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 ...

Read more

How to install vim in ubuntu

How to Install Vim in Ubuntu? [5 Methods]

To install Vim in Ubuntu, execute the code, sudo apt install vim on your Ubuntu terminal. Vim is a text-processing ...

Read more

describing how to uninstall a package using yum command

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 ...

Read more