Close

özgür özkök

Page Load Time vs. Response Time – What Is the Difference?

google seo uzmanligi

Page load time and response time are key metrics to monitor, and they can give you an in-depth understanding of how your website is performing. However, the difference between page load time and response time isn’t immediately obvious, and neither are the benefits of tracking them independently. Response Time Response […]

Devamını Oku

Linux İşletim Sisteminde Rename Nasıl Yapılır?

Linux

Linux altında rename işlemi için kolayca mv komutunu kullanabilirsiniz. Tüm dağıtımlarda vardır, ek paket yüklemenize gerek yoktur. mv dosya_isim yeni_dosya_isim ls dosya_isim ls yeni_dosya_isim Arşivlerinizde durması için linux rename komutunuda öğrenebilirsiniz.

Devamını Oku

Bye-bye Python. Hello Julia!

Bye-bye Python. Hello Julia!

Don’t get me wrong. A rock-solid community of computer scientists, data scientists, and AI specialists still backs python’s popularity. But if you’ve ever been at a dinner table with these people, you also know how much they rant about the weaknesses of Python. From being slow to requiring excessive testing […]

Devamını Oku

DevOps Stack

DevOps Stack

I am sharing a sample and full DevOps Stack by Simon Reymann Our whole DevOps stack consists of the following tools: The main reason we have chosen Kubernetes over Docker Swarm is related to the following artifacts: for the original post and comments please visit https://stackshare.io/zimoony/decisions/104069607668616391 and my StackShare profile is https://stackshare.io/ozgurozkok

Devamını Oku

How to Set up a Cloud Kitchen Virtual Restaurant

How to Set up a Cloud Kitchen Virtual Restaurant

Ghost kitchens: keep a keen eye on emerging trends and I predict that soon all our delivery food is going to be made in virtual restaurants utilizing cloud kitchens And when the times change, new business opportunities arise. Oh, how I love new business opportunities! So get ahead of the […]

Devamını Oku

Virtual Machine ve Docker Container Sistemlerinin Tanıtımı

Virtual Machine vs Docker Containers

Virtual Machine (Sanal Makine) kendi bilgisayarımızda başka bilgisayarları sanal olarak çalıştırmamıza olanak sağlayan bir yazılımdır.   Yazılımcılar için sanal makineler yaşamı kolaylaştırıcı araçlardandır.  Kişisel olarak bir MacBook kullanıyorum.  Bilgisayarıma kurulu windows ve linux sanal makineleri sayesinde bu işletim sistemlerini de sorunsuz kullanabiliyorum.  Bu yazıda VM teknolojisini derinlemesine incelemeyeceğim.  Sanallaştırma işi […]

Devamını Oku

Linux Root Password Değiştirmek

Linux Root Password Değiştirmek

Öncelikle cihazınıza SSH ya da fiziksel olarak login olmanız gerekiyor. Login olduğunuzda terminal (console) ekranını ve komut satırını göreceksiniz. sudo passwd root eski ve yeni şifrelerini girerek linux root şifrenizi değiştirebilirsiniz.

Devamını Oku

Temel Git Komutları

Git, Github

Git kullanımını adım adım Git Derslerimizde anlatıyoruz. Derslerin yanında temel komutları burada da listelemek istedim.  git config ‘git config’; kullanıcı adı, mail, dosya formatları gibi genel ayarların yapılmasını sağlar.  git config –global user.name “kullanıcı.adınız” git config –global user.email kullaniciEPostaniz git init Bu komut, bulunduğunuz dizini bir Git dizini haline getirir. Git dizinlerine Repository adı […]

Devamını Oku