![]() | Register | FAQ | Members | Social Groups | User Map | Calendar | Search | Today's Posts | Mark Forums Read |
*nix
*nix forum sponsored by |
| ||
| | | LinkBack | Thread Tools | Search Thread |
| Sponsored Links |
| | #1 |
![]() Join Date: Jun 2008
Posts: 1,311
Thanks: 99
Thanked 112 Times in 99 Posts
Rep Power: 23 ![]() ![]() ![]() ![]() ![]() ![]() | Does anyone here run at there school, for the kids, Unix courses? What I mean by Unix is basic commands and programs, such as VI, chmod, ls. I've seen people say, woo look at me, I have Linux on my desktops!! Well they run a safe Linux distro with a nice GUI. Well that's not really Unix\Linux, it's a rip of Microsoft Windows. I don't like the idea of teaching people how to use software if they don't know what it does. I mean, you say click save, do they know what it does? I mean write the data to the hard drive from the ram, and why? (Because when RAM loses power, it loses data, so you have it to the hard drive, that "remembers") Anyway, I was thinking about getting some guides together and having Xen Dom-U, basically each student would get a SSH root access to a 64mb box, I was hoping for it to be externally access able so you could do it from home, but what with schools internet blocking SSH traffic (apart from Capita ????: EduGeek.net Forums http://www.edugeek.net/forums/nix/22704-unix-courses.html Anyway, is anyone interested in doing such a thing? Or are you already doing something like this? |
| |
| | #2 | |
![]() Join Date: Jan 2006
Posts: 3,871
Thanks: 75
Thanked 261 Times in 207 Posts
Rep Power: 61 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Quote:
I ran an extended school class last year teaching some basic linux commands. The kids loved ssh ing into each others boxes - opening cdroms drives, shutting machines down to freak out their classmates. The way I did it was to provide the students with a network bootable distro (we run diskless thinclients). We PXE booted Puppy linux (but any pxe distro could do) if they needed to save they had to smb or usb. The biggest challenge I found was the mixed ability nature of an extended schools class (all yeargroups). It's very difficult getting across often difficult concepts like ports, firewalls to students who have only ever known msoffice. | |
| |
| | #3 | |
![]() | This is a really good idea, given that schools now teach IT (instead of computing) ie how to use MS Word, the most complicated part being mail merge, rather than any underlying concepts and certainly no programming languages. Many Universities recruiting for Comp Sci course now encourage students not to take IT GCSE/A-Level but instead to focus on Maths and the Physical Sciences. eg Quote:
Looking at requests for help such as this one does not inspire hope - [thelist] A-Level computing help disclaimer: (I never studied IT or Computing at school so I might be biased) I think the chances of getting any LEA school to put this on the curriculum are remote though, perhaps at a private school? Last edited by somabc; 09-08-2008 at 02:13 PM.. | |
| |
| | #4 | |
![]() | Quote:
Ubuntu and the like are all still Linux and they serve a useful purpose which is to enable people who are used to basic universal concepts such as icons, clicking, double clicking, drag and drop, movable windows, controls to get on with their work. Not everyone wants to use the CLI all the time you know. | |
| |
| | #5 | |
![]() Join Date: Apr 2008 Location: Somerset
Posts: 470
Thanks: 22
Thanked 30 Times in 28 Posts
Rep Power: 8 ![]() ![]() | Quote:
After all, why would Gnome, XFCE, KDE, E16/17, Fluxbox etc be written if it weren't for people wanting GUI Support. Servers, that are specific. Fileservers, Webservers, with a single purpose I can see the use of CLI. Than again... I'd like the OP to seriously think about what he said, what % of home linux users use CLI? 1-2%? at most on non-primary machines. | |
| |
| | #6 |
![]() Join Date: Jun 2008
Posts: 1,311
Thanks: 99
Thanked 112 Times in 99 Posts
Rep Power: 23 ![]() ![]() ![]() ![]() ![]() ![]() | Ok, I might have come across to hard on GUI, let me try and explain. I've had people go, I'm gonna install Linux, but they freek out when they have to use the command line. I like the idea of OpenOffice, admins are kept in there safetly blanket with Windows, but kids are learning that you don't use Microsoft Word, you use a Word processing software package, like Microsoft Word. I know the current curriculum says they have to teach open software, ie, choice. Which is good. The idea of using using a VPS would mean you don't have to worry about getting a distro to work with your hardware, the kids formatting the windows, or hacking it, or just plan nicking the usb pens. Shouldn't be too hard for the MSCE to setup either |
| |
| | #7 |
![]() Join Date: Jan 2006
Posts: 3,871
Thanks: 75
Thanked 261 Times in 207 Posts
Rep Power: 61 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | You could teach all of the principals of cli bash without root access. In which case you only need a lightweight linux machine which authenticates to your directory server. just install putty on the workstations set the kids a challenge to 'hack' it. |
| |
| | #8 |
![]() Join Date: Jun 2008
Posts: 1,311
Thanks: 99
Thanked 112 Times in 99 Posts
Rep Power: 23 ![]() ![]() ![]() ![]() ![]() ![]() | Could set up a basic openbsd server then ask them to break in and get root access. They would problably be easy to get into HSBC bank |
| |
| | #9 |
![]() Join Date: Oct 2007
Posts: 2,154
Thanks: 84
Thanked 100 Times in 84 Posts
Rep Power: 28 ![]() ![]() ![]() ![]() ![]() ![]() | I personally don't think the command line per se is the biggest leap for windows gui fans, after all even beginning to intermediate users understand the concept of the windows 'shells' and various scripts that most of us have had to use over the years.... where the real isuse is potentially would be in understanding the *nix fiesystems and directory structures. It's for me the most important aspect to teach and teach right - going from the concept of filesystems, partioning and volume management in the *nix world requires more mental effort than understanding windows c: directory structure. Many commercial unix implementations for years have used veritas volume manager for managing and resizing volumes....in the windows world the complexity of something like vxvm for unix has been hidden for years with microsoft licensing the veritas technology for use in their own built-in tools with the friendly gui. i think teaching *nix is a great way to understand how an OS should best present and interact with hardware components and the mapping logical OS structures onto physical hardware. And ofcourse *nix approach of everything being a file is potentially very intutitive for fresh minds. Last edited by torledo; 09-08-2008 at 08:51 PM.. |
| |
| | #10 |
![]() Join Date: Jan 2006
Posts: 3,871
Thanks: 75
Thanked 261 Times in 207 Posts
Rep Power: 61 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | I wholeheartedly agree with torledo, unix file systems can be a challenge, but actually rather intuitive compared to arbitrary letter c: I would like to recommend this free book: Unix for the Beginning Mage. it was recommended by one of our students. http://phorolinux.com/files/ufbm.zip Free eBook: Unix for the Beginning Mage — PhoroLinux |
| |
| | #11 | |
![]() | Linux Users: Why So Serious? | LinuxHaxor.net Quote:
Last edited by somabc; 11-08-2008 at 10:03 AM.. | |
| |
| | #12 | |
![]() Join Date: Oct 2007
Posts: 2,154
Thanks: 84
Thanked 100 Times in 84 Posts
Rep Power: 28 ![]() ![]() ![]() ![]() ![]() ![]() | Quote: what i am a little bit disappointed about is that the makers of the netbooks haven't embraced one distro, and for that distro to be ubuntu. It may be sacriligous to say it but i think the plethora of distros and endless customizations and derivatives available is a hindrance to gaining wider acceptance....if consumers and users have problems with 7 different versions of vista - how are they supposed to deal with dozens of linux distros. Yet microsoft utilizing minwin to create these various different tailored OS is a heinous crime but confusing the linux desktop landscape for people who you should be enticing and converting from windows is somehow ok. No, it's cool. ubuntu has that chance to be the desktop of choice used by consumers and business users alike. How important was it for the success of windows that the machine a person uses at work is the same they use at home. While i know linux is not about locking in, but surely the way to gain greater accpetance is to have that familiarity....OEMs and the netbook makers should be providing gettign started to linux guides with their linux machines so that the concepts that can be taught with ubuntu can lead to more advanced knowledge where a user can progress or try out different distros and derivatives. The good thing about having one vendor as the choice of linux distro for oem's is that that vendor and the oem's can be the source of training material. Would firefox have been a success if there wasn't a push - deliberate or otherwise - to have it as in effect a default open source browser. IF we had a dozen different browsers without a clear leader, would it encourage companies and end users to consider alternatives to IE ? Put it this way I don't think it would have helped. | |
| |
| | #13 | |
![]() Join Date: Jul 2005 Location: Norfolk
Posts: 1,278
Thanks: 102
Thanked 117 Times in 106 Posts
Blog Entries: 9 Rep Power: 33 ![]() ![]() ![]() ![]() ![]() ![]() | Quote:
Between 93 and 98, 5 clear years, there was little or no true competition for Windows. It wasn't till around '98 that both Linux and MacOS started their marches towards provding some competition for Windows. And neither system even started to make a dent until earlier this decade. One 'lead' Linux distro would just create another M$ or Apple, is this what you are advocating? Projects like LSB are more important than one distro to rule them all IMHO. Besides it's now all a moot point. We now live in a world were which OS you choose to use is not important. CLI's are more and more the area of sysadmins and GUI's are something to run your web browser in. For most people OpenOffice/MS Word is about the only app they'd launch outside their web browser, and with cloud computing and projects like ZoHo on the horizon even the might Word will become web based. If you want to teach kids something about computer that they would find useful and help in their degrees/future employement then it's got to be AJAX/Web 2.0/Javascript/XHTML/etc. | |
| |
| | #14 | |
![]() Join Date: Jan 2006
Posts: 3,871
Thanks: 75
Thanked 261 Times in 207 Posts
Rep Power: 61 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | An interesting times article about how difficult it is to get linux desktop marketshare: Why Microsoft and Intel tried to kill the XO $100 laptop - Times Online Quote:
| |
| |
| | #15 |
![]() Join Date: Apr 2008 Location: Somerset
Posts: 470
Thanks: 22
Thanked 30 Times in 28 Posts
Rep Power: 8 ![]() ![]() | Its not when Linux breaks through, its when a specific Distro breaks through the mainstream. Ubuntu being shipped with alot of PC's now, thats what people are going to recognize. |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Win2k3 DC time server for unix? | Oops_my_bad | Windows | 4 | 17-01-2008 10:07 PM |
| Mac OSX Leopard now offically Unix | Geoff | *nix | 2 | 01-08-2007 11:50 PM |
| Know your UNIX admins | ITWombat | Jokes/Interweb Things | 0 | 09-04-2007 04:36 PM |
| Mount a windows share in FreeBSD/Unix permanently? | wesleyw | *nix | 15 | 23-03-2007 08:47 AM |
| unix and sql commands | danIT | General Chat | 9 | 14-02-2007 01:19 PM |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search Thread |
| |








