Re: NBN satelite setup

2016-09-13 Thread Rick Moen via luv-main
Quoting zlin...@virginbroadband.com.au (zlin...@virginbroadband.com.au):

> I am using pdnsd as a local cacheing from a sugestion from Russell
> Coker, this turned out to be a real excellent sugestion as it sped
> up page loading no end (this was on dialup).

I'm sure it would -- just from the caching.  However, FWIW, you can do
better still, by running a recursive nameserver such as Unbound.  pdnsd
is terrific for what it is, but it's ultimately just a small caching
forwarder with no intelligence of its own.

http://linuxmafia.com/faq/Network_Other/dns-servers.html#pdnsd
http://linuxmafia.com/faq/Network_Other/dns-servers.html#unbound

To explain and disambiguate the type of DNS software:
http://linuxmafia.com/pipermail/sf-lug/2008q3/006880.html
http://linuxmafia.com/pipermail/sf-lug/2008q3/005293.html

___
luv-main mailing list
luv-main@luv.asn.au
https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main


Re: NBN satelite setup

2016-09-13 Thread Ray via luv-main

On 14.09.2016 00:37, Douglas Ray via luv-main wrote:

On 12/09/16 9:49 AM, Ray via luv-main wrote:
I am just about to get this installed and I wonder if anyone has any 
exprience of setting this up. The ISP concerned uses PPPOE, would the 
standard debian install using the ISP's given login
name and password be all that is required. I assume nameserver setup 
would be transparent similiar to using "usepeerdns" in a PPP set up.


any bandwidth-limited connection would be better with
a local caching dns server, forwarding to the peer dns.

I don't know how that translates to debian.

Douglas


I am using pdnsd as a local cacheing from a sugestion from Russel Coker, 
this turned out to be a real excellent sugestion as it sped up page 
loading no end (this was on dialup). I will keep this setup as it will 
almost certainly be a good step forward on satelite given its latency 
issues.


Note: The satelite dish and modem was installed last monday, ie more 
than a week ago and I have as yet not done anything as I still have 
plenty of data left on my current account. Also the modem was installed 
a good distance from my current firewall (access was far easier) and I 
did not have a long enough cat 6 cable.






___
luv-main mailing list
luv-main@luv.asn.au
https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main


Lindsay
___
luv-main mailing list
luv-main@luv.asn.au
https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main


Re: NBN satelite setup

2016-09-13 Thread Douglas Ray via luv-main

On 12/09/16 9:49 AM, Ray via luv-main wrote:
I am just about to get this installed and I wonder if anyone has any 
exprience of setting this up. The ISP concerned uses PPPOE, would the 
standard debian install using the ISP's given login
name and password be all that is required. I assume nameserver setup 
would be transparent similiar to using "usepeerdns" in a PPP set up.


any bandwidth-limited connection would be better with
a local caching dns server, forwarding to the peer dns.

I don't know how that translates to debian.

Douglas


Also, this is Lindsay from NE Victoria, I am already on the luv list, 
for some reason though I
I can no longer post anything from my original account, this has been 
on going for quite along time, ALL other email works OK from my 
original account.


Using Linux since 1993,
Lindsay
___
luv-main mailing list
luv-main@luv.asn.au
https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main


___
luv-main mailing list
luv-main@luv.asn.au
https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main


Re: Change HDMI resolution via fbset?

2016-09-13 Thread Chris Samuel via luv-main
On Tuesday, 13 September 2016 2:40:28 AM AEST Toby Corkindale via luv-main 
wrote:

> Am I doing it wrong? Or is it possible that the framebuffer device for this
> video device just doesn't let you change the resolution?

Does this help?

https://wiki.archlinux.org/index.php/GRUB/Tips_and_tricks#Setting_the_framebuffer_resolution

-- 
 Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

___
luv-main mailing list
luv-main@luv.asn.au
https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main


Re: Change HDMI resolution via fbset?

2016-09-13 Thread Toby Corkindale via luv-main
Well.. I ended up "solving" the problem by installing and Xserver, and
making an xinitrc script that pauses for 5 seconds, changes the res with
xrandr, then continues.. (For some reason xrandr needs that several-second
pause before it's called, or it too throws a "can't find mode" error)

On Tue, 13 Sep 2016 at 12:40 Toby Corkindale  wrote:

> Hi,
> I have a couple of Intel NUCs (dual core celeron CPUs, Intel chipsets
> including video (i915 kernel module)) that I'm trying to use for a project.
>
> To simplify matters I was going to use the framebuffer device for video
> output -- but the HDMI defaults to 1920x1080 and I'd really like to change
> the resolution to match the projector's native resolution, which is
> 1024x768.
>
> I've tried using fbset, as in:
> $ fbset -geometry 1024 768 1024 768 32
> but rather than change the HDMI output, it just makes the console occupy a
> smaller part of the screen. How useless!
>
> I tried using fbset like this too:
> $ fbset 1024x768-32
> (where that mode is listed in /etc/fb.modes)
> but it just threw some errors back.
>
> Am I doing it wrong? Or is it possible that the framebuffer device for
> this video device just doesn't let you change the resolution?
>
> I guess it's not a disaster if I install a minimal X setup, but first..
> any suggestions for fbset?
>
___
luv-main mailing list
luv-main@luv.asn.au
https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main


Re: NBN satelite setup

2016-09-13 Thread Mike O'Connor via luv-main

On 12/09/2016 9:19 AM, zlin...@virginbroadband.com.au wrote:
I am just about to get this installed and I wonder if anyone has any 
exprience of setting this up. The ISP concerned uses PPPOE, would the 
standard debian install using the ISP's given login
name and password be all that is required. I assume nameserver setup 
would be transparent similiar to using "usepeerdns" in a PPP set up.


Also, this is Lindsay from NE Victoria, I am already on the luv list, 
for some reason though I
I can no longer post anything from my original account, this has been 
on going for quite along time, ALL other email works OK from my 
original account.


Using Linux since 1993,
Lindsay
___
luv-main mailing list
luv-main@luv.asn.au
https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main



PPPOE for a sat connection, that's just bad design.

Mike

___
luv-main mailing list
luv-main@luv.asn.au
https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main