İçeriğe geç

Kategori: Linux

Import OVA as Proxmox VM

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.

Installing Nginx + HLS on Ubuntu 16.04

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.

Install the .NET SDK or the .NET Runtime on Ubuntu

18.04 ✔️

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

Bluepill ve Arduino_STM32 Paketi

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.

Image for post
Düşük fiyatlı ST-Link SWD Debugger Arabirimi