The whole installation process is facilitated by a very complete installation script provided by PiHole developers. To do this, you need to download it and…
Bilgi Paylaştıkça Büyür
The whole installation process is facilitated by a very complete installation script provided by PiHole developers. To do this, you need to download it and…
Uptime Kuma Sıkıntılı durumda yada npm nin kurulmaması halinde önce ilgili paketleri kuruyoruz.. sonrada npm yi yüklüyoruz… bu arada uptime kuma şuan en az düşün…
Raspberry Pi 3 için Libreelec üzerinde çalışan Portainer ‘e Docker ile üzerinde kurulan Pi-Hole Template’i Açıklaması biraz karışık oldu, kusuruma bakmayın 😀
OVA is a virtual appliance, ready to run on a hypervisor. With an OVA file, you can import the image into VirtualBox, VMWare, etc and all needed information is loaded from the file and you can start the VM. This works as long as your hypervisor is capable of reading an OVA file. Proxmox does not understand OVA, and you cannot use the image out of the box. Reading the provided VM definition is not possible. As an OVA file contains the VM disk, you can add the disk to a VM.
In this article, We are going to perform How to Install Zulu OpenJDK Version 11 on Ubuntu 20.04/18.04/16.04 LTS
We can configure or change the DHCP to Static IP address in the terminal using the Netplan utility. Ubuntu or Ubuntu server, by default, uses Netplan to configure the network configurations.
Nginx is currently one of the most popular web servers in the entire world and a lot of the largest and highest traffic sites on the internet use it. It is resource-friendly in comparison to Apache in many cases and could be used as a web server.
In this tutorial we will teach you how to install Nginx-RTMP on your Ubuntu 16.04 server or any other Ubuntu versions, this tutorial will work on multiple.
Installing with APT can be done with a few commands. Before you install .NET, run the following commands to add the Microsoft package signing key to your list of trusted keys and add the package repository.
Open a terminal and run the following commands:BashCopy
wget https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb sudo dpkg -i packages-microsoft-prod.deb
Daha önceki yazılarımızda Bluepill geliştirme kartından bahsetmiş ve CubeMX paketi ile birkaç uygulama yapmıştık. Bu yazımızda ise Bluepill kartını Arduino geliştirme ortamı ile nasıl kullanabileceğimize değineceğiz. Bu çalışmayı Ubuntu 18.04 tabanılı Xubuntu Linux ortamında gerçekleştirdik. stm32 Arduino paketi olarak https://github.com/rogerclarkmelbourne/Arduino_STM32 adresinden indirilen paket ile çalışacağız. Arduino IDE ile https://github.com/stm32duino/Arduino_Core_STM32 paketi ile de çalışabilirsiniz. İkisi arasında kütüphane ve kullanılan araçlar bakımından farklar var. Bu kütüphaneyi daha sonra inceleyeğiz. Bluepill kartına derlenmiş program dosyasını yüklemek için ise ST-Link v2 programlama arabirimini SWD (Serial Wire Debug) modunda kullanacağız.
sudo sysctl -w vm.nr_hugepages=1280
yada
sudo sysctl -w vm.nr_hugepages=$(nproc)
sudo bash -c "echo vm.nr_hugepages=1280 >> /etc/sysctl.conf"
yada
sudo bash -c "echo vm.nr_hugepages=$(nproc) >> /etc/sysctl.conf"