Wu Wei
ursus senum severiorum and ex-Bisy Backson
I lost my win98 license.
Well then you can no longer drive Win98
Welcome to Religious Forums, a friendly forum to discuss all religions in a friendly surrounding.
Your voice is missing! You will need to register to get access to the following site features:We hope to see you as a part of our community soon!
I lost my win98 license.
The big error people make with Linux is expecting zero cost. They should expect to pay for some support at least in the beginning, because hunting down answers to questions can be very frustrating. Occasionally there are problems, just like there are problems in other computer systems. Like...when you bring up a terminal and every time you backspace the computer dings. Its all the little things that require looking up and changing.Linux mint is a great OS and proof that the reason we need powerful machines is Windows. (outside of video editors and such who really need horsepower)
@sun rise I have a fondness for your internet presence.
The big error people make with Linux is expecting zero cost. They should expect to pay for some support at least in the beginning, because hunting down answers to questions can be very frustrating. Occasionally there are problems, just like there are problems in other computer systems. Like...when you bring up a terminal and every time you backspace the computer dings. Its all the little things that require looking up and changing.
Yes, and that's something people don't know. If they are told its free and then they can't find out how to stop the dinging or how to add a desktop icon or how to make the screen stop turning off every five minutes then they need help.Backspace genetates ascii 7 which on a terminal (a machine running linix ix essentially a terminal) is 'bell'
I have problems figuring out the Windows User Interface and I'll explain how...
Suppose someone has a problem with Windows. They ask me how to "get rid of a bar on the screen". Windows has like 1000 different bars. I'll never know which one.
Whereas Linux problems go more like "What command do I input?" which I can handle better.
Yes, and that's something people don't know. If they are told its free and then they can't find out how to stop the dinging or how to add a desktop icon or how to make the screen stop turning off every five minutes then they need help.
Before I degenerated, retired and took up recreational posting here, I was one of them - SunOS, Solaris, BSD and some Linux. I read manuals that documented commands and tried them out.Yes, most definitely, we had a unix guru, and like many gurus he was worth his weight in gold
The big error people make with Linux is expecting zero cost. They should expect to pay for some support at least in the beginning, because hunting down answers to questions can be very frustrating. Occasionally there are problems, just like there are problems in other computer systems.
Before I degenerated, retired and took up recreational posting here, I was one of them - SunOS, Solaris, BSD and some Linux. I read manuals that documented commands and tried them out.
Now I do volunteer IT work but without the high drama of the days of yore.
I used to have quite a few tech books. Now my brain has been uploaded to the internet and what's left specializes in searching for answers.I only picked up stuff from watching our techie. I do have some books i keep on a bookshelf in the lounge, they do draw a lot of comment. People just don't expect me to have "the craft of software engineering", "power C", "the java bible", "808x assembly language", mixed in with "Terry Pratchett"
I've got my c99 compiler compiling open gl stuff, now. I guess sooner or later I must also learn cmake. cmake is the replacement for autotools, so I don't need to learn autotools; but cmake is quite a challenge. It is the purest essence of make. It, like many other open source tools, is laid out as an initiation rite. If you ask questions your questions will be critiqued, and you will be told to come up with better ones. It is the way.
I'm learning make myself, but Cmake is a system for automatically generating make files for multiple end targets and for multiple make generators such as gnumake, nmake, ninja etc. It also makes project files for visual studio. I haven't looked much into it yet, but it looks like to configure it you put special text files into each subdirectory of your source and the cmake script crawls through the tree then spits out make files.I used to be able to set up makefiles with little trouble. That skill has left except for traces that can be reactivated at bit if I'm trying to build/install a linux package.