Jump to content

paul

Admin
  • Posts

    5611
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by paul

  1. is there a nautilus theme some where ???

    and can I change it ??

     

    y'know the icon and stuff ??

    I've got SphereAndCrystals installed and bluecurve svg ... but I can't get them loaded (without have to change every icon by hand)

  2. what is eth0?

     

    is it your public network interface then it should

    net eth0 detect

    or if it is your private net work use

    lan eth0 detect

     

    do you have more than one network card ????

    are you trying to masquarade (sp?) a network?

     

    can you give us some more details about your setup?

  3. powered-by-gentoo.jpg :wub:

     

    he he :-) ...

    I need a spare machine so I can rebuild my FW, and Webserver witrh Gentoo ... I love it !!!

     

    although had a bad exp this week :-(

    vmware (with winXP) crashed ... and put bad stuff on my Filesystem ... and reiserfs could not full recover. however this is gentoo we are talking about, and it wasn't too hard to fix

    1. boot from livecd

    2. mount / and /home (/ had the bad fs and mount /home to /home2)

    3. mkdir /mnt/gentoo/home2/root-backup

    4. cp -ax / /mnt/gentoo/home2/root-backup (copied everything except the bad files)

    5. remake the / fs (mkreiserfs /dev/hda5)

    6. cp -a /mnt/gentoo/home2/root-backup /mnt/gentoo

    7 reboot

    8-)

  4. Tyme: ... yeah I'm trying to install other themes from art.gnome.org or themes.freshmeat.net ... I can with some of them, but not others.

     

    bvc:

    <sarcasm>

    Yeah righto .... Mr. anti gentoo :-P

    </sarcasm>

    actually I've read a few thing about compiling gnome from source too. It seems you are right :shock:

    I can still do the things I want ... I just have to logout before changes take affect :roll:

  5. tyme:

    trinity root # emerge search gtk-themes
    
    Searching...   
    
    [ Results for search key : gtk-themes ]
    
    [ Applications found : 1 ]
    
    
    
    *  x11-themes/gtk-themes
    
         Latest version available: 2.0-r2
    
         Latest version installed: 2.0-r2
    
         Size of downloaded files: 521 kB
    
         Homepage:    http://themes.freshmeat.net/ http://art.gnome.org/
    
         Description: Some nice themes for GTK+ 2
    
    
    
    
    
    trinity root # emerge search gnome-themes
    
    Searching...   
    
    [ Results for search key : gnome-themes ]
    
    [ Applications found : 1 ]
    
    
    
    *  x11-themes/gnome-themes
    
         Latest version available: 2.2.1
    
         Latest version installed: 2.2.1
    
         Size of downloaded files: 2,347 kB
    
         Homepage:    http://www.gnome.org/softwaremap/projects/gnome-themes
    
         Description: A set of gnome2 themes, with sets for users with limited or l                             
    
    ow vision
    
    
    
    
    
    trinity root #

    :-(

    bvc ... I'm ignoring BVC coz he wants to start a flame war :lol:

     

    I've never been to gnomesupport.org so I go there and have a look

  6. paul@trinity paul $ emerge -p gnome-base/gnome
    
    
    
    These are the packages that I would merge, in order:
    
    
    
    Calculating dependencies ...done!
    
    [ebuild   R  ] gnome-base/gnome-2.2.1  
    
    
    
    paul@trinity paul $

     

    enough said ??? :-P

  7. 1. Thanks BVC ... you actually need to restart gniome before any of the new themes show up :roll: which sound pretty windowsy to me :evil:

    2. Thanks beesea, that works perfectly !!!!

    3. firstly this for bvc :cheeky: secondly, same as above, you need to restart gnome before any changes take affect :roll:

  8. after seeing dolson screenshot of his Gnome Desktop, I thought I might give it a shot for a while. (dolson screeshot is here http://icculus.org/~dolson/images/mydesktop.png )

     

    I've got a couple of questions tho'

    1. I can't seem to install theme (icon themes, or window border themes) am I d/loading the wrong thing or what ? can somebody give me a quick HOW-TO please?

    2. Is there a way to *map* keys to execute commands? example: I like having ALT-x to execute a terminal, and ALT-s to execute Sylpheed.

    3. How do I edit the Gnome menu? (add and replace items etc)

  9. don't use virtual hosting.

     

    just setup your webserver with your website ... and it will be the default website on your server. Then it doesn't matter what domain name you point at your server, it will always load the default website.

     

    if you want different websites for each domain name, then you will need to use virtual hosting.

  10. you need cloop ... get it from here

    http://www.knopper.net/download/knoppix/

     

    % wget http://www.knopper.net/download/knoppix/cloop_0.66-1.tar.gz
    
    % tar xzf cloop_0.66-1.tar.gz
    
    % cd cloop-0.66
    
    % vi Makefile // Insert APPSONLY=1 at the top section
    
    % make zcode
    
    % make extract_compressed_fs
    
    % cd ..

     

    then

    /path/to/extract_compressed_fs /path/to/livecd.cloop > /path/to/huge.iso

    this will make a huge iso image (about 1.4gig)

    then you can mount the iso

    mount -o loop /path/to/huge.iso /mnt/tmp

    cp -R /mnt/tmp/opt/armyopts170 /opt

     

    now you're done !!!

×
×
  • Create New...