Search results for "Red Hat"

SSH port forwarding (tunneling) in Linux

In this tutorial, we will cover SSH port forwarding in Linux. This is a function of the SSH utility that Linux administrators use to create encrypted and secure relays across different systems. SSH port forwarding, also called SSH tunneling, is used to create a secure connection between two or more systems. Applications can then use […]

0

digiKam 7.0.0-beta1 duyuruldu

Gelişkin bir fotoğraf yönetim ve görüntüleme aracı olan digiKam’ın 7.0.0 sürümünün ilk beta sürümü duyuruldu. Bunun bir test sürümü olduğunun unutulmaması ve yalnızca test etmek amacıyla kullanılması gerektiği hatırlatılırken, test eden kullanıcıların tespit ettikleri hataları rapor etmeleri rica ediliyor. OpenCV kütüphanesinin basamaklı sınıflandırıcı ve derin sinir ağı işlevselliği kullanılarak, digiKam tarafından yönetilen görüntülerdeki yüzlerin algılanması […]

0

Git 2.25.0-rc0 duyuruldu

Yazılım geliştirme süreçlerinde kullanılan, hız odaklı, dağıtık çalışan bir sürüm kontrol ve kaynak kod yönetim sistemi olan olan Git‘in 2.25.0 sürümünün ilk sürüm adayı, Junio C Hamano tarafından duyuruldu. Bunun bir test sürümü olduğunun unutulmaması ve yalnızca test etmek amacıyla kullanılması gerektiğini hatırlatan Hamano; test eden kullanıcıların tespit ettikleri hataları rapor etmelerini rica ediyor. C […]

0

15+ examples for Linux cURL command

In this tutorial, we will cover the cURL command in Linux. Follow along as we guide you through the functions of this powerful utility with examples to help you understand everything it’s capable of. The cURL command is used to download or upload data to a server, using one of its 20+ supported protocols. This […]

0

Understanding Linux runlevels the right way

You can think of Linux runlevels as different “modes” that the operating system runs in. Each of these modes, or runlevels, has its own list of processes and services that are either turned on or off. From the time Linux boots up, it’s always in some runlevel. This runlevel may change as you continue to […]

0

10+ examples for killing a process in Linux

In this tutorial, we will talk about killing a process in Linux with multiple examples. In most cases, it’s as simple as typing “kill” command followed by the process ID (commonly abbreviated as PID). In the screenshot above, we’ve killed a process with the ID of 1813. If you are a Windows user, it may […]

0