Posts

http://codegeekz.com/15-best-jquery-site-tour-plugins/
http://www.macstories.net/stories/automating-ios-how-pythonista-changed-my-workflow/

Raspberry PI and Minecraft

Need to make this: http://picraftbukkit.webs.com/pi-minecraft-server-how-to

Built this some day TinyTitan

http://tinytitan.github.io http://coen.boisestate.edu/ece/files/2013/05/Creating.a.Raspberry.Pi-Based.Beowulf.Cluster_v2.pdf

Ubiquity UniFi Beta Ubuntu Server 14.04.1 LTS

OpenSSH Server auswählen In sudo nano /etc/apt/sources.list add deb http://dl.ubnt.com/mfi/distros/deb/ubuntu ubuntu ubiquiti deb http://www.ubnt.com/downloads/unifi/distros/deb/ubuntu ubuntu ubiquiti You now need to add GPG keys: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv C0A52C50 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10 sudo apt-get update sudo apt-get upgrade sudo apt-get update sudo apt-get install unifi-beta sudo apt-get install mfi-beta Lan DHCP off 10.1.1.1/8

How to increase decrease navbar height in Bootstrap? Twitter bootstrap navbar fixed top overlapping site?

Just change the min-height: to what you want it to be. For example: 50px . navbar - nav > li > a { padding - top : 5px ! important ; padding - bottom : 5px ! important ;} . navbar { min - height : 50px ! important } If you are on a template with a navbar which is fixed to top, you have to modify another thing. Go to your CSS File and change the body padding to also 50px. body { padding-top : 50 px ; } Good read: navbar-fixed-top-bootstrap