Search:

Type: Posts; User: HomelandSecurity; Keyword(s):

Search: Search took 0.11 seconds.

  1. Replies
    12
    Views
    2,174

    [ubuntu] Re: How to partition a web server

    is this for home, small business or med scale company.
    500gb is not really a lot for a lvm , depending of course from the hardw. that you have.
    i'd put "home", "var" end "etc" outside the "/"...
  2. [ubuntu] Re: Difference between 'test' and '[[ ]]'

    there is a huge dif between [] and [[]]

    http://tldp.org/LDP/abs/html/testconstructs.html#DBLBRACKETS

    try to change the first part of the comparison with a variable (with an integer value added...
  3. [ubuntu] Re: Difference between 'test' and '[[ ]]'

    I disagree:
    -eq is used to compare number
    == and = is used to compare strings!
  4. [ubuntu] Re: ubuntu partitioning while installing

    just follow the steps in here

    http://www.linuxbsdos.com/2012/11/05/dual-boot-windows-8-and-ubuntu-12-10-on-uefi-hardware/
  5. Re: Do you like(agree with) Homeland Security?

    based on what ppl know... there is no absolute knowledge as you know.
  6. Re: How Old Were You When You Started Using Linux?

    too old to remember
  7. Do you like(agree with) Homeland Security?

    Do you like(agree with) Homeland Security?
  8. Replies
    10
    Views
    570

    [ubuntu] Re: 12.10 Login

    Ok, I got what you mean now. I thought it wasn't appropriate.
  9. Replies
    10
    Views
    570

    [ubuntu] Re: 12.10 Login

    Explain please..
  10. Re: Shell: how can I print into a file content of all subfolders of a folder?

    for i in `find . -type d`
    do
    echo "$i" ls "$i"
    done


    what about the subfolders of a folder into the selcte folder? the you'll have to use find not ls!
  11. Replies
    10
    Views
    570

    [ubuntu] Re: 12.10 Login

    press ctrl+alt+t then type:


    sudo apt-get upgrade && sudo apt-get update
  12. Re: Cannot access to USB or unmount it

    [CODE]
    sudo fdisk -l
    sudo parted -l
Results 1 to 12 of 13