Free Software is software that does not impose restrictions on users to run, understand, modify, and distribute modified versions of the software. It is a community movement that advocates that software and documentation should be developed in this philosophy so that the phenomenon of sharing knowledge in the development of science is also in technological development. The “Free Software Movement” was announced by Richard Matthew Stallman on September 27, 1983 and started in January 1984. … article.olduse.net/771@mit-eddie.UUCP Richard […]
About Pardus Anadolu Parsı -Panthera Pardus Tulliana- Description Open Source code GNU/Linux operating system distribution. Start 2003 Initial version 04.02.2005 ( Pardus Live CD 1.0 -Gentoo ) Installable Version 27.12.2005 ( Pardus Linux 1.0 -PiSi ) Other Versions PiSi: 2007, 2008, 2009, 2011 Debian: Pardus 2013, Pardus K. 5, Pardus 17 The 19,21 Kernel Linux Package […]
Hello, in this article, I will explain how we can work with different PHP versions under Pardus 21 (including Debian Bullseye) according to my own experience. It is possible to get out of this by using PPA under Ubuntu and DPA under Debian. First of all, we define our warehouse. Then we run the following command to update our repositories. After running the commands in order, we move on to the package installation. We install the base packages. If I'm going to use PHP 8.2, this […]
PipeWire is a server for processing audio, video streams and hardware on Linux. It is a more modern alternative to pulseaudio. Since PipeWire has a compatibility module for pulseaudio, it can run smoothly in pulseaudio compatible applications. Why PipeWire instead of pulseaudio ? Yesterday, we tried to run the microphone that my friend uses for podcast recording on his computer with Pardus 21 installed. With pulseaudio, the microphone […]
In the last section, we explained how to create and test an initramfs image. In this section, we will explain how to create a minimal root directory (rootfs) and the differences between static and dynamic files. Static and Dynamic compilation A static file does not need any dependencies, while a dynamic compiled file has dependencies. The ldd command is used to determine whether a file is dynamic or not. All dynamic compiled […]
In the first part, we compiled busybox and linux kernel. In this section, we will create the initramfs image. Creating Initramfs Initramfs is the first file loaded into memory at system boot. The /init file in this file is run by our kernel and the boot process is started. Let's create an initramfs image using the busybox file that we compiled as static in the previous example. To do this, by creating a new directory […]
In this article, we will create our own simple minimal linux distribution to understand how linux distributions work. Installing the necessary packages First of all, we need the build tools and qemu for testing before we start the build process. For this, we need to install the following packages. Obtaining the source code Download the source code of the Linux kernel from https://kernel.org. Download the Busybox source code from https://busybox.net. Then we downloaded the archives […]
Although the graphics cards released by Nvidia are used by many users to run game software today, we should know that these graphics cards are used in many areas. Graphics cards are used especially in artificial intelligence technologies to quickly complete the workload. Tesla graphics cards, especially designed by Nvidia, are popularly used in this area. Users who want to […]
In this article, we will explain what you need to do if you want to provide translation support for projects at github.com/pardus or for projects in other distributions. This article is divided into the following main topics. What are PO and POT Files and How Are They Used? What is a PO File? PO files contain many entries in pairs with the original text and translated text. For example, in the tr.po file […]
Grub It is our bootloader that greets us first when the system boots up. Grub Thanks to this, our kernel and initramfs image are loaded into memory and the system is started.
Internet is in our life in Turkey! As a country with 2023% of its population actively using the Internet as of 94,1, we will talk about how we met the Internet in this article. The foundations of the first Internet began to be laid in America in the 1950s. Then, in the 60s and 70s, the internet began to develop rapidly. It took its current form in 1989. Perhaps the discovery and transformation of the Internet […]
Late last year, AMD announced FidelityFX Super Resolution (FSR) 2.2, the latest version they developed, the open source DLSS alternative Upscaling technology. After a while, this technology appeared in a few games, including Need For Speed Unbound and F1 22, but AMD had not yet made FSR 2.2 available to all developers. This […]
In the days when we will publish this article, we experienced the earthquake disaster in my hand. As the Pardus family, with the effect of being the followers of the sharing free software philosophy, we have been helping as much as we can in various capacities, and we have provided material and financial aid as an institution. Undoubtedly, we will try to fulfill our duties with our independence and savings in aid and renewal efforts, which should remain on the agenda without forgetting the upcoming period. […]
Open Source Open Architecture for Freedom and Pardus 101 seminars were held with the participation of Linux system administrators from the Pardus Project, hosted by Antalya Science Center. OPEN SOURCE AND PARDUS FROM HISTORY TO THE DAY Our TÜBİTAK Linux system administrators, invited by Antalya Science Center, organized a seminar and an award-winning competition on the open source world. Participation of related university students such as engineering, software, computer programmer […]
Google released a new free tool earlier this week. With this tool, open source developers will be able to easily access vulnerability information about their projects. Called OSV Scanner, this Go-based tool has a mechanism that maps the developer's code and dependencies to lists of known vulnerabilities, and automatically returns if patches or updates are needed. Software projects often […]
One of the big reasons why many people don't want to switch to Linux systems is due to the inadequacy and lack of video editors. It's true that there are more video editing programs on Windows and macOS systems, but there are some great programs you can use on Linux systems as well, like KDenlive and DaVinci Resolve. Another popular open source video editing application that works on Linux systems is OpenShot. […]
“To solve an interesting problem, start by finding a problem that might be interesting.” says Eric Steven Raymond; in the section titled Social Content of Open Source Software in his book “The Market and the Cathedral”, one of the important written works of the Free software community. To reach this book, which was announced on May 27, 1997, which is not widely published in Turkey, I even […]
Our interview guest, Ayhan YALÇINSOY, explained the reasons for choosing open source, and his support for Pardus and the open source world.
Are you curious about the background design that will enter the Pardus 21.3 version?
Our interview guest, Neslihan TURAN, talked about the reasons for choosing open source and her support to the open source world.
In today's article, I will try to explain Pardus what is nvidia docker2 and how to install it on our system. Nvidia Docker 2 is a tool for running docker containers using Nvidia GPUs. This tool uses Nvidia GPUs directly in docker containers, allowing GPU-intensive workloads such as machine learning and deep learning to run more efficiently. In this way, different […]
In this article, we will give a little information about open source Android applications that can be used in daily life for Android phone users. Open source android apps respect your privacy more than popular proprietary android apps used. In this article, we have created a list of applications that our valued readers can use. We hope that this article will be useful to you and the people you share with [...]
In this article, we will talk about more fun and modern alternatives to the classic Linux commands. Bat: We know that the alternative cat command is used to display the contents of text files. The bat command, on the other hand, has additional features such as syntax highlighting and Git integration apart from the cat command. ncdu: alternative to du command du command to find out the size of a directory in Linux […]
In this article, I will tell you how to install flatpak packages. What is Flatpak? The common problem of linux distributions today is that applications are packaged separately by each distribution and try to keep it up to date. However, some distributions, such as debian, give importance to stability rather than update while packaging applications, so the version offered by the distribution may be outdated. As a solution to this problem, the flatpak package system […]
Do you know how old-fashioned chalkboards revolutionized teaching for their time? This tool, which is thought to have been used for the first time in the 11th century, increased the number of learners from only 1 to 30-40 people at the same time. Maybe more. Colored chalk was invented in 1814. This ancient tool is still up to date and truly […]
Although the Pardus project aims to disseminate free and open source software, it also includes free and non-open source software, which can be easily used by the end user. We define such software as proprietary software. Proprietary software is computer software released under a license that restricts use, operation, or redistribution. Below are examples of these proprietary software that many of us use […]
We can use many proprietary software in our daily lives, and sometimes we may not have to pay a fortune for these proprietary software. Well, as a Pardus user, are there any alternatives to these expensive and proprietary software? In this article, we will examine this issue. If there are open source software that we forgot to add to our list and that you use efficiently, please share them with us in the comments. Windows Pardus/Linux Notes Adobe […]
In this article, we will talk about the first application that welcomes you when you install the current Pardus version. Pardus Welcome application tells us how to customize our Pardus in a simple language. The welcome screen welcomes us first, we can make our Pardus ready by clicking the next button here. So let's start! You can select very aesthetic wallpapers of Pardus from this selection screen. Some users like the Dark theme, while others […]