::: Virtual Aleph ::: Virtualization Techniques: Virtualize a Linux Server with VmWare Converter 3.0.1:
http://jamesmcdonald.id.au/it-tips/convert-vmware-server-vm-to-vmware-esx-server-3i-using-vmware-convertor
http://prefetch.net/blog/index.php/2009/09/12/why-partition-x-does-now-end-on-cylinder-boundary-warnings-dont-matter/
Wednesday, February 26, 2014
Wednesday, February 12, 2014
Tuesday, February 4, 2014
Monday, February 3, 2014
Tuesday, January 7, 2014
Script to read a file and run commands
@echo off
setlocal
for /F "Tokens=1" %%a in (c:\userlist.csv) do call :parse %%a
endlocal
GOTO :EOF
:parse
echo %1
:end
setlocal
for /F "Tokens=1" %%a in (c:\userlist.csv) do call :parse %%a
endlocal
GOTO :EOF
:parse
echo %1
:end
Monday, December 16, 2013
Sunday, December 15, 2013
Cisco 881G 3G WAN Configuration
Configure APN
Router# cellular 0 gsm profile create profile-number APN {chap | pap}
chap-or-pap-user-name chap-or-pap-password
Configure Chat Script, Interface, Line and Route
chat-script gsm "" "AT!SCACT=1,1" TIMEOUT 60 "OK"
interface Cellular0
ip address negotiated
encapsulation slip
dialer in-band
dialer idle-timeout 0
dialer string gsm
dialer-group 1
async mode interactive
dialer-list 1 protocol ip permit
line 3
script dialer gsm
modem InOut
no exec
transport input all
transport output all
Router# cellular 0 gsm profile create profile-number APN {chap | pap}
chap-or-pap-user-name chap-or-pap-password
Configure Chat Script, Interface, Line and Route
chat-script gsm "" "AT!SCACT=1,1" TIMEOUT 60 "OK"
interface Cellular0
ip address negotiated
encapsulation slip
dialer in-band
dialer idle-timeout 0
dialer string gsm
dialer-group 1
async mode interactive
dialer-list 1 protocol ip permit
line 3
script dialer gsm
modem InOut
no exec
transport input all
transport output all
ip route 0.0.0.0 0.0.0.0 Cellular0
Subscribe to:
Posts (Atom)