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 […]
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 ». […]
~ # 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 […]
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 $ […]
There is no excerpt because this is a protected post.
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 […]
Video recorded july 31st 2011 Get the Flash Player to see this content.
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 […]