Feb
20
2017

Reboot OpenWRT

from: http://www.geekslove.it/2014/04/rebooting-openwrt-automatically-when.html #! /bin/sh # Checks if the wifi conn is up.  If not, it tries to restart # the wifi.  If that fails, then reboot. if ping -c 1 10.200.10.1 > /dev/null then echo nothing > /dev/null else /etc/init.d/network restart sleep 30 if ping -c 10.200.10.1 > /dev/null then echo nothing > /dev/null else […]

Print Friendly, PDF & Email
0
Mar
16
2015

OpenWrt build root

Install Ubuntu 14.04 Desktop sudo apt-get install subversion build-essential libncurses5-dev zlib1g-dev gawk git ccache gettext libssl-dev xsltproc zip clone from trunk git clone git://git.openwrt.org/openwrt.git  cd ~/openwrt ./scripts/feeds update -a ./scripts/feeds install -a make prereq make menuconfig make Enable Channel 12/13 (echo “CONFIG_ATH_USER_REGD=y” >> .config) In menuconfig press « / » and type « REGD ». […]

Print Friendly, PDF & Email
0
Mar
27
2014

Car crash

carcrash

Print Friendly, PDF & Email
0
Feb
24
2014

ESXi 5.1 to 5.5 – shell

~ # VMware -l ~ # vim-cmd hostsvc/maintenance_mode_enter ~ # esxcli software vib list ~ # esxcli software vib install -f -v file:/tmp/aacraid/vmware-esxi-drivers-scsi-aacraid-550.5.2.1.40301.-1.5.5.1331820.x86_64.vib ~ # esxcli network firewall ruleset set -e true -r httpClient ~ # esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-5.5.0-1331820-standard ~ # tail -f /var/log/esxupdate.log ~ # reboot ~ # vim-cmd […]

Print Friendly, PDF & Email
0
Sep
12
2013

Mediaserver

Install ubuntu linux 13.04 server (LAMP + SSHd + SAMBA) 1) install Logitech Media server  $ sudo vi /etc/apt/sources.list deb http://debian.slimdevices.com stable main $ sudo apt-get update $ sudo apt-get install logitechmediaserver 2) install Plex Media Server $ wget -c downloads.plexapp.com/plex-media-server/0.9.8.6.175-88ffbb2/plexmediaserver_0.9.8.6.175-88ffbb2_amd64.deb $ sudo dpkg -i plexmediaserver_0.9.8.6.175-88ffbb2_amd64.deb $ sudo apt-get install -f 3) Install Webmin $ […]

Print Friendly, PDF & Email
0
Nov
20
2012

Protected: Games

There is no excerpt because this is a protected post.

Print Friendly, PDF & Email
Enter your password to view comments.
Jun
27
2012

Fixing Roaming Profiles – Win Vista / Win 7

1. Never remove or rename the currupted profile Never remove or rename the currupted profile using command line or windows explorer. 2. Remove user profile http://support.microsoft.com/kb/947215/en-us a. Click Start, right-click Computer, and then click Properties. b. Click Change settings. c. In the System Properties dialog box, click the Advanced tab. d. In the User Profiles […]

Print Friendly, PDF & Email
0
Aug
11
2011

Our daughter is really really tired…

Video recorded july 31st 2011 Get the Flash Player to see this content.

Print Friendly, PDF & Email
0
Jun
20
2011

Speedtest.net says 60/90

0
May
30
2011

WAN NAT Problem

Since moving to out new house it’s been a pain in the ass reaching my servers from inside my LAN. I found out that it’s due to “Filter WAN NAT direction” in the DD-WRT firmware. Although it’s disabled I have to enter this firewall command: /usr/sbin/iptables -t nat -A POSTROUTING -d xx.xx.xx.0/24 -s xx.xx.xx.0/24 -j […]

Print Friendly, PDF & Email
0