Close

Bash (GNU Bash)

GNU Bash, or simply Bash, is a Unix shell and command language Brian Fox wrote for the GNU Project as a free software replacement for the Bourne shell. First released in 1989, it has been used widely as the default login shell for most Linux distributions, Apple’s macOS Mojave, and earlier versions.

AWS Elasticsearch: A Scalable and Elastic Search Engine

AWS Elasticsearch: A Scalable and Elastic Search Engine

A fully-managed service that makes it easy to deploy, manage, and scale Elasticsearch Amazon Elasticsearch Service (ES) is a fully-managed service that makes it easy to deploy, manage, and scale Elasticsearch. Elasticsearch is a distributed, open-source search and analytics engine. It is a powerful tool for storing, searching, and analyzing […]

Devamını Oku

AWS ECS: A Scalable and Managed Container Service

AWS ECS: A Scalable and Managed Container Service

Run your containers on AWS with ease. Amazon Elastic Container Service (ECS) is a scalable and managed container service that makes running Docker containers on AWS easy. ECS provides a high-level abstraction for managing containerized applications, so you can focus on building your applications and not managing the underlying infrastructure. […]

Devamını Oku

AWS EC2: The Power of the Cloud at Your Fingertips

AWS EC2: The Power of the Cloud at Your Fingertips

Sure, here is an article about AWS Elastic Cloud Compute (EC2) that meets your requirements: Subtitle: A scalable, reliable, and secure cloud computing platform Introduction Amazon Elastic Compute Cloud (EC2) is a scalable, reliable, and secure cloud computing platform that enables you to rent virtual machines (VMs) on demand. EC2 […]

Devamını Oku

Important Linux Bash Commands

Important Linux Bash Commands
Devamını Oku

Linux ‘ta Dizinlerin Büyüklüğünü DU Komutuyla Öğrenmek

linux

Dizinler hakkında bilgi almak için farklı komutlar ve yöntemler vardır.  Burada DU komutunun bir kaç kullanım şeklini göstereceğim.   Macbook üzerinde Vmware altında Linux Mint kullanıyorum.   DU genel olarak dizin bilgilerini verir.  Bir dizinin içinde DU çalıştırdığınız tüm alt dizinler ile bilirkte bilgi sağlar.  Belli bir dizinin bilgisini almak […]

Devamını Oku

Finding Files Using Mac Terminal

macbook pro

find This command is the easy option for finding files on MacOSX systems. To use it at its basics, you specify the location to start your search, and then options like file names and file types. When executed, it will walk the folder hierarchy from that specified point and output […]

Devamını Oku

Linux Nano Kullanımı

Linux Nano Kullanımı

Komut satırından çalışan basit ve hafif bir text editörü olarak nano’ yu öneriyorum. vi kullanmak zorunda değiliz 🙂 vim ya da emacs gibi editörler daha büyük uygulamalardır. Öncelikle nano kullandığınız distro’ da yoksa “apt-get install nano” ile yüklemeniz gerekiyor. Bu install işi hata veriyorsa, package update ‘i yüklemek gerekecektir. “apt-get […]

Devamını Oku

What is SCP and Example syntax for Secure Copy (scp)

Linux

What is SCP and Example syntax for Secure Copy (scp) SCP copies files between different hosts. It uses SSH and provides authentication for remote host Examples Copy the file “foobar.txt” from a remote host to the local host • $ scp remoteusername@remotehost:foobar.txt /some/local/directory Copy the file “foobar.txt” from the local […]

Devamını Oku

Check the OS version in Linux.

Check OS version in Linux

Linux is a free and open source operating system. There are many variants of Linux out there. They are typically called Linux distribution. Suse, OpenSUSE, Debian, Ubuntu, CentOS, Arch, Fedora, RHEL all are common Linux distribution names. Knowing your os version and name can be very useful for security patches. […]

Devamını Oku