Susmit Das Gupta

Susmit Das Gupta
Susmit Das Gupta

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 apps in Linux

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

Read more

bash read file into variable.

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

Read more

Vim quit without saving.

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

Read more

Copy and paste in Vim.

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

Read more

bash if regex

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

Read more

Bash here string.

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

Read more

bash variable substitution

Variable Substitution in Bash [Replace Character & Substring]

Bash programmers do the replacement, the substitution, and the removal of the bash variable too often. It helps them print ...

Read more

source command in Linux

The ā€œsourceā€ Command in Linux [3 Practical Examples]

The source command in Linux executes commands from the file passed as an argument to it in the current shell ...

Read more

bash command in Linux

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

Read more

patch command in linux

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

Read more

adduser command in linux

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

Read more

The su command in Linux.

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

Read more

reboot command in linux

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

Read more

shred command in linux

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

Read more

make command in linux

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

Read more