“Grenoble, France’s 16th largest city, is committed to the use of free software. This type of ICT solutions facilitaties the sharing of knowledge, empowers citizens and institutions and helps to cut costs, the city said in a statement. The city also sees free software as one of the tools to increase citizen participation.”
See Grenoble commits to free softwareWell, after careful testing, Grenoble is rolling out Ubuntu GNU/Linux on desktops and Debian GNU/Linux on servers in schools to replace ageing and inadequate IT. GNU/Linux works for them. This is a city-wide solution supported by elected officials and staff in the schools and businesses in the community. This is a city setting itself Free. It’s not just about money. The city has organized an “Install-fest” to help everyone go Free of monopoly on desktops.
We’ve been here a while – search
Recent Comments
- DrLoser on On My Dance-Card…
- DrLoser on On My Dance-Card…
- DrLoser on On My Dance-Card…
- Deaf Spy on On My Dance-Card…
- DrLoser on On My Dance-Card…
- DrLoser on On My Dance-Card…
- DrLoser on Thin Clients, The Walking Dead Of Computing
- DrLoser on Thin Clients, The Walking Dead Of Computing
- DrLoser on Thin Clients, The Walking Dead Of Computing
- DrLoser on Thin Clients, The Walking Dead Of Computing
Tags
- 2015 - Year of the GNU/Linux Desktop
- Acer
- adoption
- AMD
- android
- Apple
- ARM
- China
- cloud
- Debian
- Dell
- desktop
- education
- firearms
- FLOSS
- garden
- GNU/Linux
- government
- HP
- hunting
- Intel
- Lenovo
- LibreOffice
- Linux
- market share
- migration
- netbook
- politics
- renewable energy
- Samsung
- security
- server
- small cheap computers
- smart phone
- software-patents
- Solo EV
- tablets
- that other OS
- thin client
- thin clients
- trolls
- Trumpism
- Ubuntu
- uptake
My Mission
My observations and opinions about IT are based on 40 years of use in science and technology and lately, in education. I like IT that is fast, cost-effective and reliable. I do not care whether my solution is the same as yours. I like to think for myself.My first use of GNU/Linux in 2001 was so remarkably better than what I had been using, I feel it is important work to share GNU/Linux with the world. I have been blessed by working in schools where students and school systems have benefited by good, modular software easily installed in most systems.
I have shown GNU/Linux to thousands of students and hundreds of teachers over the years and will continue in some way doing that until I die in spite of the opposition.
Outlinks
Posts
kurkosdr missed this one you have no clue how Windows NT does file systems.
https://technet.microsoft.com/en-us/library/cc753321.aspx
The reality is if you want removable drives to be sub folders off drive c: under Windows you are perfectly free todo that.
Even more fun there is a virtual file system hosting all the drives in the system in Windows NT. Yes windows NT as a equal to / under Linux. All file systems under Windows NT start from there. Difference here Microsoft has made the root of it all out of reach of user interface in most cases.
Sorry Windows NT each file system on media is mount as a folder in virtual file system hidden from user. Windows 3.11/9x yes each item is a independent tree.
The 24 drive letters in Windows NT is about compatibility not how Windows NT works.
There is advantage to the Linux system two users are on a computer both insert a USB key and mount it. Guess what each key was mounted in a sub folder owning exclusively to each user. There are advantages to displaying what the internal tree is doing. Under Windows same thing you can have a case of magical write failures and other strangeness and other users applications messes with the key you are working with.
If understanding of computer programming languages is to have been gained, to whom might a prospective pupil most profitably have turned for advice in that potentially profitable avenue in the future, having commenced such a journey in what now amounts to the moderately recent past?
Not, I think, you, Dougie.
That would be just “Linux,” not “GNU/Linux.”
Chromebooks are what schools are buying these days.
If programming is to be taught, Linux would be the most suitable platform.
Just wait when the teacher explains to the kids how the linux filesystem works, where you have removable drives magically becoming subfolders of the hard-drive in which the OS is installed into. Instead, Windows treats filesystems (aka trees) the way they should be treated, as a forest, each tree with it’s own root.
Sure, I think it was a bad design decision to have only 24 roots but, after you have used up all the 24 roots, then you have to do tricks like mounting trees as subtrees on other trees. In Linux, even a basic laptop has to resort to the “mounting” trick.