Sponsored Content
Full Discussion: crazy dreams..
The Lounge What is on Your Mind? crazy dreams.. Post 302285215 by Corona688 on Saturday 7th of February 2009 11:32:02 PM
Old 02-08-2009
Quote:
Originally Posted by ialoq
I'm thinking of some kind of special dual-mode executable, for both x86 and x64.. just like all Win programs have a DOS header just in case they're run under DOS.
Why stop there, why not include PPC, PPC64, SPARC, SPARC64, SH, ARM, and MIPS too? After all, since you're thinking of distributing source code, what is the difference?
Quote:
Some of you may say: "Linux is not Windoze, why are you trying to make it resemble it?"
This resembles Windows not at all since Windows executables don't and can't work in DOS beyond printing a cheerful error message. Linux will recognize an executable is for the wrong architecture and refuse to run it too...

Your idea is essentially the linux distro Gentoo, which can compile the same programs on most architectures you've heard of and quite a few almost nobody's heard of.

Or, if you didn't actually mean source code, its more like OSX's "fat binary" system where they can include PPC and x86 code into one executable that'll work on both. This works well on OSX, since Apple has complete and total control over that system's foundation and architectures, but Linux is a little too anarchaic for this to work gracefully. There's more than two platforms, for starters; 'fat binaries' are already more than double the size of their originals, imagine bloating them to eight or 15 times that size. Then multiply that by all the incompatible distros and library variations and program configurations floating around. I suppose you could build one distro around that idea; considering most distros these days have 32-bit and 64-bit versions, I'm not sure of the advantage.
Quote:
if not, back to Half-Life 2 I go.
That's a very business-oriented mindset to think we ought to care what platform you use. You playing halflife neither picks my pocket nor breaks my bones and certainly doesn't hurt the linux community. And it's pretty silly to try and 'threaten' us into using your idea before you find out whether it even makes sense. Nor was it ever similar to windows, it's much closer to UNIX things that already exist than it ever was to Windows.

Last edited by Corona688; 02-08-2009 at 12:37 AM..
 

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

going crazy with test???

oK, i know for sure that code = Y and var = N but no matter what this always prints ignore, never valid??????? if test "$code"="$var" ... (2 Replies)
Discussion started by: mich_elle00
2 Replies

2. Shell Programming and Scripting

ftp going crazy

Dear Friends, I am having a crazy issue with ftp. I am doing 'mput' of 4 files (z1, z2, z3, z4) as below. But ftp transfers only every alternative file !! - ie; If I do mput z* for above, it sends only z1 and z3. Note that all the files are same and I tried this for several dummy files. All... (3 Replies)
Discussion started by: yoursdivu
3 Replies

3. Shell Programming and Scripting

Finger has gone crazy

Two things : On the first place i am really desperate, on the second i am about to throw my laptop away to the recycle bin in a while. Ok now that i expressed my feeling let me describe you this mad situation. Code: print $1; ("finger -m " $1 "| head -1") | getline userinfo print... (6 Replies)
Discussion started by: beatblaster666
6 Replies

4. Homework & Coursework Questions

Crazy Dots

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Create a script called DOTS that will display the horizontal or vertical number of dots if the first argument... (3 Replies)
Discussion started by: pchelpmtl
3 Replies

5. What is on Your Mind?

Here's To The Crazy One

Please excuse my indulgence. Thank you MG Siegler and Steve Jurvetson. But most importantly, thank you Steve Jobs. 8rwsuXHA7RA The world has lost a genius. (1 Reply)
Discussion started by: Scott
1 Replies

6. Shell Programming and Scripting

Crazy Syntax

Hello All, was looking at a script wrote by someone and when I try and run it in ksh it gives me an error. Could ksh version be a problem or is there something wrong that I'm missing, when I run it from the command line it works. Thanks! results=`sudo -u admin ssh... (1 Reply)
Discussion started by: akechnie
1 Replies
iptables-apply(8)					      System Manager's Manual						 iptables-apply(8)

NAME
iptables-apply - a safer way to update iptables remotely SYNOPSIS
iptables-apply [-hV] [-t timeout] ruleset-file DESCRIPTION
iptables-apply will try to apply a new ruleset (as output by iptables-save/read by iptables-restore) to iptables, then prompt the user whether the changes are okay. If the new ruleset cut the existing connection, the user will not be able to answer affirmatively. In this case, the script rolls back to the previous ruleset after the timeout expired. The timeout can be set with -t. When called as ip6tables-apply, the script will use ip6tables-save/-restore instead. OPTIONS
-t seconds, --timeout seconds Sets the timeout after which the script will roll back to the previous ruleset. -h, --help Display usage information. -V, --version Display version information. SEE ALSO
iptables-restore(8), iptables-save(8), iptables(8). LEGALESE
iptables-apply is copyright by Martin F. Krafft. This manual page was written by Martin F. Krafft <madduck@madduck.net> Permission is granted to copy, distribute and/or modify this document under the terms of the Artistic License 2.0. 2006-06-04 iptables-apply(8)
All times are GMT -4. The time now is 09:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy