Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 05-04-2007, 03:43 PM   #1 (permalink)
Mentally divergent
 
Bartender's Avatar
 
Join Date: Jun 2005
Location: Chehalis, WA, USA
Posts: 1,285
OS: W2K, Ubuntu 8.04


Totally lame PCLOS Konsole question

Sometimes the answers are so fundamental that googling doesn't seem to work, so I turn to my friends at TSF...
I'm familiar only with the ubuntu "sudo" model for doing things in terminal.

Trying out PCLOS TR4 and I don't know how to make anything happen. Could someone please tell me, or point me to some links, so that I can do some basic stuff in Konsole? For instance, I was trying to pull up wvdial and got nowhere.

Sorry for being so dense

BTW, PCLOS website appears to be offline again as of this afternoon PST
Bartender is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 05-04-2007, 06:17 PM   #2 (permalink)
TSF Enthusiast
 
TheMatt's Avatar
 
Join Date: May 2006
Location: Boston
Posts: 13,701
OS: Win 3.1, 98, NT 4.0, XP Debian 4.0, Kubuntu 6.06

My System

Blog Entries: 3
Send a message via MSN to TheMatt
Re: Totally lame PCLOS Konsole question

Hi,

What are you trying to do? You can do things like just look around and work with files.

Create a file in your home folder called 'filetext.txt' and then play with it.

username@workstation:~$
Code:
su
Password:
root@workstation:~$
Code:
pwd
cd ~/
ls -l
cp ~/filetext.txt ~/filetext.backup.txt
cat ~/filetext.txt
mkdir ~/filetext/
mv ~/filetext.backup.txt ~/filetext/filetext.backup.txt
rm -r ~/filetext/
exit
username@workstation:~$
Code:
exit
That is just some basic file stuff. I dunno, it was off the top of my head. BTW, don't ask why I logged in as root to modify the contents of the home folder.

BTW, 'sudo' is an all Unix. You can use 'su' instead so you don't have to always do 'sudo'
__________________
- Matt M - KB1OSC - Folding@Home 85015
[url="http://www.techsupportforum.com/hardware-support/"]


If TSF has helped you, please consider donating.

If I have stopped responding to a thread, feel
free to send me a PM with a link to the thread.

It is advisable to subscribe to threads so you will
receive updates when replies are posted. You can
subscribe to threads from the "Thread Tools" Menu.

»Memtest86 »Prime95 »UBCD »SpeedFan »NHC Personal
»Everest »Sandra »PC Wizard »RivaTuner »ATi Tool

Click here for Useful Articles and Guides
TheMatt is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-05-2007, 06:33 AM   #3 (permalink)
Mentally divergent
 
Bartender's Avatar
 
Join Date: Jun 2005
Location: Chehalis, WA, USA
Posts: 1,285
OS: W2K, Ubuntu 8.04


Re: Totally lame PCLOS Konsole question

Hi, Matt -
My progress with Linux has been very slow, because we're on dial-up at home, the ISP doesn't work well with Linux (long story) and our main PC has gagged on all versions of Linux except PCLOS.
I finally figured out that adding "irqpoll" to the boot options is the magic cure to get LiveCD's to run. Now I can dual-boot Linux to our main PC instead of just playing with it on an old test PC out in the shop.

The internet connection problem is a tougher nut.

Anyway, thanks for the response - it looks like I can just leave "sudo" off for typical chores in Konsole. So simple I couldn't figure it out.

Followed some notes I had laying around and was able to set up wvdial on our test Linux PC. Problem is, as soon as I dial our ISP they kick me off. It appears they're looking for a Windows fingerprint of some sort and when they don't get that they terminate the connection.
I'd switch if we weren't getting it so cheap...
Bartender is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-05-2007, 06:34 AM   #4 (permalink)
Register user
 
PureEvilDan's Avatar
 
Join Date: May 2005
Location: England
Posts: 229
OS: Gentoo AMD XP 2400+ 1GB Ram / WinXp Intel 805D 2GB Ram

My System

Re: Totally lame PCLOS Konsole question

Ouch Matt :/

All of the commands given can be done via a normal user.

