AcloudA
Setup Icecast Media Streamer on Ubuntu 18.04
Posted by Karim Buzdar on December 27, 2019

Icecast, according to the developers, is a streaming media (audio/video) server which currently supports Ogg (Vorbis and Theora), Opus, WebM and, MP3 streams. It can be used to create an Internet radio station or a privately running jukebox and many things in between. It is very versatile in that new formats can be added relatively easily and supports open standards for communication and interaction.

(more…)

Connecting on-premises servers in Azure using Azure ARC (Preview)
Posted by Nicolas Prigent on December 13, 2019
Tags:

Have you ever wanted to manage your on-prem servers into the Azure console? Then it is now a preview feature released during Microsoft Ignite 2019. You will be able to connect your servers (physical or virtual) into the Azure console, in order to manage them. It means that you will be able to use all the Azure features such as: Azure tags, Azure RBAC, security policies, …

(more…)

[Azure] Protect your Azure WebApp with Let’s Encrypt
Posted by Florent Appointaire on November 29, 2019

Today, I had a question from one of my customers to protect an Azure WebApp with a certificate. Because it’s for a dev environment, the customer doesn’t want to pay for a certificate.

(more…)

[Azure] Discovering of KeyVault
Posted by Florent Appointaire on October 21, 2019

For some months now, Microsoft has deployed on the Azure platform, Key Vault. This solution gives you the possibility to store, directly on Azure, your passwords, certificates, etc. and to generate/call them through API. Resources can be accessed from Azure Automation, Azure AD and from your custom applications.

(more…)

Deploying Ubuntu VM in Azure with Remote Desktop Access
Posted by Nicolas Prigent on September 10, 2019

When you deploy a new Linux Virtual Machine in Microsoft Azure, you can only connect to using SSH. The reason is Linux Virtual Machines do not support Remote Desktop (RDP) natively. It means that you must allow the 22 port number in the Network Security Group. Sometimes, it can be useful to enable RDP on a Linux Virtual Machine, so in this article, I will explain how to setup a Linux Virtual Machine in Azure with RDP access that you can use for testing purposes.

(more…)

How to Transfer Files to-and-from Ubuntu through Magic Wormhole
Posted by Karim Buzdar on August 27, 2019
Tags: ,

The Magic Wormhole package comes with a library and a command-line tool named Wormhole. This tool lets you transfer arbitrary-sized files and directories, and even pieces of text from one computer to another. The two endpoints are identified by using identical “wormhole codes”: in general, the sending machine generates and displays a human-pronounceable code, which must then be typed into the receiving machine. This article is about installing the Wormhole command line utility on the source and target Ubuntu systems. Then, presenting an example of securely sending a file from one Ubuntu system to the other using Wormhole.

(more…)

Getting started with MySQL on Amazon RDS
Posted by Mikhail Rodionov on June 21, 2019

I’ve recently started to explore MySQL as a potential backend option for my custom web application pet project. Earlier, I’ve already wrote an article about installing AMP stack on Ubuntu Server, and as a logical next step I decided to explore PaaS option which allows you to get MySQL as a service from Amazon as potentially better option for large scale projects or for those who focusing on building “serverless” architectures on AWS platform. In this little article I will cover basics of Amazon RDS MySQL offering and explain how to create your first MySQL instance and connect to it.

(more…)

[Azure Automation] Source Control integration with Github
Posted by Florent Appointaire on May 24, 2019

Today I’ll explain a new feature that I discovered last during the PowerShell Saturday User Group in Paris, the integration between Azure Automation and Github. This integration will give you the possibility to have a control on your sources.

(more…)

How to Setup a Digital Gaming Platform with Steam on Ubuntu
Posted by Karim Buzdar on May 7, 2019

Steam is a software content delivery system developed by Valve. There is some free software available but for the most part, the content delivered is non-free.

(more…)

What is the difference between VMware ESXi, vCenter vSphere?
Posted by Vladimir Yamkovoy on February 26, 2018

When in the distant 2001 the VMware ESXi hypervisor appeared on the market, a virtual revolution started that began the end of the era of personal computers with the programs installed on them. This event opened a new era in the development of computers and software – client-server technologies and cloud computing technologies.

VMware - ESXi - vCenter - vSphere

(more…)