×
Home Discussions Write at Opengenus IQ
×
  • DSA Cheatsheet
  • HOME
  • Track your progress
  • Deep Learning (FREE)
  • Join our Internship 🎓
  • RANDOM
  • One Liner

Software Engineering

Software Engineering is the fastest growing domain which is related to the art of building and designing systems using software concepts and programming. It is the basis of giant companies such as Microsoft, Google, Facebook, Baidu, Alibaba, Apple and others.

System Design

System Design of GitHub

In this article, we will look into the system design of GitHub, the various protocols it offers, and how they work.

Ben Meehan
C++

Different ways to delete string in C++

In this article, we have explored different ways to delete string in C++ which include clear, resize, erase, swap functions along with other techniques.

Gabriel
Linux

Hard and Soft file links in Linux

In Linux, everything is a file. We use links to access deeply nested files in a file system easily. We learn about soft and hard links in Linux, including how to create and remove them.

Erick Lumunge
Linux

Globbing in Linux

Globbing involves bash interpreting glob characters to perform filename expansion of pattern searching in Linux. In this article, we will learn about globbing through various examples.

Erick Lumunge
Linux

file command in Linux

In Linux we use the file command to determine the type of file. With this command we can know the type of file we are dealing with, this also includes compressed files and special files. In this article we learn about this command using various examples.

Erick Lumunge
Linux

look command in Ubuntu

We use the look command to display lines in a file starting with a specified string. In this article, we learn about the look command through various examples.

Erick Lumunge
Linux

ar command in Linux

As described in the manual page, the ar(archiver) command is used to create, modify, and extract from archives. In this article, we learn about this command through various use cases.

Erick Lumunge
Linux

Aliases in Linux

Some commands in Linux are long and repetitive. Aliases enable us to make them shorter by mapping a long command to a shorter one. In this article, we discuss aliases in Linux.

Erick Lumunge
Linux

xargs command in Linux

We use xargs to build an execution pipeline whereby we can send input to another command that does not accept piped input such as echo, mkdir, etc. In this article, we have learned the uses of xargs using various examples.

Erick Lumunge
Linux

tee command in Linux

The tee command reads standard input and writes it to standard output and a file or multiple files. We use it in cases where we want to send the output of a command to a file and at the same time want to print it out to the standard output. Let's discuss it.

Erick Lumunge
Linux

time command in Linux

When executing commands in Linux, we may want to know how long it takes or how much of the system resources a command or program uses. We use the time command for such situations.

Erick Lumunge
Python

Python script to control cursor

In this article, we have explored how to develop a Python script to control cursor and stimulate actions like clicking, scrolling, click and drag.

CHEW Chee Keng
Linux

sleep command in Linux

The sleep command delays execution of shell scripts and commands for a specified. This could be minutes, seconds, hours or even days. In this article we learn about this command through various examples.

Erick Lumunge
Linux

wait command in Linux

In Linux, we use the wait command to wait for a process to terminate then print its exit status. This is very useful in cases where the exit status of a predecessor command determines the execution of the following command. In this article, we learn about this command through various examples.

Erick Lumunge
Linux

expr command in Linux

In Linux, the expr command evaluates an expression passed to it and returns the corresponding value. We usually use it for basic arithmetic such as addition, subtraction, modulo operations, division, multiplication. We also use expr command to evaluate expressions.

Erick Lumunge
Linux

locate command in Linux

We use the locate command to find files in Linux, unlike the find command that searches the entire file system, this command uses a local database to search for the file passed as an argument.

Erick Lumunge
Software Engineering

DevOps vs DevSecOps

Both DevOps and DevSecOps are related. In this article, we have explored the things in common and the differences in DevOps and DevSecOps.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
Python

Sending file/ attachment in Gmail using Python

In this article, we have explained the idea of using Python to send file/ attachment in Gmail with a complete Python implementation example.

CHEW Chee Keng
Python

Python script to scroll on a webpage

In this article, we will develop a Python script to scroll on a webpage and stimulate real usage behavior. We will use Selenium and ChromeDriver.

Jiehui Ma Jiehui Ma
Python

Python Script to Open Webpage and Login

In this article, we will be going over all the steps to prepare you to be able to open a webpage and log in using Python and some third-party applications.

Dylan Shukster Dylan Shukster
System Design

System Design of Spotify

In this article, we have explained the System Design of Spotify, a leading audio streaming platform in depth.

Alan Chacko
C++

Null and void in C and C++

In C and C++ Programming language, NULL and void have two distinct meanings and use cases like NULL reference, void pointer and much more. We have explored this in depth.

Gabriel
System Design

System Design of Microsoft Teams

In this article, we will look at the high-level system design of Microsoft Teams, its architecture, and how it works.

Ben Meehan
Linux

read command in Linux

We use the read command to read from standard input or file descriptors. In this article, we learn to use the read command to get input from a user using a prompt, hiding input, limiting input, read command variables, arrays, timeouts, IFS, and more.

Erick Lumunge
Linux

wall command in Linux

Linux is a multi-user system and as such there are occasions as system administrators we want to send a message to all logged in users seamlessly, in this case we use the wall command.

Erick Lumunge
OpenGenus IQ © 2025 All rights reserved â„¢
Contact - Email: team@opengenus.org
Primary Address: JR Shinjuku Miraina Tower, Tokyo, Shinjuku 160-0022, JP
Office #2: Commercial Complex D4, Delhi, Delhi 110017, IN
Top Posts LinkedIn Twitter
Android App
Apply for Internship