Shattered Kingdoms

Where Roleplay and Tactics Collide
VOTE NOW!
It is currently Fri Apr 19, 2024 3:13 am

All times are UTC - 8 hours




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Ubuntu Netbook - KildClient
PostPosted: Thu Nov 04, 2010 3:46 pm 
Offline
Mortal Contributor

Joined: Sat Oct 23, 2004 10:55 am
Posts: 497
Location: Coorado
SK Character: Iptrilus
So I've been running Ubuntu 10.10 on my desktop and just recently got a netbook. I installed Ubuntu Netbook Edition 10.10 and installed KildClient. It works fine on my desktop, however, the program doesn't actually load. It acts like it's going to load then immediately closes. Any Linux gurus or KildClient users out there have any suggestions? Or, if there's another client available for Linux, I would take a look into that too. Also, I tried using the online flash client, but it doesn't load. I have the most recent version of Flash and I'm using Chrome for a browser. Does it only work in IE and Firefox? Thanks in advance for any help.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Nov 04, 2010 4:05 pm 
Offline
Mortal

Joined: Fri Apr 17, 2009 9:50 pm
Posts: 5522
Run it in a console and see what prints to stderr.

I use tin-tin++, it's in apt. It runs in the console and is quite nice.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Nov 04, 2010 4:29 pm 
Offline
Newbie

Joined: Tue Mar 24, 2009 9:16 am
Posts: 3
Location: Springfield, MO
SK Character: Skyne
If you aren't against running wine, MushCLient runs flawlessly under Ubuntu and is a great client. I use wine because my goal sometimes is just to make things as easy as possible on myself, while I would rather avoid any Windows programs on principle the rest of the time.

I had success with Kmuddy for awhile. It doesn't seem to be in development though. I didn't much care for TinTin++.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Nov 04, 2010 5:11 pm 
Offline
Mortal

Joined: Fri Apr 17, 2009 9:50 pm
Posts: 5522
Tintin++ has nothing on the eyecandy of mushclient, for sure. Where tt++ really shines is that it flawlessly integrates with screen and other spiffy linux tricks. Plus it is amazingly low overhead and most of the scripting gets the job done. Whatever it can't do, you can just send to bash. That's how I had my spiffy colored dialog script on Nytomi:

#ALIAS {say} {#system {./nytomi.say say "%0"};#delay {1} {#textin tempsend;#system {rm tempsend}}}


Code:
#!/bin/bash
original=$*
content=$original
case ${original%% *} in
say)
   content=${original#* };
   msg="say ";
   pal=("\$1\$I" "\$2\$I" "\$3\$I" "\$4\$I" "\$5\$I" "\$6\$I" "\$7\$I")
   ;;
*)
esac
cnt=${#content}
if [ $cnt -lt "175" ];
then
for (( curr=0; curr<cnt; curr++ ))
do
msg="$msg${pal[$(($RANDOM%${#pal[@]}))]}${content:$curr:1}"
done

echo $msg >> tempsend;
else echo LINE TOO LONG;
fi


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Nov 04, 2010 6:21 pm 
Offline
Mortal Contributor

Joined: Sat Oct 23, 2004 10:55 am
Posts: 497
Location: Coorado
SK Character: Iptrilus
Beneukel wrote:
If you aren't against running wine, MushCLient runs flawlessly under Ubuntu and is a great client. I use wine because my goal sometimes is just to make things as easy as possible on myself, while I would rather avoid any Windows programs on principle the rest of the time.

I had success with Kmuddy for awhile. It doesn't seem to be in development though. I didn't much care for TinTin++.


Perfect. I really like MUSHclient and it's running spectacular. Thanks for the tips from both of you. Does running Wine open me up to potentially dangerous software or am I good since no harmful executables out there can attack my system information? Ubuntu seems pretty secure, so I'm not too worried since the only thing I'm going to use for emulation is MUSHclient.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Nov 04, 2010 6:48 pm 
Offline
Mortal

Joined: Fri Apr 17, 2009 9:50 pm
Posts: 5522
Never run wine explorer.exe

Other than that, you should be fine.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Nov 05, 2010 8:24 am 
Offline
Mortal Contributor

Joined: Sat Oct 23, 2004 10:55 am
Posts: 497
Location: Coorado
SK Character: Iptrilus
grep wrote:
Never run wine explorer.exe

Other than that, you should be fine.


Know any good Linux Books? I found a good one on PERL. Maybe Dulrik has some suggestions on good coding books too? Mostly in the Linux/PERL realm.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Nov 05, 2010 9:12 am 
Offline
Mortal

Joined: Fri Apr 17, 2009 9:50 pm
Posts: 5522
man/info are a lot more awesome than people give them credit for.

between gnu documentation and just searching forums, you should not find yourself lacking much by way of advice.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group