Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
Hi, everyone I'm am fairly new to Linux but I have aspiration of becoming a administrator of a Linux based server. I'm currently attending Devry University with a major in ...
  1. #1
    Just Joined!
    Join Date
    Sep 2008
    Posts
    9

    New to Unix/Linux

    Hi, everyone I'm am fairly new to Linux but I have aspiration of becoming a administrator of a Linux based server. I'm currently attending Devry University with a major in Network system administration. I'm currently taking a Unix/Linux OS class that is required for my degree. I have recently have installed the Fedora 8 Distribution and would take any input on learning a how to create scripts in the vi.

  2. #2
    Linux User cayalee's Avatar
    Join Date
    Sep 2004
    Location
    england
    Posts
    389
    hi, welcome to the world of linux and welcome to the forums!
    You know, aliens are going to come to earth in 50 years and kill the hell out of us for DDoSing their networks with this SETI crap
    registered linux user #388463

  3. #3
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,391
    Welcome, I hope you enjoy your time here.

    Bash scripting is very well documented on the internet. I could post up a few links, but you'd be much better served by googling it yourself, you can search for examples of the types of script you need.
    Linux user #126863 - see http://linuxcounter.net/

  4. #4
    Just Joined!
    Join Date
    Sep 2008
    Posts
    9

    Thanks...

    Thanks for your response Caylee I will google some examples for sum scripts. Can you help me with something I was surfing youtube and I saw someone using Linux in a way that I was not use to seeing . On their desktop the some application opened and they were moving the desktop around it looked like a cube type of movement. Can you tell me how I can get this cube affect on my desktop. I think I'm using GNOME environment I'm not sure. Thanks for your help...

  5. #5
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    Quote Originally Posted by closetgeek View Post
    Thanks for your response Caylee I will google some examples for sum scripts. Can you help me with something I was surfing youtube and I saw someone using Linux in a way that I was not use to seeing . On their desktop the some application opened and they were moving the desktop around it looked like a cube type of movement. Can you tell me how I can get this cube affect on my desktop. I think I'm using GNOME environment I'm not sure. Thanks for your help...
    The cube effect uses a package called Compiz. There are loads of tutorials out there (search google!) for how to enable it, but here's one I found for you.

    Link
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

  6. #6
    Just Joined!
    Join Date
    Sep 2008
    Posts
    9

    Thanks smolloy....

    Thanks, I went to the link that you gave me and it said that for this to work I need to have a 3D capable graphics card. Being that I'm a novice at this, can you tell me how I can inspect my system to find out what kind of graphics card I currently have.

  7. #7
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    If you run the following as root you will see a list of PCI devices,
    Code:
    lspci
    Here's an extract from mine where you can see that I have an Nvidia card
    Code:
    01:00.0 VGA compatible controller: nVidia Corporation NV44 [Quadro NVS 285] (rev a1)
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

  8. #8
    Just Joined!
    Join Date
    Sep 2008
    Posts
    9

    Smolloy...

    Quote Originally Posted by smolloy View Post
    If you run the following as root you will see a list of PCI devices,
    Code:
    lspci
    Here's an extract from mine where you can see that I have an Nvidia card
    Code:
    01:00.0 VGA compatible controller: nVidia Corporation NV44 [Quadro NVS 285] (rev a1)

    Hi,Smolloy
    I typed in the code that you sent me lspci, but it isn't working. It is giving me a response like this:

    ls: cannot access pci: No such file or directory

    Can you help with this...

  9. #9
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    It's all one word
    Code:
    lspci
    Not
    Code:
    ls pci
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

  10. #10
    Just Joined!
    Join Date
    Sep 2008
    Posts
    9

    Yes,sir...

    Quote Originally Posted by smolloy View Post
    It's all one word
    Code:
    lspci
    Not
    Code:
    ls pci
    Yes, sir I did that lspci and it still gave a error.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •