- Details
- Category: Hardware
- Hits: 54315
Zyxel ES-2108 - Manual
If you forget the password, how to reset the password to default?
via USB-serial adapter using screen:
Read more: Zyxel ES-2108 Reset Password and Load Factory Defaults
- Details
- Category: Tech Stuff
- Hits: 17372
Watching/Streaming HDTV from any DVB source with RaspberryPi
Device Installation:
460e
http://www.linuxtv.org/wiki/index.php/Pinnacle_PCTV_DVB-S2_Stick_(460e)
http://www.google.com/search?q="index%20of"+dvb-fe-tda10071.fw
461e:
https://github.com/OpenELEC/dvb-firmware/blob/master/firmware/dvb-demod-m88ds3103.fw?raw=true
520e:
http://www.linuxtv.org/wiki/index.php/PCTVSystems_QuatroStick-nano_520e
http://www.google.com/search?q="index%20of"+dvb-demod-drxk-pctv.fw
save firmware under /lib/firmware !
Software Installation:
TVHeadend:
https://tvheadend.org/projects/tvheadend/wiki/AptRepository
aptitude install tvheadend
adduser hts video
oscam:
http://download.oscam.cc/index.php?&direction=0&order=mod&directory=1.20_TRUNK (v10000 recommended)
oscam.conf add:
[dvbapi]
enabled = 1
au = 1
boxtype = pc
user = hts
pmt_mode = 4
request_mode = 1
in TVHeadend add CAPMT Connection: socket: /tmp/camd.socket
- Details
- Category: Software
- Hits: 16300
Actually i "just" needed a list of all countries with their area code and a column to know if its landline or mobile. This way i could use it for asterisk to know if calling landline or mobile (thus selecting different routes). Googling for area-code lists on the web takes you to lists like this one which are quite nice but not mentioning mobile destinations. But there is a neat list available at SIL's website. Copied it over to LibreOffice Calc and saved it as CSV. Nearly perfect, just that all lines for mobile numbers have mostly more than one number for mobile...
Read more: Working with AWK (to create an area-code-listing for asterisk)
- Details
- Category: Software
- Hits: 21459
Linux/OpenWRT
set dnsmasq to listen only on local ip instead on all available interfaces:
root@tplink:~# netstat -tln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:2006 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN
Read more: Linux / OpenWRT: set dnsmasq to listen only on local ip
Page 2 of 6