The Top Linux Distributions (Distros)
Linux is mostly known with its distributions or distros but the reality is that Linux is just a kernel or core of the operating system. All user space and some of the operating space...
Linux, Windows, Security, Programming, Network Tutorials
by İsmail Baydan · Published 18/04/2018
Linux is mostly known with its distributions or distros but the reality is that Linux is just a kernel or core of the operating system. All user space and some of the operating space...
by İsmail Baydan · Published 21/03/2017 · Last modified 27/03/2017
Cygwin is free software to provide Linux and Unix environment, tools and libraries in Windows operating systems. Cygwin is also called an emulator because it translates Linux system calls into Windows type systems calls....
by İsmail Baydan · Published 11/03/2017
limits.conf configuration file is used to limit user, domain, process related metrics. Limits.conf is related with pam_limits module. Configuration File There is configuration file named limits.conf and located at /etc/security/ . The default content of this file is...
by İsmail Baydan · Published 09/03/2017 · Last modified 21/04/2018
Linux pwd command is the acronym of the print working directory . This command is very old and popular command. This command have do not have a lot of features. But the features it have is...
by İsmail Baydan · Published 09/03/2017 · Last modified 17/06/2017
Linux have different tools to manage disk devices and hard disks. hdparm is one of the popular tools. Hdparm can get information about hard disk, change writing intervals, acoustic management, DMA settings etc.But be cautious...
by İsmail Baydan · Published 09/03/2017 · Last modified 17/06/2017
Patch is a command that is used to apply patch files to the files like source code, configuration. Patch files holds the difference between original file and new file. In order to get the...
by İsmail Baydan · Published 09/03/2017 · Last modified 17/06/2017
Linux applications, tools, services uses libraries to get necceseary functionalities. Libraries provides a lot of functionality to the related applications, tools and services. One library can be used by different applications. This is called...
by İsmail Baydan · Published 08/03/2017 · Last modified 17/06/2017
While working process general ps command is used. Ps command provides detailed information about processes those run on the system. We generally use grep command with ps to filter or match. There is a alternative and more...
by İsmail Baydan · Published 08/03/2017 · Last modified 17/06/2017
Gzip is actually a file format which is a compressed file. There is also a tool named gzip which is used to compress and decompress files. Gzip is developed in 1992. It use DEFLATE...
by İsmail Baydan · Published 08/03/2017 · Last modified 12/10/2017
Logrotate main purpose is to easy administrator of Linux logs. It is very talented tool it can Automatic rotation Compression Removal Mailing Logs Logrotate can be configured and run accordingly with configuration files. We...