Kotlin Kotlin Fundamentals Software

Kotlin Variable and Value definition

A variable is a record location in which a number, text or any other information is kept. Variables are almost the most important building blocks in programming. There are variables in which these values are kept in all the operations we will perform. We call its name variable because the value stored in it can change.

Estimated read time 4 min read
Linux Linux Fundamentals Linux How-to

Defining a shortcut with the alias command in Linux

In the Linux command line, you can define abbreviations for commands that you use frequently and that are long to type. Thanks to the abbreviation you define, you shorten long commands and save time. In this article, the use of the alias command and creating abbreviations will be explained.

Estimated read time 2 min read
Linux Linux Fundamentals Software

Linux command initialization in background & parameter

When you enter a command while working on the Linux command line, you have to wait until that command is finished if you want to enter another command. To solve this, you can make new windows and new connections, but there is another solution.

Estimated read time 2 min read