Ich habe im Netz mal nach einer Variante gesucht um unsere FritzBox auf eine neuere Version zu aktualisieren. Sunrise ist ja immer noch bei einer sehr alten Version stehen geblieben. Ab Version 6.50 hat sich ja einiges in Sachen Admin-Oberfläche getan. (Diese finde ich Übrigens sehr gelungen). Achtung falls die Einstellungen der Box nach dem …
Kategorie: Computer
Dez. 29 2015
Install IGEL UMS Server Ubuntu 14.04 Headless
Minimal Install Ubuntu 14.04 x64 Server with OpenSSH Server Update && dist-upgrade
1 |
apt-get update && dist-upgrade -y |
install xorg
1 |
apt-get install xorg |
Add i386 Libs needed for Igel UMS
1 2 3 |
dpkg --add-architecture i386 apt-get update sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 libxtst6:i386 libxinerama1:i386 libxi6:i386 libXext6:i386 libXrender1:i386 |
Install Igel UMS Server
1 |
<span class="pln">apt</span><span class="pun">-</span><span class="pln">get install libxrender1</span><span class="pun">:</span><span class="pln">i386 libxtst6</span><span class="pun">:</span><span class="pln">i386 libxi6</span><span class="pun">:</span><span class="pln">i386</span> |
Dez. 07 2015
Compact Virtualbox VMachine
How to Compact Virtualbox VMachine (Linux and Windows) http://superuser.com/a/529183
Juli 01 2014
Connect a USB Devices over Network
I want to make my office as quiet as possible. So i wanna move all my Workstation’s into my 19″ Rack and work on those with some Igel Thin Client’s. But I have some USB Devices like Microprocessors, Scanners, Sound Cards, USB to Serial Adapters and so on. Now i try to find the best …
Juni 10 2014
Proxmox: convert virtual disk vmdk to raw
If you get an error about VMDK Version not compatible to qemu-img follow those steps:
1 2 3 4 5 |
wget http://ftp.us.debian.org/debian/pool/main/q/qemu/qemu-utils_2.0.0+dfsg-4~bpo70+1_amd64.deb mkdir utils dpkg -x qemu-utils_2.0.0+dfsg-4~bpo70+1_amd64.deb utils/ cd utils/bin/ qemu-img convert -O raw </path/to/file.vmdk> file.raw |
Source: http://forum.proxmox.com/threads/18240-qemu-img-not-working-correctly-with-vmdk-file-(since-PVE3-2)
März 21 2014
Apache2 how to disable mod_security in .htaccess file?
1 2 3 4 |
<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> |
März 20 2014
Vyatta Site2Site OpenVPN-Tunnel
How to set up an OpenVPN Tunnel on a VYATTA or Ubiquiti EdgeMax Router. The Main Site Router A will wait for connection. Main Site Router A: Create openvpn key , copy it it temporary directory, change its user ownership.
1 2 3 4 5 |
generate openvpn key /config/auth/key.psk sudo cp /config/auth/key.psk /tmp/ sudo chown vyatta /tmp/key.psk ls -l /config/auth/key.psk configure |
Create openVPN interface vtun0 with a Local-IP to assign and a remote IP.
1 2 3 4 5 |
set interfaces openvpn vtun0 mode site-to-site set interfaces openvpn vtun0 local-address 172.16.1.1 set interfaces openvpn vtun0 remote-address 172.16.1.2 set interfaces openvpn vtun0 local-port 10005 set interfaces openvpn vtun0 shared-secret-key-file /etc/openvpn/key.psk commit |
…
März 20 2014
maximale WLAN Sendeleistungen in der Schweiz
2.4 GHz Frequenzband (2.4 – 2.4835 GHz) Anlagen, die in diesem Frequenzband arbeiten, können auch ausserhalb von Gebäuden betrieben werden. Die abgestrahlte Leistung von Anlagen ist auf maximal 100 mW begrenzt.Die technischen Anforderungen sind in der Schnittstellenanforderung RIR1010-01 beschrieben. Unteres 5 GHz Frequenzband (5.15 – 5.35 GHz) Die Nutzung ist ausschliesslich auf das Gebäudeinnere (indoor) …
März 20 2014
Unifi AP – Set Inform URL via SSH
ssh into the device and type
1 2 |
mca-cli set-inform http://ip-of-controller:8080/inform |
Feb. 12 2014
PROXMOX: Install Windows 8.1 x64
If the VM enters BootLoop during/bevore setup: add the following line to the .conf in /etc/pve/qemu-server/
1 |
args: -cpu kvm64,+lahf_lm |
Source: http://forum.proxmox.com/threads/16206-Windows-Server-2012-R2-and-0x0000005D-Error?p=89540#post89540
- 1
- 2