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
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
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
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
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
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) 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
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