Lubuntu: Can be Excellent Choice Linux Distribution
Monday, September 02, 2024 in Linux
Categories:
9 minute read
Lubuntu is a lightweight, user-friendly, and open-source Linux distribution based on Ubuntu. It is designed to be fast, efficient, and easy to use, making it an excellent choice for beginners, especially those with older or less powerful hardware. …
Kubuntu Linux: Excellent Choice for Ease of Use
Monday, September 02, 2024 in Linux
Categories:
8 minute read
Kubuntu is a user-friendly, free, and open-source Linux distribution that combines the power and stability of Ubuntu with the sleek and customizable KDE Plasma desktop environment. If you’re new to Linux and looking for an operating system that …
Ubuntu is One of the Best starting point: A Beginner’s Guide
Sunday, September 01, 2024 in Linux
Categories:
7 minute read
If you’re new to the world of Linux, Ubuntu is one of the best starting points. Known for its user-friendliness, extensive community support, and a wide range of software, Ubuntu has become one of the most popular Linux distributions globally. This …
Introduction to Debian Linux: A Comprehensive Guide for Newcomers
Saturday, August 31, 2024 in Linux
Categories:
7 minute read
If you’re new to the world of Linux and looking for a solid, stable, and widely respected distribution to start with, Debian might just be the perfect choice for you. Debian Linux is one of the oldest and most influential Linux distributions, …
Introduction to Linux Distributions: New Adventure
Saturday, August 31, 2024 in Linux
Categories:
5 minute read
When venturing into the world of Linux, one of the first decisions you’ll face is choosing a Linux distribution, or “distro.” With hundreds of distros available, each tailored to different needs, this decision can be overwhelming. This …
A list of popular Linux distributions
Saturday, August 31, 2024 in Linux
Categories:
3 minute read
Here’s a list of popular Linux distributions, categorized by their main family or base system. This is by no means exhaustive, as there are hundreds of Linux distributions out there, but it covers some of the most widely used ones. 1. …
Understanding the diff Command in Linux: A Comprehensive Guide for Intermediate Users
Thursday, August 15, 2024 in Linux
Categories:
5 minute read
The Linux command line is a powerful tool that allows users to interact with the system at a granular level. Among the various commands available, the diff command stands out as an essential utility for comparing files and directories. For …
How to change targets with systemd on Linux
Wednesday, January 24, 2024 in Linux
Categories:
4 minute read
When you start the Linux operating system, the system that controls the startup processes that occur respectively is called “init system”. Some Linux distributions use SysV launcher, and some distributions use systemd. If you’re …
apropos command in Linux
Tuesday, January 23, 2024 in Linux
Categories:
5 minute read
You may sometimes have problems remembering ready-made commands on the Linux command line. You may not remember which command is related to what. In such a case, you can search the definitions on the command manual pages with the …
Defining a shortcut with the alias command in Linux
Tuesday, January 16, 2024 in Linux
Categories:
2 minute read
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 …
Linux command initialization in background & parameter
Tuesday, January 16, 2024 in Linux
Categories:
2 minute read
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. You …
Linux Commands List
Sunday, January 14, 2024 in Linux
Categories:
9 minute read
It is a list of Linux commands brought together as part of an effort to gather all commands together. Translation and development work continues. It has been prepared to include the list of commands collected from open sources on a single page. A …
How to reboot network card from Linux command line?
Wednesday, June 14, 2023 in Linux
Categories:
less than a minute
You may need to reboot your network card when there is a connection problem in your Linux operating system or when you change the IP settings. You do not need to restart your computer or server to do this. You can turn your network card off and on …
Text Filters with Linux (head tail sort nl wc uniq sed tac cut)
Sunday, May 08, 2016 in Linux
Categories:
9 minute read
Filter means an input for the Linux command line. It can be generated by a program, read from a file, or entered by the user. After this filter entry, the necessary actions are taken and the main document is processed according to the filter. The …
Kali Linux General Introduction
Tuesday, April 26, 2016 in Linux
Categories:
2 minute read
As activities in the field of information systems security, testing and examination become more widespread, the number of Operating Systems developed according to emerging needs also increases. Some Linux distributions are available on CD/DVD etc. …
Fish – A Different Approach to the Command Line
Tuesday, April 26, 2016 in Linux
Categories:
2 minute read
When it comes to Linux, one of the first things that comes to mind is probably the command line and terminal. The shell that processes the statements you write on the command line is offered to users in different versions. Bash, Dash, Zsh, Csh can be …
Learning our IP Address from the terminal
Monday, April 25, 2016 in Linux
Categories:
less than a minute
Sometimes, when working in the terminal (bash, SSH etc.) you may need to learn the public IP address assigned to your modem by your ISP. You may need this IP address to use it in a program or to make adjustments. In our article, we will see how we …
Linux RAM SWAP Balance
Saturday, April 23, 2016 in Linux
Categories:
3 minute read
RAM SWAP Balance How effectively do you use your computer’s RAM (Random Access Memory) power? You heard from your friend how fast and much more stable computers with Linux operating systems are and you installed them. However, you could not …
Send Process to Background in Linux Terminal (Ctrl+Z and fg)
Saturday, April 23, 2016 in Linux
Categories:
3 minute read
If there is Shell, there is definitely a solution, you just may not know it yet. If you have a problem or a process that you find difficult, rest assured that others have also experienced it. Some of them have found the job easy. Some of them did not …
Deleting with Linux Shred Command
Friday, April 22, 2016 in Linux
Categories:
4 minute read
Did you know that the deletion process used in Linux and other operating systems does not actually delete your files? This article, in which we try to explain the subject a little, may be of interest to you. If you use visual interface, you surely …