Search:

Type: Posts; User: Rob

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    248

    Hey there - welcome to Linux Forum. I believe...

    Hey there - welcome to Linux Forum.

    I believe you do want them to be 660 as all of the users (except root) have these permissions set on a default setup. Root's perms on their /var/mail/root file...
  2. Replies
    1
    Views
    270

    In my opinion, you could use any - ubuntu is...

    In my opinion, you could use any - ubuntu is probably the most popular for laptop installs.. and should have all of the dev tools you could want.

    http://www.ubuntu.com
  3. Replies
    1
    Views
    391

    Tricky rsync question

    Here's a good scenario that I just thought of..

    You have an existing folder with a bunch of files and directories in it. Let's call it /path/to/dest/

    You have another folder with a different...
  4. Thread: Problem with rsync

    by Rob
    Replies
    3
    Views
    542

    Ah, great to hear!

    Ah, great to hear!
  5. Thread: Problem with rsync

    by Rob
    Replies
    3
    Views
    542

    Hrm.. I googled a little bit and have maybe two...

    Hrm.. I googled a little bit and have maybe two options for you..

    First, try adding --iconv to your rsync command which should be able to convert between character sets..

    If that doesn't work,...
  6. Replies
    2
    Views
    624

    Hey there namratha - welcome to our Linux forum! ...

    Hey there namratha - welcome to our Linux forum! Are you still having this issue?

    Rob
  7. Thread: Command Line Help

    by Rob
    Replies
    1
    Views
    655

    IMO I think you should only pass the class if you...

    IMO I think you should only pass the class if you know how do the work :)
  8. Replies
    6
    Views
    782

    You'll need to contact your hosting provider...

    You'll need to contact your hosting provider then.. ask them to restore the OS and restore your files from backup..
  9. Replies
    6
    Views
    782

    You recursively changed all permissions of all...

    You recursively changed all permissions of all files/folders below / to 740 on the system...

    What I would do is go to my backup, reinstall the OS and get going again...

    Otherwise, you'll need...
  10. Replies
    2
    Views
    659

    Hey there specops - glad you got it workin! ...

    Hey there specops - glad you got it workin! Welcome to Linux Forum!
  11. Thread: UEFI boot?

    by Rob
    Replies
    6
    Views
    5,388

    Got it - I had to go into windows 8 advanced...

    Got it - I had to go into windows 8 advanced settings, go into the uefi settings which would launch the 'bios' .. and disable secure boot.

    This allowed me to boot off a 64bit ubuntu usb drive and...
  12. Thread: UEFI boot?

    by Rob
    Replies
    6
    Views
    5,388

    UEFI boot?

    I'm attempting to blow out my wife's new windows 8 toshiba satellite c855-s5350 with Linux but it won't boot from the install dvd..

    The dvd worked fine on my older laptop..

    As it boots, I'm...
  13. Replies
    7
    Views
    885

    My syntax is probably wrong then - try looking...

    My syntax is probably wrong then - try looking into cat/grep/tail, etc..
  14. Replies
    7
    Views
    885

    Or - if the lines are that short and there's no...

    Or - if the lines are that short and there's no need to awk things out of it..


    grep 'trace count' /folder/*.log| tail -n 1
    (maybe)
  15. Replies
    7
    Views
    885

    How about.. for x in $(grep 'trace count'...

    How about..


    for x in $(grep 'trace count' /folder/*.log|tail -n 1); do cat $x | awk '{print $2, $5}';done
    ?
  16. Replies
    7
    Views
    885

    So you need to cat the last line of each one,...

    So you need to cat the last line of each one, then print a few parts of it?


    for x in $(tail -n 1 /folder/*.log); do cat $x | awk '{print $2, $5}';done

    So, if this works ... :)

    Breaking it...
  17. Replies
    20
    Views
    39,568

    Hit its ip in a browser.. ...

    Hit its ip in a browser..

    http://192.169.0.40/owncloud/
  18. Replies
    8
    Views
    1,829

    You need to figure out what's running on port...

    You need to figure out what's running on port 3306 already.. could use:


    netstat -tanp|grep 3306
  19. I think its either time to stop posting on the...

    I think its either time to stop posting on the internet and go move to mexico.. or.. pick a different forum to ask questions like this. :)

    Here's one: http://www.planfortheworst.org
  20. Get a GUI Linux VPS somewhere that you can RDP...

    Get a GUI Linux VPS somewhere that you can RDP into - from there, check your email, etc.. essentially making that VPS your PC. No one will see the ips connecting to it except your hosting...
  21. Replies
    10
    Views
    2,419

    We're also working on free training labs on...

    We're also working on free training labs on Linux.org that will allow you to create a free account and use our web-based client to go on and practice commands, etc..

    Should be going live this...
  22. Replies
    8
    Views
    2,741

    Well, in Cent, its /etc/httpd/conf.d .. looks...

    Well, in Cent, its /etc/httpd/conf.d .. looks like wearegeek is coming from a Debian-based system ;)

    Take a look at this page explaining how to do separate vhosts files on CentOS:...
  23. Replies
    6
    Views
    2,961

    Do you have something installed yet? What'd you...

    Do you have something installed yet? What'd you go with?
  24. Replies
    7
    Views
    2,544

    You should be good with whatever you pick.. ...

    You should be good with whatever you pick.. since you've used debian-based in the past, why not grab that for the server? I will use either CentOS or Debian, its important to know there are some...
  25. Yep yep.. on production servers, I'll usually...

    Yep yep.. on production servers, I'll usually migrate to the newer OS version on another box/vm if it's a full release behind..
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4
           








Check out Linux Central for Linux software and other goodies!





» Stats

Members: 3,570
Threads: 3,919
Posts: 9,440
Top Poster: Fred (1,486)
Welcome to our newest member, Kimani

» Links



Powered by vBadvanced CMPS