Archlinux/Raspberry Pi - Access point with hostapd

WLAN access point with EDiMAX EW-7811Un

Install dependencies

We need the tool hostapd to configure our access point

pacman -S hostapd

Configuration

After the installation we create the configuration file:

nano /etc/hostapd/hostapd.conf

Insert following configuration

sets the wifi interface to use, is wlan0 in most cases
interface …

Continue reading »

Archlinux/Raspberry Pi - Mount XS Stick P10 (callmobile.de)

Search for device

lsusb

Bus 001 Device 005: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter Realtek RTL8188CUS

Bus 001 Device 006: ID 1c9e:f000 OMEGA TECHNOLOGY

Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter

Bus 001 Device 002 …

Continue reading »

Git Cheat Sheet

Disable SSL check

Deaktiviert SSL Verifikation, um z.B. Server mit selbstsignierten Zertifikaten signiert sind

git config --system http.sslVerify false

or clone with:

git clone -c http.sslVerify=false <gitrepo>

Alternative Add Cert to Git Store

Hierbei ist es ratsam, die komplette Certificate-Chain im Ca-File zu übernehmen.


Proxy Bypass …

Continue reading »

Grunt Einstieg

Was ist Grunt?

Grunt ist ein Taskrunner, in Form eines JavaScript Programms. Über das Anlegen einer Datei (Gruntfile.js) können Task definiert werden und anschließend via Console oder IDE ausgeführt werden.

Wozu kann Grunt benutzt werden?

Grunt ist ein universelles Tool, unzählige Plugins erlauben dem kreativen Entwickler eine Vielzahl von …

Continue reading »

Setup Confluence 5.5.7

Linksammlung

MySQL JDBC Driver: mysql-connector-java-5.1.34 WICHTIG: LÖSCHEN! sql_mode = NO_AUTO_VALUE_ON_ZERO

Continue reading »