Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.16 seconds.

  1. Replies
    4
    Views
    329

    [ubuntu] Re: new

    There are many ways of doing this.


    apt-cache search argument
    You can also use aptitude

    sudo apt-get install aptitude
    aptitude
  2. Replies
    4
    Views
    268

    [ubuntu] Re: where is the terminal?

    The easiest way would be pressing ctrl+alt+t
    You can also open the dash (icon on the top left side), and search for 'terminal'
  3. [all variants] Re: how to create new folder with date stamp from crontab ?

    When do you want all this to happen?
    Right now, it should create a folder at 00:01 and copy some files at 00:02.

    Is that really what you want to do?
  4. Replies
    9
    Views
    877

    Re: Fstab NFS mount, not working on boot.

    Please post your /etc/fstab
  5. Replies
    15
    Views
    1,528

    Re: New external sd card reader mounting problem

    That's my guess. This can only be verified by using another sdcard or by temporarily replacing the card reader
  6. Replies
    15
    Views
    1,528

    Re: New external sd card reader mounting problem

    You're welcome.
    Just because both are new doesn't mean they can't be faulty in some way.

    But the only way to make sure is to either replace the cardreader or the actual sdcard.
  7. Replies
    15
    Views
    1,528

    Re: New external sd card reader mounting problem

    So, when you are using a microSD adapter you are able to mount the card?
    Do you have another card reader? I can't imagine that the sdcard is damaged.
  8. Replies
    5
    Views
    349

    [ubuntu] Re: Is this book good for learning Ubuntu?

    I should also mention that this book is more like a huge reference and not a step-by-step tutorial kind of book.
  9. Replies
    12
    Views
    2,853

    Re: I need a English friend to speak

    Well, this looks intriguing. Might as well try to improve my english this way
  10. Replies
    15
    Views
    1,528

    Re: New external sd card reader mounting problem

    Well, there's still this line:


    Feb 24 20:02:59 dipk kernel: [ 512.005066] Add. Sense: Data phase CRC error detected

    Windows tends to ignore hardware errors to a certain point. Do you have a...
  11. Replies
    17
    Views
    1,878

    [ubuntu] Re: what should /etc/shadow look like?

    Why would you want to disable the login for root?
    Ubuntu comes pre-configured this way unless you run something like:


    sudo bash
    passwd
  12. [ubuntu] Re: list directory size in terminal for mounted cifs

    This depends on the cifs implementation on the server. Some older versions of smbd produce this kind of behaviour when running ls or certain other tools.
  13. [ubuntu] Re: Enabling BIOS pasword protected SSD drive in Ubuntu 12.10

    Are you sure this SSD is not encrypetd/decrypted within Windows 7 (using bitlocker)?
    How do you exactly decrypt this drive?
  14. Replies
    5
    Views
    349

    [ubuntu] Re: Is this book good for learning Ubuntu?

    I can only recommend this book
  15. Replies
    15
    Views
    1,528

    Re: New external sd card reader mounting problem

    The problem here is not the partition, rather than the partition table itself.
    Have you tried to create a new partition table?


    19:01:24 dipk kernel: [ 8938.855485] sdb: unable to read...
  16. Replies
    15
    Views
    1,528

    Re: New external sd card reader mounting problem

    If this sdcard is empty, go to gparted and create a new partitiontable (msdos) and a new fat32 partition.
  17. Replies
    2
    Views
    169

    [ubuntu] Re: Audacity no longer opens!

    Open a terminal (ctrl+alt+t), then type:

    audacity
    Please post the output of that command.
  18. Replies
    2
    Views
    304

    [ubuntu] Re: HELP с ejabberd пожалуйста

    State your problem in english and someone might be able to help
  19. Replies
    15
    Views
    1,528

    Re: New external sd card reader mounting problem

    Connect your sdcard to your computer and post the output of:


    tail -n 20 /var/log/syslog
  20. Replies
    15
    Views
    1,528

    Re: New external sd card reader mounting problem

    That's strange...
    Could you post the output of:


    dpkg -l | grep 'dosfstools\|mtools'
  21. [ubuntu] Re: list directory size in terminal for mounted cifs

    Try some of these commands while in /media/time_capsule:

    df -h

    or

    du -hs *
  22. [ubuntu] Re: What is more worth to buy and also considering the compability support. .

    You should be good to go with the Intel CPU and Nvidia GPU.
    AMD CPUs work perfectly fine too, but AMD GPUs don't work that well even with proprietary drivers. I'm not 100% sure if this applies to...
  23. Re: Backing up OS, programs, and system settings

    This!

    Or you can do something very similar with partimage included in the SystemRescueCD.
    As the name suggests, partimage will only backup partitions to imagefiles.
  24. Re: Fastest way to copy large amount of files? Rsync?

    rsync is a bit slower than cp, but it has several advantages and is in general more secure.
    I like to run rsync this way:

    rsync -avx --progress --compress-level=0 --exclude=.*

    The exclude part...
  25. Replies
    9
    Views
    873

    [ubuntu] Re: Do I need to align my partitions

    If you are really transfering files via wifi, than that's your bottleneck right here.
Results 1 to 25 of 59
Page 1 of 3 1 2 3