Linux Newb

Discussion in 'Computers and The Internet' started by hummblebee, Oct 20, 2006.

  1. Columbo

    Columbo Senior Member

    Messages:
    1,375
    Likes Received:
    1
    cool then we won

    us two v's xp and linux
    1-0 victory to us

    word of warning - be careful theres no security on that folder so increase your network security a little more - tighten your firewall rules etc
    and make sure at some later stage I will show you how to make it so only a single user can enter thr folder
     
  2. hummblebee

    hummblebee hipstertist.

    Messages:
    2,158
    Likes Received:
    2
    It's officially working! The xp machine is reading the files, and it even has write access!
     
  3. Columbo

    Columbo Senior Member

    Messages:
    1,375
    Likes Received:
    1
    see 2 posts above this - i re- edited
     
  4. hummblebee

    hummblebee hipstertist.

    Messages:
    2,158
    Likes Received:
    2
    I still say you rock. You can rock Linux and still keep your geek points. ;) In fact, I think it earns you more!
     
  5. hummblebee

    hummblebee hipstertist.

    Messages:
    2,158
    Likes Received:
    2
    No problem, we have high security settings on the router right now. After I get the rest of my software, codecs and everything set up then I'll set it up for a single user. I *think* I understand how to do it, so I'm gonna try and exercise my knowledge. :D
     
  6. Columbo

    Columbo Senior Member

    Messages:
    1,375
    Likes Received:
    1
    coolness have fun with it - If you get any problems my advice is - dont blame linux first - your energy is better put into why xp is broken - only after eliminating an xp problem do you suspect linux
     
  7. raysun

    raysun D4N73_666 4861786f72

    Messages:
    932
    Likes Received:
    10
    you can move files with the mv command first you must use the cd command to change directory

    cd /home/your directory/folder

    in folder choose the files you want to move

    sudo mv file1 file2 file3 /usr/local (example)

    with the ls command you can see which files and folders are in the directory

    hope it helps....:)
     
  8. Columbo

    Columbo Senior Member

    Messages:
    1,375
    Likes Received:
    1
    just one more bit of advice - your best friends in the world of networks are
    ping
    ipconfig /all
    and
    netstat -a
     
  9. Adderall_Assasin

    Adderall_Assasin Senior Member

    Messages:
    1,266
    Likes Received:
    0
    dont forget
    dd
    netcat
     
  10. Adderall_Assasin

    Adderall_Assasin Senior Member

    Messages:
    1,266
    Likes Received:
    0
    or just 'smbmount'
     
  11. Columbo

    Columbo Senior Member

    Messages:
    1,375
    Likes Received:
    1
    we could build hummblebee an iso server so that the cd collection is put into iso form and then it can be played back like a normal cd on the xp box - useful for network installations of xp too
     
  12. hummblebee

    hummblebee hipstertist.

    Messages:
    2,158
    Likes Received:
    2
    ^^No worries there, Most of my apps are ripped to a hard drive ready to install. And all my music is in mp3 format on a hard drive. I back everything up to dvds, but cd's are just too bulky for me anymore. I try to keep everything "contained".. :)

    One question though - should I repartition my hard drive or something in order to share my space? This is just a 40 g drive, with 10 gigs as / and the rest (save the swap) is in my /home directory. But if I can't share what's in the /home, it seems silly to put all my space there, you know? Ultimately I want that space on this machine to be hosting some video files or possibly some of my music collection so the rest of the network can access it.

    Also, is there some sort of central list somewhere or an index of terminal commands online so I can look them up when I need them?
     
  13. raysun

    raysun D4N73_666 4861786f72

    Messages:
    932
    Likes Received:
    10
    maybe you can try to access the files through ftp....
    I will lookup online documentation for you and post it later on....
     
  14. raysun

    raysun D4N73_666 4861786f72

    Messages:
    932
    Likes Received:
    10
  15. Columbo

    Columbo Senior Member

    Messages:
    1,375
    Likes Received:
    1
    Its up to you whether you reformat or not, to be honest though it can be tricky if youre not used to things the linux way of doing it - first few times I tried I wiped everything out - just make sure you back up your media etc and make sure you back up those samba config files and note down things that we did in this thread

    Every distribution of linux comes with a set of "howto"' documents - search on your hard drive for docs titled *howto* then hit howto-index.html
    or something similar to that name - you will then have a full manual of linux
    otherwise the full complement of official howto's are here
    http://tldp.org/
     
  16. hummblebee

    hummblebee hipstertist.

    Messages:
    2,158
    Likes Received:
    2
    Thanks! Yeah, I'ma copy that smb.conf into an email to myself just in case, that way it'll be on my remote mail server if aything goes wrong. And I haven't even really copied anything over to my drive yet so no worries there.
     
  17. Adderall_Assasin

    Adderall_Assasin Senior Member

    Messages:
    1,266
    Likes Received:
    0
    for a complete list of linux commands that are available on your specific machine use these commands:
    remember to pipe each command to 'more' or 'less' if you need to view them differently.
    that pipe character is located next to the backspace key on your keyboard. hold shift. then use the command 'man to see the usage or manule page.
     
  18. Columbo

    Columbo Senior Member

    Messages:
    1,375
    Likes Received:
    1
    I just been re-reading the whole of this thread and you know what - I just realised I never used the "SUDO" command in the whole time I been doing computers - is that an ubuntu thing or just something I missed in unix/linux
    is this something in unix they now incorporated into linux or am I that blind I never seen it before? I got to admit I usually only run as root anyway in linux
     
  19. Adderall_Assasin

    Adderall_Assasin Senior Member

    Messages:
    1,266
    Likes Received:
    0
    the "sudo" command is built into, i think its, 2.4 and up Linux kernels. it is supposed to give a user a safer way to run a command as root. you have to be part of the 'sudoers' group to use it and it requires a root password.

    the newest Ubuntu's dont let a user access the root priveleges via 'su'. (you cant just type 'su' like in fedora core, redhat, suse, etc.) its kinda a pain in the as$ but i have found a simple way around it. :) just enter the command:
    or you can find the right script to edit and have Ubuntu allow the 'su' command.
     
  20. Columbo

    Columbo Senior Member

    Messages:
    1,375
    Likes Received:
    1
    That's really informative - thanks ! I got to admit that I dont know all that much about Linux - I sort of read enough about it to get a job done and then play with that area of the system enough to understand what can and cant be done with it. For example building a Sendmail server, or a Squd proxy, or samba etc etc. Unless I have to use a command in the course of doing that I probably woulddnt have heard of it.

    That su - or sudo bash command sounds excellent and makes sense as it would enable you root privaledges from a much more secure account

    yeah thanks for the info
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice