Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-19-2004, 12:27 PM
|
#1
|
Member
Registered: Jul 2004
Location: Port Huron, MI
Distribution: Debian 'testing'
Posts: 31
Rep:
|
Internet Browser only install.
Hi everybody. I've got a really bizarre question, and I figured the 'general' forum was the best place for it. I'm going to setup the situation first, and then ask you all what you think I should do. I think that will help clarify what I'm asking about.
Situation:
I work for a local community college. We just recently implemented a web-based registration process. Now the registration room wants to have workstations that are web-enabled for students to use to register. Pretty straight forward so far... We currently have 6 old PCs running Windows XP for this purpose. These machines are over-burdened with the XP OS, and this allows the students too much freedom for other things (web-games, chat, etc.) I realize that we could manage these systems with windows group or machine policies, but I suggested that we run a stripped down Linux installation and mozilla-based web browser.
Question:
I have been given the permission to look into the forementioned alternative. I was thinking about a Debian network install and only picking the packages needed to get a browser going. The core of my question is... What are the minimum packages to get a graphical based browser loaded? Can I do it without loading KDE, and it's numerous 'productivity' packages? Is this idea viable, or is it more work than it is worth?
My main reason for this post it to get ideas from others, since I am basically the only Linux afficiando on campus. (I never said this place was progressive)
Thanks for your time and input everybody.
|
|
|
10-19-2004, 12:53 PM
|
#2
|
Senior Member
Registered: Feb 2003
Location: N'rn WI -- USA
Distribution: Kubuntu 8.04, ClarkConnect 4
Posts: 1,142
Rep:
|
Run XFCE or fluxbox or some other really light desktop.
Start out with something like Damn Small Linux, and customize it a bit. You could even remaster to run a live-cd system rather than off a hard-drive.
|
|
|
10-19-2004, 03:38 PM
|
#3
|
Member
Registered: Jul 2004
Location: Port Huron, MI
Distribution: Debian 'testing'
Posts: 31
Original Poster
Rep:
|
DSL is a good thought, I'll definitely look into it. Is 're-mastering' difficult? I didn't know you could do that.
|
|
|
10-20-2004, 06:27 AM
|
#4
|
Senior Member
Registered: Feb 2003
Location: N'rn WI -- USA
Distribution: Kubuntu 8.04, ClarkConnect 4
Posts: 1,142
Rep:
|
Not sure... I recently ran across an article and thought I might give it a try, when I have a couple spare minutes someday. 
|
|
|
10-20-2004, 02:28 PM
|
#6
|
Member
Registered: Jul 2004
Location: Port Huron, MI
Distribution: Debian 'testing'
Posts: 31
Original Poster
Rep:
|
I will definintely check out those links!! THANKS!
|
|
|
10-20-2004, 07:52 PM
|
#7
|
Member
Registered: Aug 2003
Location: Chicago, USA
Distribution: RHEL, CentOS, Ubuntu
Posts: 43
Rep:
|
I had a similar problem. After looking at different kiosk projects I decided to use suse 9.1. Auto login to minimal kde. I removed the panel, icons and window buttons (close,minimize etc...), put up a background that says program loading please wait. Then in ~/.kde/Autostart it put in a script:
#!/bin/bash
while true ; do
/opt/firefox/./firefox (or your firefox install location)
done
When kde starts it starts firefox. When someone closes firefox (I haven't figured out how to remove the menus in firefox) it start right back up. It serves my purpose as an internet kiosk at our locations. I got most of my info from the kiosk projects but this works really nice. I am going to change to fluxbox to free up the system when I get time and I feel there is more control over what you have access to. Hope this can help out some.
|
|
|
10-20-2004, 09:05 PM
|
#8
|
Member
Registered: Jul 2004
Location: Port Huron, MI
Distribution: Debian 'testing'
Posts: 31
Original Poster
Rep:
|
Quote:
Originally posted by dnorseman
...Then in ~/.kde/Autostart it put in a script:
#!/bin/bash
while true ; do
/opt/firefox/./firefox (or your firefox install location)
done
When kde starts it starts firefox. When someone closes firefox (I haven't figured out how to remove the menus in firefox) it start right back up.
|
That is a really good idea, do you know if that script will work with FLUXBOX, I think that will be my window manager of choice for this project. I wasn't sure how I was going to deal with the shutdown of FireFox, but I assumed that it was addressed in the kiosk link that David posted.
Thanks for all the really good suggestions, if I can pull this off, this project might just show everyone here just how powerful a tool Linux is!
Thanks again, and keep em coming!
Last edited by flatloop; 10-20-2004 at 09:08 PM.
|
|
|
11-17-2004, 08:04 AM
|
#9
|
Member
Registered: Jul 2004
Location: Port Huron, MI
Distribution: Debian 'testing'
Posts: 31
Original Poster
Rep:
|
Progress made...
I'm pleased to report the the project has finally made some progress. Some of your suggestiosn have turned out to be very helpful. I'm still having some difficulty getting the environment just right.
Here's what I have sofar...
DSL 0.8.3 as a HD install, Fluxbox with an install of XFree86 (for better vid card support) I installed the myDSL link for Firefox 1.0 PR and configured it to run at startup. That's it in a nutshell
During my installation process, I figured out how to make firefox run without a window manager. This is a VERY interesting option, but I cant seem to get firefox to run in a fullscreen mode by default. If anyone knows of a method ot maximize firefox I'll have thing in the bag.
I tried the command line switches -height and -width but it seems to have no effect on the size of the firefox window.
Thanks in advance
|
|
|
11-18-2004, 03:32 AM
|
#10
|
Senior Member
Registered: Mar 2003
Location: Burke, VA
Distribution: RHEL, Slackware, Ubuntu, Fedora
Posts: 1,418
Rep:
|
F11 maximizes firefox and also gets rid of your menubar. You're left with nothing but the browser and address bar.
There might be a way to start firefox like this, but I'm not sure
--Shade
|
|
|
All times are GMT -5. The time now is 04:37 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|