LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-17-2007, 09:13 PM   #31
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70

You installed Ubuntu Server edition, which by definition, is a CLI based OS. What did you expect?

Switching distros is not really the answer, do a normal Kubuntu or Ubuntu install, and see how that goes. Your PC has more than enough muscle to run any version of Linux without feeling sluggish.

IGF
 
Old 09-17-2007, 10:14 PM   #32
nordicwalkingus
LQ Newbie
 
Registered: Sep 2007
Posts: 20

Original Poster
Rep: Reputation: 0
I did an Ubuntu server install and since in that form it was totally useless to me, installed Kubuntu on top of it it. By the way, if you go on Ubuntu/Kubuntu forums, that is the sequence that most people recommend. So, at least according to them, this was a normal install.
 
Old 09-17-2007, 10:18 PM   #33
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Quote:
Originally Posted by nordicwalkingus View Post
I did an Ubuntu server install and since in that form it was totally useless to me, installed Kubuntu on top of it it. By the way, if you go on Ubuntu/Kubuntu forums, that is the sequence that most people recommend. So, at least according to them, this was a normal install.
I don't know, I was never recommended to install that way, I've also helped several people install, and never suggested doing that way.

Were there specific server applications that you needed, and thus why they suggested server edition? Installing server edition, then putting KDE or Gnome on top of it, seems silly to me. If you wan ta GUI, download the appropriate distro, and then if you need server apps, install them from the package manager.

IGF
 
Old 09-17-2007, 10:37 PM   #34
nordicwalkingus
LQ Newbie
 
Registered: Sep 2007
Posts: 20

Original Poster
Rep: Reputation: 0
At least this way I don't have to go through hell and configure the server applications.
By the way, just had a minor success in this quest. Was finally able to change the boot order! Did not use "sudo su", to get to root. That was not needed. All I did was :sudo kwrite /boot/grub/menu.lst". Had to do it twice, as "4" wasn't enough. Had too many applications in the boot order. Changed it to "7" and Windows is now the default OS.
I guess that my next order of business is to configure the swap file. Someone told me that this is possible from within Kubuntu...
And then to get GTalk working. Got this info, but not sure how to understand this part:"1. Settings->Configure
2. New
3. Next
4. Select Jabber"
-------------------------------------------------------------------------
First, you might need to install an additional package called tca-tls or similar, if it’s not already present. It seems every distribution has a slightly different name for the same thingy:
package name
Debian qca-tls
Fedora Core 4 qca-tls
Gentoo app-crypt/qca-tls
Mandriva libqca1-tls
SUSE qca
Ubuntu qca-tls

When you have installed this package, the most difficult part is probably over, the actual setup is pretty simple:

1. Settings->Configure
2. New
3. Next
4. Select Jabber
5. On the first tab enter your account information

Basic Setup
Jabber Id: [xxxx@gmail.com]
[ ] Remeber Password whatever you prefer
Password: [xxxx]

6. On the second tab enter

Connection
[x] Use protocol encryption (SSL)
[x] Allow plain-text password authentication
[x] Override default server information
Server: [talk.google.com] Port: [5223]
 
Old 09-18-2007, 05:30 AM   #35
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
You should have Kopete with a Default KDE install, so you can set up Google Talk with it.

I have Google Talk setup with Pidgin... Its really quite simple to setup, and the instructions you posted are accurate. Pidgin used to be called GAIM, so you might have either one of those installed with your system(you likely have GAIM and or Kopete).

http://www.google.com/support/talk/b...n&answer=24073

I imagine it will be the exact same setup no matter which of the 3 clients you use, just may be different tabs, etc.

IGF
 
Old 09-18-2007, 05:41 AM   #36
Gethyn
Member
 
Registered: Aug 2003
Location: UK
Distribution: (X)Ubuntu 10.04/10.10, Debian 5, CentOS 5
Posts: 900

Rep: Reputation: 32
Have you used the package management system yet? This is one of the major strengths of a Linux system, as it allows the majority of programs to be installed and updated through a unified interface. If you haven't tried it yet, here's a little information about it. The package management system is actually a command line tool called apt. However, there are a number of graphical frontends. The default frontend for Kubuntu is called adept, but there is also a front end called synaptic, which I personally prefer. To install synaptic, go to the program menu, check under system and select Adept Manager. Since modifying packages requires access to system files, it will ask you for your password. Once the program has loaded, find the program called synaptic in the bottom left pane, and set it to install by right-clicking on it and selecting "Request install". It may well tell you that you need to install extra dependencies, which is fine. You can then click "Apply Updates" at the top, which will then install Synaptic.

