Mono on Puppy?

Stuff that has yet to be sorted into a category.
Message
Author
muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#21 Post by muggins »

Hello kattami,

You could try this slax mono module:

http://slax.hosting4p.com/modules.php?c ... &name=mono

I've no idea whether it's latest version etc but, if you can get it to work, it might save you digging up a ploughed field.

A slax .mo can be loaded like a pup .sfs file. Then you may have to manually symlink any relevant /usr/bin & /usr/lib files to their proper locations. Let us know, either way, about how you go.

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#22 Post by Lobster »

Interlude
cognitive-dissonance-trans-dimensional machine
It is just possible we may live in such a device. There is a physics theory that the reason the speed of light is a constant because the top speed the matrix like hallucination is run at, is related to the speed of light. Game on.
There is also some evidence for quantum tunneling in biological organisms (only two scientific shreds I have come across so far). One here:
http://www.dailygalaxy.com/my_weblog/20 ... to-ha.html

and now back to the records . . .

The reason we support Windows files in Puppy is not because they are small and efficient but because there is a wide usage. In a similar way much expertise is being developed in .NET and java despite there solving of problems that do not exist for many Puppy users.

I do believe that a Developers Puppy, which allowed programmers to explore and compile a variety of languages, would be very welcome.
I did attempt this but it needs time, work and dedication.
http://tmxxine.com/wik/wikka.php?wakka= ... xinePhoton
Maybe someone is up for it . . .
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#23 Post by ttuuxxx »

I've been following mono for around1.5yrs, The thing which brought my interest to it was that paint.net was ported with it for linux. I do like paint.net its a closer rival to photoshop then say gimp is. And when it comes to graphics that's what i like to dabble in :)
here's the paint program I was talking about. http://www.getpaint.net/

also here's the orginal document on its porting. http://tirania.org/blog/archive/2006/May-19.html

and here's the google code about it
http://code.google.com/p/paint-mono/

and finally here's all the google info on it
http://www.google.com.au/search?hl=en&q ... arch&meta=

The reason why I lost interest in mono was because pain.net is a very small application, only a couple of MB, but after 2 yrs+ they still don't have a 100% port done yet.

maybe 1 day a new paint.net will be made for Linux.

ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
rarsa
Posts: 3053
Joined: Sun 29 May 2005, 20:30
Location: Kitchener, Ontario, Canada
Contact:

#24 Post by rarsa »

kattami wrote:And another issue is that my forex trader site has moved over to asp.NET with their new website, so every trader can just log on there no matter where they are.
I don't think I follow you.

It does not matter what technology is used to write a web site as long as it produces HTML. That the site uses asp.net is inconsecuential.

I guess that what you are facing is a website that uses Silverlight.

As far as I know Silverlight is the only web technology that requires .NET on the client.

The linux counterpart for Silverlight is Moonlight also being developed by the mono project.

If that's the case, I'd say stay with Windows for now until Moonlight is usable.
[url]http://rarsa.blogspot.com[/url] Covering my eclectic thoughts
[url]http://www.kwlug.org/blog/48[/url] Covering my Linux How-to

kattami
Posts: 109
Joined: Fri 18 Jan 2008, 02:16
Location: Norway

#25 Post by kattami »

Ok, I see...

Muggins, thanks so much for finding that mono package. I am looking at it now to try to figure it out.

Rarsa, I dont know how it is with the Silverlight and such. What I know is that they told me they used asp.NET to create the whole program, which is accessible from a browser, specifically IE 5.0 and above versions.

I asked them if I could use firefox (and linux) because I dont like IE and quit using it years ago, and they said yeah as long as you use the IE tab for firefox (addons), and no, they dont think its possible to use it with Linux. Which means you have to have the engine that is under Internet Explorer (and its also not possible to use versions before IE 5.0).

If Mono can view this with the Moonlight.....wow! Thats worth to wait for.

ttuuxxx, you are not alone about waiting for an alternative to photoshop and all those adobe programs. I was asked by a webdesigner friend earlier today if there was anything in linux that was a good alternative. I had to say that there is some replacements but no, not for everything in that huge program package.

