Software :: Name Of A Proper MUD Client For GNU?

Mar 19, 2011

What is the name of a proper MUD client for GNU/Linux? I'd like something that is mature, has a proper GUI, preferably not KDE but GTK would work. Does anyone have any experience with a MUD client that is decent?

View 3 Replies


ADVERTISEMENT

Networking :: Connecting Debian Client To Voyager Client Via Crossover Cable?

Jan 6, 2011

trying to create a "local network" by directly connecting an IBM Thinkpad with Debian Linux installed on it to an Alix computer running Voyager Linux. I'm following a "how to" I found to create a music server, hence the requirement. My issue is I can't get a static IP address to be configured on the Debian machine.I've trawled the net and have found the instructions about editing the /etc/network/interfaces and have tried to do this. First I tried to get DHCP working so I could connect the Debian machine to the net and this proved successful. I edited the interfaces file to look as follows:

# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp

Then I tried adding a static IP address to the machine. As this is a network purely between two machines I made up the IP addres and used 192.168.0.1 and used a NetMask calculator to give me a NetMask of 255.255.255.254 (I told the calculator there would be 2 machines on the network). I then edited the interfaces file as follows:

# The loopback network interface
auto lo
iface lo inet loopback

[code]....

I re-booted the machine (ifdown eth0 followed by ifup eth0 keeps saying that eth0 hasn't been configured - a problem there that I don't understand), but during boot up time it failed to assign the Static IP address to eth0 and made me go into SU mode. To fix it I simply replaced the interface file with the static IP inputs with the file that had the DHCP entries (I'd made a copy of the DHCP file), and re-started the machine. Everthing came up fine. So the first question is how do I get a static IP address to be assigned to eth0 such that whenever I shut down and restart the machine the static IP address is always loaded?

The second question is around creating the network via the cross over cable. From what I've found via Google, all I should have to do is create a static IP address on the Debian machine and a static IP address on the Voyager machine. Once they're connected by the cross over cable they should see each other. Is that correct, or do I have to do anything else?

View 2 Replies View Related

Programming :: Detect A Closed Tcp Client Connection When Client Is Only Receiving Data ?

Mar 9, 2011

I am writing a TCP server in C, and the server listens to incoming client connections and accepts them. It then creates a thread to handle the client. The clients are expected to only receive data from my server and not send any data. So if I use a select() call with a recv(), I believe that the recv() will just block forever since there will not be any data coming from the client. If I use a non-blocking recv(), then this will just return a 0 which tells me nothing because the client is not expected to send any data. I am not sure if I have misunderstood some socket concepts, but I need a solution to detect when the client has disconnected so that I can close the socket and stop sending data to the client. As I understand it, simple ACKs etc are not captured by the recv(), and only data sent by the client will cause recv() to return a non-zero value, so I am not sure how to know when the client has disconnected.

View 7 Replies View Related

Ubuntu Servers :: 11.04 LTSP Connect Client Hard Drive - Register In The Fstab On The Client?

May 26, 2011

I have configured server ubuntu 11.04. Everything works fine, but there is a need for some clients to connect local hard drive. What should I do? How and what modules are added to the ltsp-image? How to register in the fstab on the client? Maybe I'm going the wrong way?

View 1 Replies View Related

Fedora :: Remote Desktop Client (RDP) Aka Terminal Services Client?

Nov 25, 2009

Is there a good terminal services client available I can connect to my Windows boxes from Fedora12? I am willing to pay for a commercial license if there is a good one

View 7 Replies View Related

Fedora :: Openbox - Set Wallpaper In Proper Way

Apr 6, 2011

I set openbox wallpaper with:
Code:
feh --bg-scale ~/Pictures/image.jpg &
In ~/.config/openbox/autostart.sh last line.
But some kind of KDE stuff overrides it and sets default again after few seconds. I can override it again with manual command. How can I set wallpaper then in openbox in proper way?

View 6 Replies View Related

Ubuntu :: Most Games Don't Have Proper Sound On 9.10?

Apr 1, 2010

Graphics are fine, but the audio for my 3d games (trigger, TORCS, tuxcart) work for about a minute, and then start making really annoying crackly sounds, and then cuts out over all. Running Kubuntu 9.10 Karmic koala, dual booting with vista. Dedicated 30gigs to Linux. Installed with wubi. Works fine on vista.

View 8 Replies View Related

Ubuntu :: Proper Forum On Getting GCC Working?

Nov 26, 2010

Is there a proper forum for newbie questions on getting GCC working?

View 1 Replies View Related

Ubuntu :: 10.4 - Proper KDE Way To Change Full Name

Mar 4, 2011

I mistyped my own name when installing Kubuntu 10.4 and realised it only recently. How do I change it? I tried chfn, but it complains about "name with non-ASCII characters" and won't change my name. Google is not usefull... So, what is the proper KDE way to change my full name?

View 6 Replies View Related

Ubuntu :: Proper Way To Start A New X-server?

Jul 3, 2011

how to properly start a new x-server(duh!), but i have few a couple questions to be more direct. The main purpose is to play games and such, also other utilities such as connect through ssh to another pc.

Now to the questions: -Does the use of a new x-server really improves game perfomance? In my tries i couldn't notice, but the obvious advantage of return to regular desktop without quiting the game seems not that great when switching between servers lagged a lot( in the tries).

[Code]...

View 1 Replies View Related

Red Hat / Fedora :: Proper Way To Disable Phpmyadmin

Apr 17, 2011

I was wondering the proper way to disable phpmyadmin.

View 1 Replies View Related

SUSE :: Proper Way To Uninstall OpenSUSE 11.2

Jul 2, 2010

To uninstall SUSE my approach is

1. Delete SUSE partition from WinXP
2. Recover MBR with WinXP recovery tools, using specifically "fixmbr"

HOWEVER, this always leads to complications - as in GRUB errors persist on booting and fixmbr does not seem to restore original MBR!Can someone tell me what I must do to restore my MBR, minding that the standard approach I've described doesn't seem to work?

View 9 Replies View Related

General :: Proper Procedure To Log Into Console?

Jul 25, 2011

Decided to try to use my console but it didn't work the way I thought it would. What is the proper procedure to log into my console? I've tried to enter data given to me at http://www.zaphu.com/2008/05/30/ubun...-m4a-playback/ It entered the first line of text but not the unwrapped second line. Another line appeared asking my 'neil' login. Tried to enter my password but typed letters wouldn't enter. What do I do?

View 14 Replies View Related

Server :: What's The Proper Way To Change Domains

Mar 18, 2010

how would i move from domain1.com to domain2.com whilst making it so people can still use the old domain if they wanted to?

View 3 Replies View Related

Software :: Recognizing Proper Verson Of Php?

Jan 21, 2011

I am trying to run Drupal on a RHEL 5.5 box and am told that my PHP version is too old and must be at least 5.2I see that my version is 5.1. I try a yum install php but am find that I have the latest version that RHN provides.I download, configure, and install php 5.3, which appears to install correctly into /usr/local/bin. Drupal still complains about the PHP version.I note that although my $PATH has /usr/local/bin before /usr/bin, 'php -v' gives me 5.1 and 'whereis php' gives me /usr/bin.I try to work around this by copying /usr/local/bin/php to /usr/bin/php. Now 'php -v' gives me 5.3 but Drupal still says that my version is too old.I try to restart httpd but it does not help. Neither does 'yum remove php'.

View 6 Replies View Related

Programming :: Restore The Proper Ownership?

Jul 22, 2010

Using chown as root, from the userb directory and as follows /home/userb chown -R userb:users /home/userb/* has changed the ownership of direcories, subdirectories and files of all other users. There are too many of those but only 4 users to restore the proper ownership and I do not know bash, can someone give me a bash script to do the job, avoiding the -R switch?

View 14 Replies View Related

Slackware :: Proper Way To Get Security Updates?

Jun 20, 2011

What is the easiest and proper way to get security updates for slackware.

View 13 Replies View Related

Debian Installation :: LiveCD - No Proper Display

Dec 15, 2014

I intend to switch to Debian form PCLinuxOS. I am not an experienced Linux user. But I intend to switch all my machines to Linux. I have used Antix as well on an older machine. I am a bit familiar with the basic Linux CLI commands.

I intend to switch to Debian as I think the support (Forums and probably mailinglist) are more active then PCLoS and Antix. Sadly enough though the live cd gives a problem which no distro gave on the same machine. And I really do not know what to do about it.

When starting the first line that prints is:

Umount: can't mount /live overlay: Device or resource busy

View 14 Replies View Related

Debian :: Proper Installation Of Firefox 5 In Testing?

Jul 11, 2011

What is the best way to install Firefox 5 (with flash) in Debian Testing ? I'm asking this because, until now, I've used Mint Debian, and now when I switched to Debian, there isn't a firefox 5 package in debian repositories, and I'm used to installing software through Synaptic only

View 8 Replies View Related

Fedora :: Flashgot But It Is Not Proper And Does Not Work Properly?

May 5, 2010

i want a downloader so that when i save wiki saves for me all the links in the wiki page, i have worked with flashgot but it is not proper and does not work properly.

View 1 Replies View Related

Fedora :: What Is Proper Way To Program For Based GUIs?

Aug 21, 2010

I have recently been programming with Qt and slowly getting my head around it.I want to have a pet project to learn some more and then I got to thinking how should I go about this.My question is what is the proper way to program for Linux based GUIs? One of the things I would like to write is a small front end for newspost. I want to include extra stuff like rar and creating pars on the fly. So how should I go about integrating other CLI programs to make my GUI feature rich? I thought of three ways to approach this.

1. Take all source code and throw it into one self containing project. (think this is evil)
2. The GUI will basically assemble CLI commands and call them. This is nice but can very fragile.
3. The GUI will compile against rar-libs and other libs?

I am originally an MS programmer and don't think I should apply same practices toward Linux. So let me know what your opinions are and how you roll out GUIs.

View 3 Replies View Related

Fedora :: Second Monitor Not Showing Proper Resolution?

Oct 1, 2010

It seems that whenever I boot my laptop (hp probook 6450b) without a monitor attached, then boot with a monitor later attached, the configuration gets all messed up.

Currently, if I boot with the monitor attached, right after the blue loading screen (at the login prompt) i get two black monitors and a mouse, with no login screen. Unplugging the monitor shows the login screen on the laptop.

If i boot without the monitor attached, log in, then plug it in, i see the following from xrandr:

Code:
Screen 0: minimum 320 x 200, current 2390 x 768, maximum 8192 x 8192
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 310mm x 174mm
1366x768 59.6*+
1024x768 60.0

[Code]....

However, now when I reboot, all settings are lost, and if the monitor is attached, i get the black screen with a mouse at login.

I did notice that when I shutdown, it hangs on "Running guests on default URI", and i get a stack trace. It will keep dumping stack traces, and i have to hold down the power button to force it off.

View 2 Replies View Related

Fedora Networking :: Proper Management Of Iptables?

Mar 8, 2011

for quite a while inside of our organization we've been editing /etc/sysconfig/iptables directly without much issues. However it was suggested to us that by doing so we risk losing all those rules whenever some package decides to use lokkit or "system-config-firewal*"Doing a bit of analysis I can't really find any trace of code that would prevent us from maintaining iptables just the way we were (as long as *we* don't use lokkit or system-config-firewall*) since "service iptables save" is a valid technique and uses iptables-save script which is part of iptables package and *not* part of system-config-firewall*

So we've got some evidence that may confirm our usage as valid, however it would be nice to know if indeed this is *not* a recommended way of maintaining iptables and we should reconsider how we approach it.

View 9 Replies View Related

OpenSUSE :: Custom KDE Air Theme Not Proper When Rebooted

Apr 17, 2011

I have a fresh install of openSUSE 11.4 KDE 64 bit. I have desktop effects disabled for power consumption purposes on my laptop. When I shutdown or reboot the system the air theme for the the taskbar is mostly black with some grey. If I enable desktop effects, apply, and then disable the effects the correct look of the theme is shown and the appearance is retained with effects disabled. Pictures below of theme after reboot and then theme after enabling and disabling desktop effects.

View 2 Replies View Related

General :: Proper Procedure For Installing Into / Usr / Local?

Feb 14, 2010

I was under the impression that if I have any programs not installed by the package manager, they belong in /usr/local rather than /usr. But if I put the executable in /usr/local/bin, and the jar files into /usr/ local /lib, I get runtime errors about being unable to load the Java classes. So I resorted to putting things in /usr/bin and /usr/lib and it worked fine.Is this something that can only be corrected by compiling differently, or am I missing an installation step?

View 2 Replies View Related

General :: How To Find Proper Codec For Xubuntu

May 20, 2010

I have just installed the Xubuntu. And I feel that to use it play a mp3 is like kill myself twice.

I try to play it with Exaile, the boxed player with Xbuntu. But it says I need to install some mpeg codecs.

I found so many depends with sudo apt-cache depends.

How to install them? one by one?!

View 1 Replies View Related

General :: Proper Way To 'sync' Branches And Keep Them Separate?

Jul 26, 2010

So I created a new branch from master and eventually merge the changes back, only some changes seemed to merge and it would seem I merged in one direction. Eventually I just decided to be sure master received all the 'experimental' changes then I deleted the experimental branch and made a new one. So this question is turning into a few questions suddenly:

1) How do I match up branches but keep them separate?

1a) Is that bad practice to not just make a new branch?

2) Why were the branches not the same after after one merge?

2a) Am I only supposed to call a merge on the one that I want to have all of the changes?

View 1 Replies View Related

General :: Proper Way To Organize File Server ?

Mar 7, 2011

I am setting up a file server using Ubuntu and want to make sure I set up a folder structure that will last. Where should I be placing everything that I am sharing (Music, Pictures, Videos, etc)? In theory, if I was setting this up on Windows, I would create a folder directly under C: and set up the different areas of sharing under that (not that that approach would be best either).

Based on constructive criticism, the question is rather ambiguous. My question could be restated to ask "Where shouldn't I set this up? Would /usr be an appropriate place to start? Or would /opt be better?

View 2 Replies View Related

Ubuntu :: Make A Proper Shortcut On Desktop?

Jan 26, 2010

I have been trying to make a shortcut to my downloads folder on my desktop but I only seem to be able to create "link to downloads" folder. I thought this was just the same thing as a shortcut but when I run some programs from the folder they do not work correctly. They only work from the real 'downloads' folder and not the 'link to' folder

View 6 Replies View Related

Ubuntu Installation :: Won't Display The Proper Resolution

Feb 2, 2010

I installed 9.10 on a computer I'm working on, and right away the graphics went out. It won't display the proper resolution without shoving the display significantly to the left.

After MUCH Googling, I found that this can be fixed by a driver called i915. After much MORE Googling, I found [URL], which as you can imagine filled me with relief.

And THEN I try to follow the instructions and discover to my pure horror that GRUB has been gutted and made unusable in 9.10. GRUB2 just simply does not seem to have an option to insert the i915 driver into my boot command.

should I just forget this unstable release and burn a 9.04 disk instead?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved