Skip to content

Patrik Falk {swehacker}

Leadership, Coaching, Coding, Electronics, Multiroters and DIY Hacks

Search
  • Home
  • Software Development
  • Electronics / DIY Hacks
    • Projects
    • Digital Multimeter UT61
      • Protocol for UT61
    • Microchip PIC
      • Pulsing LED w. 12F683
    • Raspberry Pi
      • Java == Pi
      • GPIO Speed Test on a Raspberry Pi
      • Install Ubuntu Mate using OS X
    • SSDF eLearning Portal
    • 9 700 lumen LED Lamp
    • OpenHAB and Tellstick DUO
      • Enter JavaFX
      • Initial setup
    • Environment Logger
  • Multiroter
    • About
    • Repair a broken antenna
    • Blackout Mini H Quad
      • Blackout Mini H Quad
      • Bill of Materials
        • Tiger Motor MN2204/2300KV
        • DYS SN30A ESC (BLHeli)
        • Programming tool for BLHeli (DYS SN30 ESC)
        • 600mW 5.8GHz A/V Transmitter
        • Pololu 5 volt step down converter (1 Amp version)
  • Courses / Public Speaking
  • Links
    • UNI-T UT61
    • Fun
  • Search

Script wizzrdry

Small webserver setup

February 19, 2015September 11, 2015 by patrik

When you are prototyping w. JS and JSON you need a webserver if you separate your data from your program. So here is four tips 🙂 1. Use Python SimpleHTTPServer Python will serve your files from the catalogue where you started the server python –m SimpleHTTPServer If you like to use NodeJS you have several … Read more

Categories Java, Script wizzrdry, Software Development

Find out which commands you use most

October 27, 2014February 19, 2015 by patrik

history | awk ‘{print $2}’ | sort | uniq -c | sort -rn | head

Categories Linux, Script wizzrdry

Tab Completion in OSX

January 31, 2013September 11, 2015 by patrik

Since I started to use mac at work I have missed some of the nice features that you have in Linux like tab completion in bash. It is quite easy to setup in OSX. You need to install Homebrew if you don’t allready have it. It’s a package manager for OS X like you can … Read more

Categories GIT, Script wizzrdry

Recent Posts

  • 441
  • WordPress brute force attack
  • Error -50 when moving files
  • Scary!!! My NAS broke!
  • Install JavaFX on Raspberry Pi

Archives

  • September 2017
  • September 2016
  • August 2016
  • July 2016
  • March 2016
  • October 2015
  • September 2015
  • February 2015
  • January 2015
  • November 2014
  • October 2014
  • August 2014
  • February 2014
  • December 2013
  • August 2013
  • July 2013
  • January 2013
  • November 2012
  • August 2012
  • June 2012
  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011

Categories

  • Agile
  • Architecture
  • C/C++
  • Coaching / Meetings
  • Continuous Integration/Deployment
  • Electronics / DIY Hacks
  • Frameworks
  • GIT
  • Java
  • Lightning talks
  • Linux
  • Multiroter
  • Open Space Technology
  • Script wizzrdry
  • Security
  • Software Development
  • Uncategorized
  • Visual Thinking
© 2018 • GeneratePress