Also (I'm being picky here), you should use su - rather than su. They do the same job, but su - opens up in a new connection & it has more PATH directories which are root only. I know you may never use these, but its better practice.
PureEvilDan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-06-2007, 12:27 AM   #5 (permalink)
Registered User
 
Join Date: Dec 2006
Location: TEXAS
Posts: 203
OS: VISTA/XP/WIN2K/PC LINUX/MCN LINUX THERMALTAKE XASER2.Several home mades.


Re: Totally lame PCLOS Konsole question

I used Linux.(Several versions) on dialup for about three years or more.I used Best Data external serial cable modems plus a USR Performance Pro 5610 B modem on those. Never had a problem on dialup with Linux and Windows.I used a company from Washington State. www.isp.com It was about ten bucks a month.It always was ready when I wanted online. I looked.It is 8.95 a month.I never tried the so called high speed version.It cost more and may not add a lot of speed but I don't know. You can download the loader to a floppy .( It is on the site) It sets up for Windows.But the Linux side was easy to fill out because it is a simple program they use.

Last edited by justo; 05-06-2007 at 12:32 AM.
justo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-06-2007, 07:36 AM   #6 (permalink)
Mentally divergent
 
Bartender's Avatar
 
Join Date: Jun 2005
Location: Chehalis, WA, USA
Posts: 1,285
OS: W2K, Ubuntu 8.04


Re: Totally lame PCLOS Konsole question

Hi, justo -
Thanks for the feedback on ISP.com. I've been comparing ones available in Western WA. There are so many ISP's and it's difficult to get any real information on them. I'm suspicious of those "ISP Ranking" sites.
Anyways, ISP.com was one that looked interesting. They even have some half-way decent "Linux help" pages!
Other ISP's that have been recommended the last few days include All2Easy and TotalSpeed. A2E is cheap - $5/month
Bartender is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-06-2007, 12:26 PM   #7 (permalink)
Registered User
 
Join Date: Dec 2006
Location: TEXAS
Posts: 203
OS: VISTA/XP/WIN2K/PC LINUX/MCN LINUX THERMALTAKE XASER2.Several home mades.


Re: Totally lame PCLOS Konsole question

You will not need any Linux help pages with the one I posted.You can look on their site and download the Windows connection program to desktop now.Put it on a pen driver or floppy so you will be able to get on with Windows automaticly. Others I have had to wait for a CD in the mail then go through a routine to connect up. But the main one I used dialup Linux with was Xandros 2 ,Suse 9 and Redhat 6 .But it was easy to put the number in and the name.
justo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-11-2007, 08:48 PM   #8 (permalink)
TSF Enthusiast
 
TheMatt's Avatar
 
Join Date: May 2006
Location: Boston
Posts: 13,701
OS: Win 3.1, 98, NT 4.0, XP Debian 4.0, Kubuntu 6.06

My System

Blog Entries: 3
Send a message via MSN to TheMatt
Re: Totally lame PCLOS Konsole question

Quote:
Originally Posted by PureEvilDan View Post
Ouch Matt :/

All of the commands given can be done via a normal user.

Also (I'm being picky here), you should use su - rather than su. They do the same job, but su - opens up in a new connection & it has more PATH directories which are root only. I know you may never use these, but its better practice.
For some reason su doesn't work for me. 'sudo -s' is what I use for continued root sessions.

EDIT: Wait, never mind, it is 'sudo su -'

EDIT2: You can also work in a root shell.

__________________
- Matt M - KB1OSC - Folding@Home 85015
[url="http://www.techsupportforum.com/hardware-support/"]


If TSF has helped you, please consider donating.

If I have stopped responding to a thread, feel
free to send me a PM with a link to the thread.

It is advisable to subscribe to threads so you will
receive updates when replies are posted. You can
subscribe to threads from the "Thread Tools" Menu.

»Memtest86 »Prime95 »UBCD »SpeedFan »NHC Personal
»Everest »Sandra »PC Wizard »RivaTuner »ATi Tool

Click here for Useful Articles and Guides

Last edited by TheMatt; 05-11-2007 at 08:56 PM.
TheMatt is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-12-2007, 06:25 AM   #9 (permalink)
Mentally divergent
 
Bartender's Avatar
 
Join Date: Jun 2005
Location: Chehalis, WA, USA
Posts: 1,285
OS: W2K, Ubuntu 8.04


Re: Totally lame PCLOS Konsole question

It may be unfortunate for my poor little brain that I started out with the Ubuntu model for permissions. I'm still having trouble with the concept of "root".
Anyway, I'll figure that out.
What's the KDE version of "gedit" for modifying a file? Does "kedit" work the same way?
Due to circumstances, I spend 98% of my time in front of a Windows PC, so sorry for dumb questions.
Bartender is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-12-2007, 06:30 AM   #10 (permalink)
Register user
 
PureEvilDan's Avatar
 
Join Date: May 2005
Location: England
Posts: 229
OS: Gentoo AMD XP 2400+ 1GB Ram / WinXp Intel 805D 2GB Ram

My System

Re: Totally lame PCLOS Konsole question

Quote:
Originally Posted by Bartender View Post
Due to circumstances, I spend 98% of my time in front of a Windows PC, so sorry for dumb questions.
There are never dumb questions :D


Quote:
Originally Posted by Bartender View Post
It may be unfortunate for my poor little brain that I started out with the Ubuntu model for permissions. I'm still having trouble with the concept of "root".
Anyway, I'll figure that out.
Root is like the Administrator on XP/NT systems, but unlike "limited" users on Windows, the normal Linux user can run pretty much anything they need. Root should be used sparingly.
PureEvilDan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-13-2007, 12:22 PM   #11 (permalink)
TSF Enthusiast
 
TheMatt's Avatar
 
Join Date: May 2006
Location: Boston
Posts: 13,701
OS: Win 3.1, 98, NT 4.0, XP Debian 4.0, Kubuntu 6.06

My System

Blog Entries: 3
Send a message via MSN to TheMatt
Re: Totally lame PCLOS Konsole question

Quote:
Originally Posted by Bartender View Post
What's the KDE version of "gedit" for modifying a file? Does "kedit" work the same way?
Correct, KEdit is the GEdit of KDE. Also, for running GUI programs as root, use 'kdesu' rather than 'gksu' before the command.
__________________
- Matt M - KB1OSC - Folding@Home 85015
[url="http://www.techsupportforum.com/hardware-support/"]


If TSF has helped you, please consider donating.

If I have stopped responding to a thread, feel
free to send me a PM with a link to the thread.

It is advisable to subscribe to threads so you will
receive updates when replies are posted. You can
subscribe to threads from the "Thread Tools" Menu.

»Memtest86 »Prime95 »UBCD »SpeedFan »NHC Personal
»Everest »Sandra »PC Wizard »RivaTuner »ATi Tool

Click here for Useful Articles and Guides
TheMatt is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 01:20 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85