On the topic about asp.NET....found an open source project yesterday, and I like their intention with this project:

http://www.gnu.org/software/dotgnu/pnet.html

Said some not so pretty words when I read the article "Dont get caught in a .NET" there. Typical Microsoft to say that the era of open computing and free exchange of digital information will end with their .NET plans.

Yeah, right!

User avatar
rarsa
Posts: 3053
Joined: Sun 29 May 2005, 20:30
Location: Kitchener, Ontario, Canada
Contact:

#26 Post by rarsa »

kattami wrote:I asked them if I could use firefox (and linux) because I dont like IE and quit using it years ago, and they said yeah as long as you use the IE tab for firefox (addons), and no, they dont think its possible to use it with Linux. Which means you have to have the engine that is under Internet Explorer (and its also not possible to use versions before IE 5.0).
Then they are either ignorant, stupid, lying or Microsoft paid them to block other platforms.

The truth is that even if the site is checking the platform to artificially limit the use to windows platforms HTTP is HTTP. So as long as the browser complies with the standards, you can always trick the server.

I followed the advice in the following link
http://www.freesoftwaremagazine.com/col ... _firefox_2

and I was even able to use the "full" hotmail version under Linux.

Publishing pages that check the platform is definetivelly malicious and stupid.

So, if they told you what they told you out of ignorance, now you can illuminate them.

If they maliciously lied to you... well, you'll know what to do.
[url]http://rarsa.blogspot.com[/url] Covering my eclectic thoughts
[url]http://www.kwlug.org/blog/48[/url] Covering my Linux How-to

kattami
Posts: 109
Joined: Fri 18 Jan 2008, 02:16
Location: Norway

#27 Post by kattami »

Thank you for your reply, rarsa.

I tried what the site you gave link to said, and then logged in with the new user agent (tried both the vista one and the new xml file with that code which I imported), but I still got the grey box that said "Dear user, Please wait while the system loads..."

And there it stays.

So I guess it could be something like Silverlight and encryption stuff they are using. SSL and probably something else. Its alot of money in this area so they have to make it as hackerproof as possible.

However, I WILL find a way to be able to use Puppylinux on this ;-)

No way that this girl is going to give up, haha.

User avatar
greengeek
Posts: 5789
Joined: Tue 20 Jul 2010, 09:34
Location: Republic of Novo Zelande

#28 Post by greengeek »

muggins wrote:i'm stuck here until lob can get his cognitive-dissonance-trans-dimensional machine functioning...but i still think small is beautiful!
Thats funny muggins :-)

I came here looking for information on "mono" because i was testing "Kinsky" upnp client and it wont run without /usr/bin/cli which seems to be a subset of Mono - which quite frankly looks like a monstrosity.

Your comment gave me a chuckle. Cheers!
:-)

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#29 Post by Flash »

If whoever started this topic had said what Mono is, what it's supposed to do or be for, I might know where the topic belongs. :?

User avatar
greengeek
Posts: 5789
Joined: Tue 20 Jul 2010, 09:34
Location: Republic of Novo Zelande

#30 Post by greengeek »

As far as i can tell Mono is a massive piece of bloatware which enables a range of software to interface with the Microsoft ".Net framework" which is in itself bloatware that attempts to unify the web into a pseudo proprietary private network. I'm probably being uncharitable in that description but i think its fair to say that puppy should best avoid Mono if possible.

Now that i have found out a bit more about it I will certainly be avoiding it.

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#31 Post by Flash »

Thanks. I'll leave this topic where it is. :lol:

snayak
Posts: 422
Joined: Wed 14 Sep 2011, 05:49

#32 Post by snayak »

For those who search for Mono on puppy...

http://www.murga-linux.com/puppy/viewtopic.php?t=40567

Tested recently.
It works!

Little older though...
[Precise 571 on AMD Athlon XP 2000+ with 512MB RAM]
[Fatdog 720 on Intel Pentium B960 with 4GB RAM]

[url]http://srinivas-nayak.blogspot.com/[/url]

Post Reply