Welcome, Guest

Go Back   TechieHQ - Computer Help Forum · » Operating Systems · Linux & Apple OS Support
Reload this Page New to Linux : Few Questions

New to Linux : Few Questions

Linux & Apple OS Support Discuss all problems / questions you have for Linux, Unix and Apple OS.

Reply
 
Thread Tools Display Modes
  #1  
Old Feb 22nd, 04, 11:17 PM
be3r's Avatar
be3r
Jr. THQ member
Posts: 39
Status: Offline
 
From: Ohio
Joined: Feb 2004
Rep: be3r is on a distinguished road to becoming a computer geek
New to Linux : Few Questions

I just downloaded Knoppix and burned as ISO and ran it, it worked smooth and i didnt have any problems except that i have no idea what to do with it.
Anyone know where to get good help? a website or something
what is aterm and how do i use it to do stuff?
How do you use the directory (save, open, explore)?
how do i use the tools, like airsnort SHELL?

im so confused, thanks
Reply With Quote
Advertisement
  #2  
Old Feb 23rd, 04, 1:30 PM
Core's Avatar
Core
voyeur
Posts: 1,097
Status: Offline
shield_mod.gifreviewst.png
 
From: San Antonio, TX
Joined: Jun 2003
Rep: Core is a splendid one to beholdCore is a splendid one to beholdCore is a splendid one to beholdCore is a splendid one to beholdCore is a splendid one to beholdCore is a splendid one to behold
im_gtalk.gif
I think there's a site called linuxquestions.org that's supposed to be useful...



__________________
Posting Guidelines
Reply With Quote
  #3  
Old Feb 23rd, 04, 9:17 PM
be3r's Avatar
be3r
Jr. THQ member
Posts: 39
Status: Offline
 
From: Ohio
Joined: Feb 2004
Rep: be3r is on a distinguished road to becoming a computer geek
after playin around for about 4 hours, i figured most of the basics out, except i still cant launch any programs i download. i know how to but when i do it says that i need some "libcstd..." so then i went and downloaded that, but when i went to run that it said
error: cannot open lock file ///var/lib/rpm/RPMLOCK in exclusive mode
error: cannot open Packages database in /var/lib/rpm

help plz
Reply With Quote
  #4  
Old Feb 23rd, 04, 11:33 PM
be3r's Avatar
be3r
Jr. THQ member
Posts: 39
Status: Offline
 
From: Ohio
Joined: Feb 2004
Rep: be3r is on a distinguished road to becoming a computer geek
a lot of help these forums are.. if anyone does decide to respond, im also having problems installed dependencies (im installing XMMS) but gtk+ keep conflicting with libglib >

[root@oh-northolmstead1-13b-98 adam]# rpm -i /home/adam/apps/glib-1.2.3-2.i386.rpm
warning: /home/adam/apps/glib-1.2.3-2.i386.rpm: V3 RSA/MD5 signature: NOKEY, key ID 67ad71d5
file /usr/lib/libglib-1.2.so.0 from install of glib-1.2.3-2 conflicts with file from package libglib1.2-1.2.10-11mdk
file /usr/lib/libgmodule-1.2.so.0 from install of glib-1.2.3-2 conflicts with file from package libglib1.2-1.2.10-11mdk
file /usr/lib/libgthread-1.2.so.0 from install of glib-1.2.3-2 conflicts with file from package libglib1.2-1.2.10-11mdk
[root@oh-northolmstead1-13b-98 adam]#
Reply With Quote
  #5  
Old Feb 24th, 04, 9:36 PM
undeadpenguin
Bang.
Posts: 905
Status: Offline
 
From: US, CT
Joined: Sep 2003
Rep: undeadpenguin will become a geek soon enoughundeadpenguin will become a geek soon enough
A) Don't use RPM's
B) If you insist upon using RPM's, use a dependency handler/automagic widgemacallit like urpmi or apt for rpm



__________________
1 Year Linux Experience | Working on 2

*nix tools
Firefox | OSNews | Slashdot | OSDN | Freshmeat

Reply With Quote
  #6  
Old Feb 25th, 04, 12:52 AM
Ogden2k's Avatar
Ogden2k
Photojournalist
Posts: 6,984
Status: Offline
shield_mod.giftechie.gif
 
From: Maine, USA
Joined: Dec 2002
Rep: Ogden2k has a brilliant tech mindOgden2k has a brilliant tech mindOgden2k has a brilliant tech mindOgden2k has a brilliant tech mindOgden2k has a brilliant tech mindOgden2k has a brilliant tech mindOgden2k has a brilliant tech mindOgden2k has a brilliant tech mindOgden2k has a brilliant tech mindOgden2k has a brilliant tech mindOgden2k has a brilliant tech mind
xbl.gifflickr.gif
Why not use RPM's? I have always used them..? What's the downside to them?



