With this article, I will try to convey my process of participating in the Teknofest Pardus 21 competition, my experiences and the experiences I gained in the competition. Although I can't remember exactly when I encountered Linux and Pardus for the first time, my interest arose about 2 years ago. I tried many distributions, Pardus was one of them because my current laptop does not support Linux and I have some problems. However, when these problems could not be solved […]
Hello, I'm Denizhan Şahin. I am a 3rd year Computer Engineering student at Yozgat Bozok University. I will explain my work for the Pardus 21 Debugging and Suggestion Contest, why I use Pardus, and my motivation to contribute to our country's domestic and national software. As you know, domestic and national software support the cyber security of our country, the continuation of R&D studies, the decrease in the fees paid for the use of foreign software and the economic […]
In this article, I will tell you about my participation in the Teknofest Pardus Debugging and Suggestion Contest and my experiences during the contest. Actually, before I touch on this subject, I need to state how my Linux adventure started. About 2,5-3 years ago, when we were in the pandemic period, as you know, schools switched to distance education. So my hands, which have almost nothing to do with technology, are the unused old […]
Hello, I am Aliberk, the finalist of Teknofest 2023 Pardus 21 Fault Catching and Suggestion Contest. In this article, I would like to talk to you about the mistakes I caught on our operating system Pardus, which was developed with national resources, the suggestions I made and the process in general. I have been using GNU/Linux operating systems for about 2 years. For this reason, the Pardus Error Catching and Suggestion Contest organized within Teknofest especially […]
In large and medium-sized institutions and organizations, it has been observed that the management and control of devices with institutional resources is quite costly and sometimes impossible to manage. It has been observed that both open source and non-open source applications related to client management in the global software market are very few and insufficient. For all these reasons, studies […]
Using GNU licenses -gnu.org- Example GPLv3 : The copy permission statement (license statement) of each file must come after the copyright notice. For a single-file program, copying permission statement (GPL) for using GPL v3 and later: For programs containing multiple files, replace “this program” [this program] with the name of the program and put the statement “This file is part […]
EULA(End-User License Agreement) Copyleft Copyleft is a common method for making a program (or other work) free software, and all modified and enhanced versions of the program also become free software. The gnu.org Copyright waiver ensures every user has the freedom. Protects the program and its modified versions from becoming proprietary software. The concept of copyright waiver was first […]
Although this is not the subject of this tutorial, let's briefly talk about the GNU / Linux desktop environments. Desktop is the shell that offers visual use with windows, panels, icons to use and manage our system. These graphical shells consist of Window manager and Desktop Environment on X Window layer. We can list the commonly used desktop environments as follows. Gnome -GNU Network Object Model Environment- GNOME project, […]
We can call the operating system kernel the software that is at the center of the operating system and has full control of the system. Kernel is the part of the operating system code that is always in memory, and it manages the operation of our system's units such as memory, CPU and software. We will not cover the details of kernel and kernel types in this documentation, but you can access detailed information from the Internet. For shell-shell-, […]
Open Source -Open Source-, just like free software, is software that offers the user the freedom to use, understand, modify and distribute the software. This community movement was born in a strategy session held in California on February 3, 1998. The Open Source definition is derived from the revised Debian1 Free Software Guidelines. Therefore, we can say that Free Software and Open Source are almost the same. Open source, collaborative […]