Ubuntu IPv6 Devre Dışı Bırak

Ubuntu Linux sisteminizde IPv6'yı tamamen devre dışı bırakmak isterseniz, Linux kernel parametresinde bazı değişiklikler yapmanız gerekir. 99-sysctl.conf dosyasını düzenleyin. sudo vim /etc/sysctl.d/99-sysctl.conf Aşağıdaki 3 satırı kopyalayıp dosyanın altına yapıştırın. net.ipv6.conf.all.disable_ipv6…

Ubuntu Linux Statik IP Adresi Vermek

Ubuntu işletim sisteminde makinenize statik ip vermek için yapmanız gerekenler  sudo vim /etc/network/interfaces komutuyla açılan sayfaya aşağıdaki satırları ekleyin:auto eth0 iface eth0 inet static address xxx.xxx.xxx.xxx (IP Adresi) netmask xxx.xxx.xxx.xxx…

ESXi Expand datastore from command line

Rescan all storage adapter for changes:1 esxcli storage core adapter rescan --allDetermine the disk path:1 vmkfstools -P /vmfs/volumes/datastore_02 VMFS-5.61 file system spanning 1 partitions.3 File system label (if any): datastore_04 Mode: public5 Capacity…