__________________
Learn about the man behind the screen @ Ogden2k.net
Reply With Quote
  #7  
Old Feb 25th, 04, 1:18 AM
undeadpenguin
Bang.
Posts: 905
Status: Offline
 
From: US, CT
Joined: Sep 2003
Rep: undeadpenguin will become a geek soon enoughundeadpenguin will become a geek soon enough
Well... it's not really the RPM's fault, but how they're implemented. They're almost never optimized for anything above an i386, they almost always require exact versions of other packages, making it very hard to have it not conflict with stuff on your system. And anywho, compiling is better for your computer, anyway.



__________________
1 Year Linux Experience | Working on 2

*nix tools
Firefox | OSNews | Slashdot | OSDN | Freshmeat

Reply With Quote
  #8  
Old Feb 25th, 04, 8:53 PM
Fenis-Wolf's Avatar
Fenis-Wolf
Addicted to THQ
Posts: 2,981
Status: Offline
shield_mod.giftechie.gif
 
From: Ann Arbor, Mi
Joined: Apr 2003
Rep: Fenis-Wolf has much to be proud of his / her geeknessFenis-Wolf has much to be proud of his / her geeknessFenis-Wolf has much to be proud of his / her geeknessFenis-Wolf has much to be proud of his / her geeknessFenis-Wolf has much to be proud of his / her geeknessFenis-Wolf has much to be proud of his / her geeknessFenis-Wolf has much to be proud of his / her geeknessFenis-Wolf has much to be proud of his / her geeknessFenis-Wolf has much to be proud of his / her geekness
Right, RPMS are very nice. But remember waaaayyyyy back in windows history when you would run into dependency ****? Like way back in the days of widespread DOS use. Everytime you installed something it would make annoying changes to dll's and stick crap everywhere. RPM's and to DEB's are similiar. Even compiling from source will often result in loads of dependency issues. The joy of the newest RPM and DEB package handlers is that it will download these depencies for you in the background when you download a package from their list. IE if you select Firefox it will 'know' that you don't have java and will download it as well as Firefox. I know Java isn't a real requirment for Firefox but i was giving that as an example.
I suggest getting the red hat port of apt which has been redone so it supports RPM's instead of DEB's and tar's



Reply With Quote
  #9  
Old Feb 25th, 04, 9:08 PM
undeadpenguin
Bang.
Posts: 905
Status: Offline
 
From: US, CT
Joined: Sep 2003
Rep: undeadpenguin will become a geek soon enoughundeadpenguin will become a geek soon enough
Bah, pacman beats the **** out of every piece of program/package (whatever you want to call it) installation on earth.

pacman -S $package
pacman -Syu #updates EVERYTHING on your system

And it's all i686 optimized



__________________
1 Year Linux Experience | Working on 2

*nix tools
Firefox | OSNews | Slashdot | OSDN | Freshmeat

Reply With Quote
  #10  
Old Feb 25th, 04, 10:39 PM
Fenis-Wolf's Avatar
Fenis-Wolf
Addicted to THQ
Posts: 2,981
Status: Offline
shield_mod.giftechie.gif
 
From: Ann Arbor, Mi
Joined: Apr 2003
Rep: Fenis-Wolf has much to be proud of his / her geeknessFenis-Wolf has much to be proud of his / her geeknessFenis-Wolf has much to be proud of his / her geeknessFenis-Wolf has much to be proud of his / her geeknessFenis-Wolf has much to be proud of his / her geeknessFenis-Wolf has much to be proud of his / her geeknessFenis-Wolf has much to be proud of his / her geeknessFenis-Wolf has much to be proud of his / her geeknessFenis-Wolf has much to be proud of his / her geekness
I wouldn't know, i don't use linux all that often. I install it once a year to see how it has progresses, play with it for a few days get frustrated with the video/networking/sound drivers and go back to windows. Although i had debian installed on an old 233 i had laying around. I had it running apache and a light weight mail server. But i got tired of the problems I was having with it and uninstalled it.



Reply With Quote
Reply

Tags
linux, questions


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New to Linux Dave601 Linux & Apple OS Support 9 Apr 21st, 08 2:04 AM
Installing Linux k3o Linux & Apple OS Support 39 Mar 31st, 04 10:33 PM
Linux FAQ undeadpenguin Linux & Apple OS Support 15 Mar 22nd, 04 1:40 PM
Can you run .EXE in Linux? lellyville Linux & Apple OS Support 3 Oct 12th, 03 9:34 PM


All times are GMT +1. The time now is 1:35 AM.