Go to advanced search

by tsusan
Mon Jun 10, 2013 7:39 am
Forum: Nederlands
Topic: Live-opname (A/V)
Replies: 2
Views: 1463

Re: Live-opname (A/V)

Hallo dizorder, In welke kwaliteit gaan deze streams opgeslagen worden? 1080p met 30 fps en 24 bits stereo geluid in 48 kHz? of 420p met 10 fps en 8 bits mono geluid in 19 kHz... Allemaal van invloed op de disk i/o. Een class 10 SD van een gerenommeerd merk mag geen problemen geven. Test, test en re...
by tsusan
Mon Jun 03, 2013 1:41 pm
Forum: Nederlands
Topic: software zonder apt-get
Replies: 1
Views: 1001

Re: software zonder apt-get

Hi Robert,

Als openelec je bevalt dan zal xbian [xbian.org] je zeker bevallen.

Die distributie kun je wel zelf beheren en dan is

Code: Select all

# apt-get install hostapd 
voldoende om je rpi een wlan accesspoint te maken.

succes!
:wq
by tsusan
Tue May 07, 2013 12:38 pm
Forum: Nederlands
Topic: Zwart scherm
Replies: 5
Views: 2016

Re: Zwart scherm

hi,

Kun je de Pi wel bereiken over het netwerk?
--
:wq
by tsusan
Sun May 05, 2013 1:50 pm
Forum: Raspberry Pi OS
Topic: Privoxy
Replies: 15
Views: 8035

Re: Privoxy

Well, yes.

That is a solution.

I have done a bit of learning, no longer being able to rely on knowledge gained before, and found this:

http://wiki.debian.org/LSBInitScripts/D ... yBasedBoot

In Short:

Code: Select all

sudo vi /etc/init.d/privoxy
And add neorouter as a prerequisite for privoxy
by tsusan
Thu May 02, 2013 1:18 pm
Forum: Raspberry Pi OS
Topic: Privoxy
Replies: 15
Views: 8035

Re: Privoxy

Code: Select all

    update-rc.d -f privoxy defaults 25
thats not what it said in my example.
What are the results when you follow the example precisely?

--
:wq
by tsusan
Tue Apr 30, 2013 6:41 am
Forum: Raspberry Pi OS
Topic: Privoxy
Replies: 15
Views: 8035

Re: Privoxy

<snip>When I type update-rc.d -f privoxy defaults start 44 to change from 17, for example, it just changes back to 17 when I type ls -l /etc/rc?.d/*privoxy Remove privoxy first (it won't remove the script /etc/init.d/privoxy) # update-rc.d -f privoxy remove and add it again at the desired sequence ...
by tsusan
Mon Apr 29, 2013 8:03 am
Forum: Raspberry Pi OS
Topic: Privoxy
Replies: 15
Views: 8035

Re: Privoxy

I have found the problem, though not the solution. Looking at the Privoxy log in var/log/privoxy there is a fatal error at boot time; Fatal error: can't bind to 10.0.0.5:8118: Cannot assign requested address I am running a VPN at that address which Privoxy cannot bind to. Any suggestions how to res...
by tsusan
Sun Apr 28, 2013 9:58 am
Forum: Nederlands
Topic: Automatisch inloggen website
Replies: 7
Views: 2085

Re: Automatisch inloggen website

Hi,

Om je verder te kunnen helpen is meer info nodig;
-Welk programma gebruik je om in te loggen?
-wellicht kun je de url geven van de site waar je op in wil loggen?

Alt:
heb je dit al gebrobeert?

Code: Select all

http://gebruiker:password@web.site.tld
--
:wq
by tsusan
Sun Apr 28, 2013 9:46 am
Forum: Raspberry Pi OS
Topic: Privoxy
Replies: 15
Views: 8035

Re: Privoxy

Apparently privoxy is not started through the runlevels.

Since you can run

Code: Select all

# service privoxy start
all that needs to be done is adding privoxy to the runlevel.
For that you need update-rc.d.

See

Code: Select all

man update-rc.d
--
wq
by tsusan
Thu Apr 25, 2013 12:57 pm
Forum: Networking and servers
Topic: Complicated Project Help
Replies: 3
Views: 819

Re: Complicated Project Help

Google for openssh+tunnel or execute the command "man ssh" while you are logged into the RPi or any linux box you may have.

Good luck!
by tsusan
Sat Apr 20, 2013 7:49 am
Forum: Networking and servers
Topic: Complicated Project Help
Replies: 3
Views: 819

Re: Complicated Project Help

You may want to have a look at $man 8 ssh

Let the PBX "call home" and setup a tunnel for you to use.

--
:wq

Go to advanced search