Build VMs, containers, AI, databases, storage—all in one place.
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
Get Started
Streamline Azure Security with Palo Alto Networks VM-Series
Centrally manage physical and virtualized firewalls with Panorama
Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
slimbian is slim and minimalist version of Official Raspbian targeted for full running of light server or embedded application in Raspberry Pi. Excluding many X11 library will make the installation become lite with smaller memory footprint in running. slimbian is not trimmed version of Raspbian, it's really a made of custom install of Raspbian minus GUI/X11 library.
How to install into sdcard:
$ tar -xzpvf 2015-10-slimbian-jessie.img.tar.gz
$ sudo dd if=2015-10-slimbian-jessie.img...
Turn your Raspberry Pi 2 into a Nginx HTTP server.
To do:
– Update my.cnf for RPi2 (1G of memory) and enable InnoDB by default.
– Fix broken PHP modules. (gd, imap and mcrypt)
Changelog:
09-16-2015 – Fixed sshd root access and enabled autostart of sshd on boot.
09-12-2015 – Tested image on 3 different Raspberry Pi 2 boards.
09-10-2015 – Performed pacman -Syu
09-10-2015 – Updated to work with Raspberry Pi 2 (Arm7)
Known Bugs:
– When using the wifi-menu command to connect to the internet instead of a network cable. There’s the...