Once Synaptic is installed, you can close adept and use synaptic instead (this is, of course, a matter of taste, no reason not to carry on using adept if you decide you prefer it). In the synaptic window, there's a list of programs on the right. If you click in that window and start typing the name of a package you want to install, it will jump to it. In this case it seems you want the package qca-tls. Once you've found the package, click the white square at the left of it, and select "Mark for Installation". Again, this may pull in extra dependencies, which is fine, just okay it and they will all be selected for you automatically. Once the package is marked for installation, select "Apply" at the top of synaptic and the package(s) will be downloaded and installed. Hopefully this will help you on the way to setting up GTalk.

By the way, it IS possible to modify files as root when necessary, without using the command line. To do this, open Konqueror and find the file in question. Right click on it, go to "Actions" and select "Edit as root". It will ask for your password, and once you've entered it, the file will be opened in a text editor.

Hope this helps.
 
Old 09-18-2007, 03:18 PM   #37
nordicwalkingus
LQ Newbie
 
Registered: Sep 2007
Posts: 20

Original Poster
Rep: Reputation: 0
I have tried Adept. Seems to work OK. Almost like installing stuff through Windows add/remove programs interface, with a HUGE list of available programs. Might be a good thing to look at in my copious free time

As far as GTalk and Kopete, early on when I first started it gave me a list of IM services to setup. At that time I picked Yahoo Messenger. It appears to work, but I don't really need it. The problem is that even after setting up a Jabber account and moving it to the top in Kopete's account list, after creating a new jabber/Gtalk talk.google.com account in Kopete, the Yahoo thingy stays as default, so I haven't in fact been able to start up GTalk at all.
 
Old 09-18-2007, 05:58 PM   #38
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
Quote:
Originally Posted by nordicwalkingus View Post
I did an Ubuntu server install and since in that form it was totally useless to me, installed Kubuntu on top of it it. By the way, if you go on Ubuntu/Kubuntu forums, that is the sequence that most people recommend. So, at least according to them, this was a normal install.
I have been in the ubuntu forums alot and they have never recommended to do that, and there is no point in doing it that way, unless you read a thread about how to set up a SERVER with a gu
 
Old 09-19-2007, 12:34 AM   #39
nordicwalkingus
LQ Newbie
 
Registered: Sep 2007
Posts: 20

Original Poster
Rep: Reputation: 0
Good news to report! I have installed Kubuntu 7.04. It seems to work much better than the version installed on top of Ubuntu server. Thank you! No more mushy, hesitant feeling. Everything feels normal.
Have easily configured the boot order, got GTalk working in Kopete.
Thank you for your help and suggestions.
 
Old 09-19-2007, 09:17 AM   #40
nordicwalkingus
LQ Newbie
 
Registered: Sep 2007
Posts: 20

Original Poster
Rep: Reputation: 0
Last night have installed Kubuntu 7.04 on top of the old installation. It indeed works much, much better. No mushy feeling, or jerkiness anymore. I was even able to make GTalk work within Kopete, which for some reason I couldn't set up in the previous installation. It is either a better setup, or with whole four days of Linux experience I am becoming an expert

Thank you for your help, guys!
 
Old 09-19-2007, 10:57 AM   #41
Gethyn
Member
 
Registered: Aug 2003
Location: UK
Distribution: (X)Ubuntu 10.04/10.10, Debian 5, CentOS 5
Posts: 900

Rep: Reputation: 32
You're welcome, best of luck!
 
Old 09-19-2007, 12:03 PM   #42
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,797

Rep: Reputation: 282Reputation: 282Reputation: 282
// Did not see that there were already three pages; this was in response to one of the first posts.
// Time to go to bed I assume

'doesn't work' is no error Please state what it does not do. And the easiest is probably to use nano in a terminal
Code:
sudo nano the_file_to_edit
nano is a text based editor with some actions at the bottom.

And the problem with grub is that it relies on a file on the HD; remove that file (as part of the linux removal) and you're in trouble. That is why I prefer Lilo; it installs completely in the MBR.
But the easiest way is to use the Windows install disks (as mentioned before).

Last edited by Wim Sturkenboom; 09-19-2007 at 12:05 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Safe to uninstall with apt-get install? riwaJR Debian 4 04-03-2006 12:51 PM
Uninstall Linux / Grub shankariyer Linux - Software 3 05-11-2005 03:07 AM
How do i COMPLETELY uninstall Linux and GRUB? Lambas Linux - Newbie 10 11-09-2004 07:37 AM
SuSE Linux Uninstall & GRUB herkdrvr Linux - General 2 10-25-2004 09:59 PM
Uninstall GRUB and Linux nizzy Linux - General 5 11-09-2002 05:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration