Designation
Linux Content Developer Executive, Softeko.
Resides in
Kathalbagan, Dhaka 1205, Bangladesh.
Education
BSc. in Naval Architecture and Marine Engineering (NAME), Bangladesh University of Engineering and Technology (BUET).
Expertise
Analytical Writing, Linux, Ubuntu, Programming(Language: C, C++, Arduino), Computer-Aided Design(Software: Rhinoceros, AutoCAD, Maxsurf), Microsoft Office, Google Application.
Summary
- Currently working as the Linux Content Developer Executive at SOFTEKO since December 2022.
- Former Engineering-Intern, Khulna Shipyard Ltd, Khulna.
- Completed Bachelor of Science from Bangladesh University of Engineering and Technology.
Experience
- Developed a prototype of an Accident Avoidance Alarm that can automatically detect traffic and leave an alarm to reduce the risk of Accidents.
- Developed an Automatic Signal Detecting Line Follower Robot using Arduino as a microcontroller which can detect signals and take appropriate decisions and follow the path.
Follow On
Popular Article From S. M. Amdadul Islam
The “userdel” Command in Linux [4 Practical Examples]
Linux is a multi-user os that allows several users to interact with the system simultaneously. In case of deleting any unnecessary ...
The “ufw” Command in Linux [12+ Practical Examples]
The ufw (Uncomplicated FireWall) is a firewall management tool for Linux systems that is used to configure and manage the ...
The “tree” Command in Linux [14 Practical Examples]
Sometimes it becomes essential to explore the file structure of a new server, organize files and directories on a personal computer, and debug issues ...
The “hostname” Command in Linux [12 Practical Examples]
A hostname is a unique name assigned to a computer that is connected to a network. It allows the device to be ...
The “usermod” Command in Linux [14+ Practical Examples]
Sometimes, you need to change or modify the details of an existing user in the system. At that time, you can ...
The “groupmod” Command in Linux [5+ Practical Examples]
Sometimes, you need to change or modify the group’s own attributes. At that time, you can use the groupmod command to modify ...
The “unalias” Command in Linux [3 Practical Examples]
Sometimes you use several combinations of commands or large commands with huge options repeatedly. To make this task easier, you can create an alias. ...
The “addgroup” Command in Linux [7 Practical Examples]
In Linux, groups are used to distribute common permissions and privileges to a number of users and manage them at the user level. In ...
The “groupadd” Command in Linux [7 Practical Examples]
Groups in Linux are used to assign common privileges and permissions to multiple users rather than managing them at the individual user level. The groupadd command in ...
The “getent” Command in Linux [11 Practical Examples]
There are many command-line tools in Linux that can be used to access user information stored in a database. One ...
The “uname” Command in Linux [11 Practical Examples]
The uname command, short for UNIX name, is a useful tool in Linux for getting information about the hardware and software of ...
The “useradd” Command in Linux [12 Practical Examples]
Linux is a multi-user operating system that allows multiple users to interact with the system at the same time. The system administrator is responsible ...
The “shutdown” Command in Linux [7 Practical Examples]
The shutdown command in Linux is useful for safely shutting down the system. The machine can be shut off immediately or on a schedule with a 24-hour format. ...
The “groups” Command in Linux [6 Practical Examples]
As a multi-user system, there can be lots of users in Linux. And a group is a collection of users in Linux ...
The “exit” Command in Linux [5 Practical Examples]
There are multiple ways to exit or log out from the current shell or job in the Linux environment. When ...