Berkeley CSUA MOTD:Entry 44077
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2024/11/23 [General] UID:1000 Activity:popular
11/23   

2006/8/21-23 [Computer/SW/OS/OsX, Computer/SW/Database] UID:44077 Activity:kinda low
8/21    Does anyone know how to set up a web browser (any browser) to only
        be able to go to a few select pages?  None of the popular browsers
        seem to have this type of whitelisting built in.  This is for a
        library.
        \_ A typical approach is to setup a proxy server that all web
           traffics are required to go through and do the filtering on the
           proxy server.
           \_ Seconded. Try DansGuardian: http://dansguardian.org
              \_ soda needs a danh guardian
                 \_ Your pocket protector isn't doing the job?
                 \_ If someone makes a proxy server that automatically
                    generates rules to block all URLs that danh walls, it'll
                    make billions!
              \_ it'll protect us from dans?
                 \_ ob you're either with us or against us
        \_ I don't know the answer, but maybe you can ask a library that
           already has something like this.  Hayward Public Library provides
           web surfing using IE.
        \_ I think i need to be more specific.  In this case, the browsers
           should only be able to go to 1 site.  It's a computer
           specifically for looking up auto repair information on a site the
           library has a subscription to.  DansGaurdian seems like overkill.
           -op
           \_ Disable your DNS and place the auto repair site in your hosts
              file.
              \_ In windows.  (Where is the hosts file in windows?)
                 \_ What windows version?  (hint, google will tell you)
                 \_ %WINDIR%\system32\drivers\etc
        \_ Google for kiosk mode for the browser you'd like to use.
        \_ I needed the same thing a couple of months ago. After looking
           into the options, I just ended up writing my own Mac web browser
           using the WebKit (what Safari uses). The browser and URL filtering
           code takes up about 20 lines. I also capture the display so the
           user can't switch to other apps or access the desktop -- that adds
           another 80 lines. I can send you code if you want. - ciyer
2024/11/23 [General] UID:1000 Activity:popular
11/23   

You may also be interested in these entries...
2013/4/9-5/18 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Apps, Computer/SW/Languages/Perl] UID:54650 Activity:nil
4/04    Is there a good way to diff 2 files that consist of columns of
        floating point numbers, such that it only tells me if there's a
        difference if the numbers on a given line differ by at least a given
        ratio?  Say, 1%?
        \_ Use Excel.
           1. Open foo.txt in Excel.  It should convert all numbers to cells in
	...
2010/1/22-30 [Computer/HW/Laptop, Computer/SW/OS/OsX] UID:53655 Activity:high
1/22    looking to buy a new development laptop
        needs ssdrive, >6 hr possible batt life, and runs linux reasonably
        Anyone have a recommendation? Thx.
        \_ thinkpad t23 w ssdrive and battery inplace of drive bay
        \_ Ever wondered what RICHARD STALLMAN uses for a laptop?  Well,
           wonder no more!
	...
2009/2/27-3/5 [Computer/Networking] UID:52658 Activity:nil
2/27    I need to buy a wireless router, can u guys help me out?   I need the
        following features:  wireless, G or better, PPTP dial up, PPoE dialup,
        VoIP/SIP register, DDNS, uPnP.
        I am having a such hard time to find a review site which allow me to
        select these features.   Any ideas?  There are a couple model from
        this small company Draytek has these features, I am having the hardest
	...
2008/9/22-29 [Computer/SW/Database] UID:51265 Activity:nil
9/22    In SQL, how can I do something like this:
        SELECT ip_addr, count(*) AS ct FROM table WHERE
          ct > 10 GROUP BY ip_addr?
        I can't get the conditionals to recognize 'ct'
        \_ SELECT ip_addr, count(*) AS ct FROM table HAVING
            count(*) > 10 GROUP BY ip_addr?
	...
Cache (753 bytes)
dansguardian.org
This version has a number small bugs corrected but most notably fixes a problem with heavy cpu usage introduced in a recent update. It was a problem with a default rule on the router blocking port 80. If you submitted a comment recently and got an error then please resubmit. This version has a number of bugs and issues resolved but the main thing is the ICAP support has been enhanced and tested with a number of different servers. This version fixes a few memory leaks but still has more features planned so it is still considered alpha. Upgrading from previous 29 versions is strongly recommended. Keep informed of developments first - subscribe to DansGuardianAnnounce mailing list Click here to join DansGuardianAnnounce mailing list Want support?