amuck-landowner

Search results

  1. wlanboy

    Raspberry Pi 2 - Version 1.2 - upgrade to 64-Bit

    The revision 1.2 of the Raspberry Pi 2 has now a BCM2837 CPU with up to 900 MHz and includes 1 GB RAM. Looking at the Raspberry Pi 3 with it's 1.2 GHz, the main difference between them is the the WiFi and Bluetooth module. Some might think that this is a stupid idea, but their are some...
  2. wlanboy

    ResinOS adds Docker to ARM/Linux boards

    Resin.io is a fork of the Yocto-based OS and is now able to run Docker containers on Linux IoT devices. Resin known for their Linux/Javascript-based IoT framework forked their Linux OS behind the framework as an open source project over a year ago. The open source ResinOS is now publicly...
  3. wlanboy

    Linux 4.8 changes to improvements the ARM architecture

    Allwinner: Allwinner A10/A20 – Display engine clocks (TCON, FE, DE), I2S audio interface (ASoC) driver, added NFC node to DTS Allwinner H3 – Clocks (through sunxi-ng), USB multi-reset lines support AXP2xx driver – External drivebus support, AXP223 USB power supply support, AXP809 PMIC...
  4. wlanboy

    Virtwire aka NanoVZ is closing business

    Part of their email today. Canceled all my vps some months ago, so no harm.
  5. wlanboy

    Use Dropbox, OneDrive, or any other sync tool as storage for your git repros

    You do not need to run a git server to share a git repository between different stations. I like to separate strage & sync from the version control. You might see the advantage if you migrate from svn to git. You only need 4 steps to create a Dropbox or OneDrive [insert your storage provider...
  6. wlanboy

    How do you run your homepages?

    For me planning a homepage does include three steps: plattform framework management I would like to discuss what current options are available for these topics. Basically if I am still on the right path. Back to the topic: Management Do I need a GUI for creating content...
  7. wlanboy

    Cheap 7'' display for your SBC

    I was looking for a cheap HDMI display to check the status of my SBCs. There are some car-displays available but they are beyond my €50 limit. It should have mount holes and a screen resolution of 800x600 to support a basic shell. I don't want to waste too much RAM for the GPU. After some...
  8. wlanboy

    Threads to collect

    Time to move some ARM threads @HalfEatenPie.
  9. wlanboy

    httpoxy A CGI application vulnerability for PHP, Go, Python and others

    httpoxy is a set of vulnerabilities that affect application code running in CGI, or CGI-like environments. It comes down to a simple namespace conflict: RFC 3875 (CGI) puts the HTTP Proxy header from a request into the environment variables as HTTP_PROXY HTTP_PROXY is a popular environment...
  10. wlanboy

    2016 SBC survey results

    This month, HackerBoards.com and Linux.com sponsored a 14-day SurveyMonkey survey that asked readers to choose their favorite three Linux- or Android-based open spec single-board computers from a list of 81. The TOP 10 boards are following: The results did have three surprises for my...
  11. wlanboy

    Running Docker on Armbian

    I am using Armbian for my head-less servers. Currently this setup is running on a Raspberry Pi 1, a Raspberry Pi 2 and a Olimex A20-OLinuXino-LIME. Installation is quite simple. Install dependencies apt-get install -y apt-transport-https Add respository key wget -q...
  12. wlanboy

    Chromebooks get Android Apps

    Found that on a Chromebook search on Reddit: https://www.reddit.com/r/chromeos/comments/4g97bm/did_i_find_a_hidden_upcoming_feature/ There is an option where you are able to activate the Google Play store on you Chromebook. Looking forward to Chrome OS 51.
  13. wlanboy

    UDOO X86 - powerfull Raspberry Pi alternative

    Quad Core 64-bit x86 based processor with an energy consumption of 5 or 6 Watt. Embedds the newest Arduino™ 101 including 6-axis accelerometer, gyroscope and Bluetooth Low Energy connectivity. Right on...
  14. wlanboy

    Easy way to enable PXE on your local network

    I am using a user friendly router at home. Great for guest wlan and even separated lans, but it is not able to add boot information on the DHCP service. But - thanks to dnsmasq - you are able to add this information without modifying your router. It is able to enrich the DHCP response...
  15. wlanboy

    SpaceWeb (EU) - 2 GB Webhosting Package

    Provider: Spaceweb Plan: 2000MB personal plan Price: 4€ per year Location: France, Paris (Iliad Datacenter DC3) Purchased: 11/2014 Features: Lightspeed Webserver on Cloudlinux 5 Gbps Ddos protection Unlimited domains Own Php config DirectAdmin control panel Panel is great...
  16. wlanboy

    My homemade slow webserver

    Took a 10 Mbit Hub, a Raspberry Pi 1 and a Iomega ZIP 100 drive: Drivers for the ZIP drive are easily installed: apt-get install jazip Disk speed is quite good: ioping -c 10 . 4096 bytes from . (ext4 /dev/root): request=1 time=1.1 ms 4096 bytes from . (ext4 /dev/root): request=2...
  17. wlanboy

    Staminus sites offline - massively hacked

    Their statement: Real thing: For your entertainment.
  18. wlanboy

    Help building low-power server with e-sata raid

    I bought a ZBOX Mini PC and added a old 128GB SSD and a old 4 GB of RAM. Perfect setup for a small Windows-alike plattform. Main purpose is a running Windows 2012 R2 server for .Net / AD / IIS stuff. I really like the fan-less build and the low-power footprint of this bare-bone. But I would...
  19. wlanboy

    Build simple web interface for redis key/value store

    This is my second post for php based projects. My first thread is about an IoT plattform for Ardunio clients. This post is about creating a simple web interface for a redis key/value store. If you want to install your own redis database you can use this tutorial:  I will use following...
  20. wlanboy

    New Year's resolutions - 2016

    So what's your resolutions for the new year? Mine are: Hardware Move your ass out of the Windows-Hardware-Versium -> use ARM Software Stop using only fancy programming languages. Back to the roots -> use PHP OS Stop using only FreeBSD and Debian-> use...
Top
amuck-landowner