Search results for "shell"

GnuPG 2.2.4 duyuruldu

GPL lisanslı bir özgür yazılım olan GnuPG‘nin (ya da GPG) 2.2.4 sürümü, Werner Koch tarafından duyuruldu. İlk versiyondan bunca zaman sonra, yeni bir GnuPG sürümünü duyurmaktan mutlu olduklarını söyleyen Koch; hataların listesi için sürüm duyurusunun incelenebileceğini belirtti. Zengin bir kütüphane ile sunulan yazılımın 2. sürümünden bu yana, S/MIME ve Secure Shell için destek sağladığı belirtiliyor. […]

0

Bash Scripting Part6 – Create and Use Bash Functions

Before we talk about bash functions, let’s discuss this situation. When writing bash scripts, you’ll find yourself that you are using the same code in multiple places. If you get tired of writing the same lines of code again and again in your bash script, it would be nice to write the block of code […]

0

Linux Bash Scripting Part5 – Signals and Jobs

In the previous post, we talked about input, output, and redirection in bash scripts. Today we will learn how to run and control them on Linux system. Till now, we can run scripts only from the command line interface. This isn’t the only way to run Linux bash scripts. This post describes the different ways to […]

0

Linux Bash Scripting Part3 – Parameters and Options

So far you’ve seen how to write Linux bash scripts that do the job without user inputs. Today we will continue our series about Linux bash scripting. I recommend you to review the previous posts if you want to know what we are talking about: bash scripting part1 and bash scripting part2. Today we will […]

0

Secure Linux Server Using Hardening Best Practices

In the previous post we talked about some Linux security tricks and as I said, we can’t cover everything about Linux hardening in one post, but we are exploring some tricks to secure Linux server instead of searching for ready Linux hardening scripts to do the job without understanding what’s going on, However, the checklist […]

0

GnuPG 2.2.3 çıktı

GPL lisanslı bir özgür yazılım olan GnuPG‘nin (ya da GPG) 2.2.3 sürümü çıktı. Kimi yeni özellikler ve hata düzeltmeleriyle gelen yeni sürümün resmi duyurusu henüz yapılmadı ama paketler indirilmek üzere yansılarda yerini aldı. Zengin bir kütüphane ile sunulan yazılımın 2. sürümünden bu yana, S/MIME ve Secure Shell için destek sağladığı belirtiliyor. Başlangıçta Werner Koch tarafından […]

0