If you have a single (or some more) question regarding any of the tech topics of this board and feel that it wouldn't justify creating an own thread just for that, feel free to post it in here.
If you know the answer to any of the questions in this thread, please help us out here! I am sure it's going to be appreciated.
I am creating this thread since there's ben popping up too many threads lately with single questions asking for help that aren't really set out to create too much interest.
Tried to compile Winecx and during the configure process it told me this:
configure: error: You need a version of clang that supports -ilocal to build Wine for 32on64.
Which version of clang supports this? The user's manual for clang has zero ctrl-f results for it, and I can't find any other guides mentioning this option.
Is Visual Basic even worth learning these days? It seems like a throaway language to me.
What's a fun operating system I can play around with in a VM? I was playing around with Windows 95 recently since I missed using it and actually built an old 486 to use it properly with. But I want to try something else. It could be a Windows OS, Linux, Inbox, BSD or something else. I've played with Haiku and like it so I don't want to use that again.
Pls respond and let me know.
Okay so I might try out eComStation. Archive.org has an ISO available. Hopefully I can get it working.
How do I learn the truth and escape the Matrix?
how do i install kareha on apache? i've been following the guide at
I cannot for the life of me get the server to run the kareha.pl script when I navigate it to a web browser (the browser instead prompts me to download the file). I have tried setting the script to executable, adding "Options +ExecCGI
AddHandler", and "cgi-handler .cgi .pl" to the apache2.conf file, and setting the hashbang at the beginning of the script. What else am i missing?
weird it wouldn't let me post this link
first line should be
how do i install kareha on apache? i've been following the guide at wakaba(DOT)c3(DOT)cx/docs/docs.html#KarehaQuickStart
not sure why i said install kareha ON apache.
I meant install kareha on debian
you get the point
well i at least was able to get the perl script to execute instead of download now.. that's progress
still can't figure it out
i can get kareha.pl to run inside the cgi-bin directory, but kareha doesn't work when run from there
I have "Options +ExecCGI
AddHandler", and "cgi-handler .cgi .pl" in the directory that the kareha files are in, still can't get it to work. When i navigate to kareha.pl in my browser, it just downloads the file
i figured it out
>>405
Post your solution to your problem.
Can I run Windows software on Solaris using wine?
>>397
I would say RISC OS, a classic like OS/2, but you may need an ARM computer/emul to make it run. Think ppl got it to run on a Raspberry Pi.
As for x86 platform, a little, often overlooked one is GEOS for PC. Similar Win 3.x, nowadays it is foss, iirc. Also marketed as GEOWorks, Breadbox Ensemble a.o..
>>398
Newest is OS/2 derivate is ArcaOS, but non-free. Quite a bit modernised, so it installs on more recent PCs. Sadly idiots at IBM never released OS/2 source, could have been the better Windows... :(
>>408
If IBM released the source Microsoft would have raped it. They are slowly raping Linux now.
How the fuck do i use a computer?
>>407
yes but lil trickkkky
but not on sparc cpus
How do I patch KDE 2 on the FreeBSD?
How the hell am I supposed to sort CSS selectors in my stylesheet?
Alphabetically?
fuck this i am just putting all my stuff inline
I'd sort by specificity[1], then alphabetically. Maybe split into groups if the file grows large, and sort them alphabetically.
[1]: https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity