Designation
Linux Content Developer Executive, Softeko.
Resides in
Ramna, Dhaka 1000, Bangladesh.
Education
BSc. in Mechanical Engineering, Bangladesh University of Engineering and Technology (BUET).
Expertise
Analytical Writing, Linux, Ubuntu, Programming(Language: C, Python, Arduino, MATLAB), Robotics, Computer-Aided Design(Software: SOLIDWORKS, AutoCAD), Microsoft Office, Google Application.
Summary
- Currently working as the Linux Content Developer Executive at SOFTEKO since December 2022.
- Former In-Plant Trainee, Eastern Cables Limited, Chattogram.
- Former Assistant Joint Secretary of BUET Automobile Club, BUET.
Experience
- Developed a prototype of a Self-Driving Car using raspberry pi which can automatically detect traffic signals and lanes to run autonomously.
- 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 Susmit Das Gupta
Top 100 Linux Apps in 2024
Linux is an open-source operating system based on Unix, renowned for its stability, security, and versatility. Whether you want to ...
How to Read a File Into Bash Variable? [2 Simple Methods]
Reading a file into a variable carries an important potential in the Linux ecosystem due to its pivotal role in ...
How to Quit Vim Without Saving? [Easy Ways]
To quit Vim without saving, follow the below syntax: To quit without saving type :q! and press the ENTER button. ...
How to Use Regex in Bash If Condition? [4 Cases]
Regex or regular expression is a sequence of characters that specifies a search pattern. Matching with regex can be done ...
How to Copy, Cut, and Paste Text in Vim? [All Cases]
The Vim editor is a great tool for users to edit text files whenever necessary. While editing (copy, cut, and ...
How to Use “Here String” in Bash? [Basic to Advance]
Here string is a practice to pass a string as input to a command. Here are some syntaxes to use ...
The “bash” Command in Linux [5 Practical Examples]
The bash is the short form of “Bourne-Again Shell.” It is a Unix shell. It enables users to interact with ...
The “reboot” Command in Linux [3 Practical Examples]
The reboot command in Linux is a helpful tool for rebooting your whole system. While installing a new package or ...
The “paste” Command in Linux [6 Practical Examples]
The paste command in Linux is a helpful tool for merging lines from multiple files. It takes input from multiple ...
The “patch” Command in Linux [4 Practical Examples]
The patch command in Linux updates a file by identifying the changes required. It works with a patch file containing ...
The “make” Command in Linux [5 Practical Examples]
The make command in Linux is a handy tool to build and maintain groups of programs and files from the ...
The “su” Command in Linux [6 Practical Examples]
When a system has multiple users, it is necessary to maintain proper user environment security. Switching user features in Linux ...
The “awk” Command in Linux [11+ Practical Examples]
The awk command in Linux is a scripting language. It is helpful for text processing, data manipulation and report generation ...
The “adduser” Command in Linux [12 Practical Examples]
The adduser is a command in Linux that is used to create a new user or group on the system. ...
The “shred” Command in Linux [9 Practical Examples]
The data of a file after deletion is sent to the unallocated space of the hard disc. One can easily ...