If you want to install another shell instead of the bash shell that comes by default in Pardus and almost all Linux distributions…
In this article, “How to install and configure a VNC server on Pardus?” lies the answers to the question. If you don't know the answers to these questions yet, you are in the right place. 🙂
Do you want to use Flatpak applications on Pardus but do not know how to do it? Then you've come to the right place. 🙂 In this article, we will explain how to install Flatpak applications on Pardus. There are several ways you can use to install Flatpak applications on Pardus. The first of these is via the Flatpak Application Center in the Pardus Store. Via Flatpak App Center If you haven't installed this app before […]
In this article, “How to install software from external sources on Pardus?” We will look for an answer. There are two basic ways for this. You can obtain the software as a .deb package or by compiling it from the source file. The second way will not be mentioned in this article, as there are too many methods. If you want to install or run a software on Pardus by compiling from the source file, you should read the installation and compilation instructions of the relevant software in detail.
You want to install Pardus on your computer, but do not know how to create installation media by burning the downloaded ISO file to your USB disk? Then this article is for you. 🙂 You can prepare your Pardus USB installation media in Windows, Linux and mac OS operating systems. We STRONGLY recommend that you follow the recommended instructions for all three options. Preparing USB installation media in Windows environment In Windows […]
Hello, in this article we will discuss how to create our own Linux theme, how to write a GTK theme. What is GTK3 theme? GTK theme defines the interface views of applications running on Linux systems. For example, the height of a button, border thickness, background color, what color it will turn into when clicked, and other things. Let's have a theme named GTK3 theme hierarchy THEME. This theme is the […]
In this article, “How to install a software on Pardus?” We will look for an answer. If you want to install a software on Pardus, there are basically four different ways. These ways can be listed as follows: From the Pardus Software Center (Formerly Pardus Store) interface From the Synaptic Package Manager interface From the Terminal interface From external sources In this article, we will talk about the first three of these ways. For the last item of this article, […]
Hello, in this article, we will discuss how we can install an application that we developed on Pardus and make a .deb package. Linux File System Hierarchy To install an application we wrote for Linux on the system, we first need to know what to put where. For example, in Windows, program developers put their programs in the C:\Program Files directory to install them on the system. So how can we perform application installation on Linux? Through the file system hierarchy, which has many parts, […]
Pardus Interactive Board Interface, developed by TÜBİTAK ULAKBİM, will be used on more than 100 thousand interactive boards in schools affiliated to the Ministry of National Education.
In this article, we will make a simple GTK3 application for Pardus that can run applications on the system and read their output. Let's take our simple template program that we created in the first lesson and move on. Let's develop our GTK3 interface with Glade. Let's add a GtkLabel to the 3rd element of our main GtkBox in our interface from the first lesson. Let's change the name of the GtkLabel we added to lbl_output. We will print the outputs of the programs we will run on this label. Let's write “Who am I” on the middle button: We need the Hello World tag […]