Close

What is Puppet Configuration Management Tutorial?

What is Puppet Configuration Management Tutorial?

This Tutorial on Puppet will help you understand what Configuration management is and how it is done using Puppet. This Puppet tutorial for beginners also explains how Puppet achieves Configuration Management in detail and includes a Hands-On session around Puppet. You will learn how to write Puppet Manifests and Modules and establish a secure connection […]

Devamını Oku

Tcpcrypt

TcpCrpyt

Tcpcrypt is a protocol that attempts to encrypt (almost) all of your network traffic. Unlike other security mechanisms, Tcpcrypt works out of the box: it requires no configuration, no changes to applications, and your network connections will continue to work even if the remote end does not support Tcpcrypt, in which case connections will gracefully […]

Devamını Oku

Cem Adrian & Halil Sezai – Nereye Gidiyorsun

Cem Adrian & Halil Sezai - Nereye Gidiyorsun

Gölgeni ismini sil yavaş yavaşGiderken bu kentten tükür yüzüne yalnızlığınınKalbini kendini sök yavaş yavaşGiderken bu kentten sakın ağlama sus! Unut ne yaptı sanaunut ne söylediUnut ne varsa vazgeçtiğin Yüzünde korkularlaİçinde çığlıklarlaKalbinde simsiyahlarNereye gidiyorsun? Hep bu şarkılarlaKıymetsiz dualarlaUtanmaz bir yağmurlaNereye gidiyorsun? Yolları duvarları geç yavaş yavaşGiderken bu kentten bir piç gibi bırak yalnızlığınıVe o siyah saçlarını […]

Devamını Oku

Everything you wanted to know about Zorin OS 12

Zorin OS

Windows XP, along with Windows 7, is one of the most favored operating systems for millions of users worldwide today, even though Microsoft has washed its hands off these operating systems. No support for these platforms means you will no longer get any security updates, and your data may be at risk. But there’s always […]

Devamını Oku

C++ Standard Predefined Macros

C Programming Language

Standard Predefined Macros The standard predefined macros are specified by the relevant language standards, so they are available with all compilers that implement those standards. Older compilers may not provide all of them. Their names all start with double underscores.

Devamını Oku

C++ ‘da __DATE__ ne demektir ?

C++ language

This macro expands to a string constant that describes the date on which the preprocessor is being run. The string constant contains eleven characters and looks like “Feb 12 1996”. If the day of the month is less than 10, it is padded with a space on the left. If GCC cannot determine the current date, it […]

Devamını Oku

OPENSSL Nedir ve Nasıl Kullanılır ?

OPENSSL Nedir ve Nasıl Kullanılır ?

OpenSSL, bir açık kaynaklı sertifika yönetimini ve güvenlik protokollerini (özellikle SSL/TLS) destekleyen bir kütüphanedir. Bu kütüphane, birçok farklı işletim sisteminde kullanılabilir ve genellikle ağ güvenliği ile ilgili çeşitli görevleri yerine getirmek için kullanılır. Örneğin, OpenSSL, bir web sunucusu veya bir istemci arasında güvenli bir iletişim kurulmasını sağlamak için kullanılabilir. OpenSSL, bir komut satırı arabirimi (CLI) […]

Devamını Oku

cannot call member function without object

cannot call member function without object

The programming language is a bundle of different concepts, built-in functions, and operations; it also comes up with many errors. These errors can be of a logical type, syntax errors, and others as well. You can get many errors while coding when you make some logical or syntax errors in the code. One of the […]

Devamını Oku