Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.24 seconds.

  1. Replies
    12
    Views
    115,303

    [SOLVED] Re: Can't Read Superblock

    The operant line is:

    for count in 1 2 3 4; do mkdir /mnt/sdb$count; mount /dev/sdb$count /mnt/sdb$count; done
    "sudo su" just grabs superuser privileges (because you need them to create the...
  2. Replies
    15
    Views
    973

    Re: smilies [sigh]

    This, again, misses the point. I'm not looking to block
    the images. I'm trying to convey useful information, and the
    forum is setting me up for failure because it parses (on a fairly
    arbitrary...
  3. Replies
    15
    Views
    973

    Re: smilies [sigh]

    For posts more than a couple of paragraphs, I generally will preview. But for things shorter than that, I anticipate that the forum can't mangle it too badly with formatting, and so I just post and...
  4. Replies
    15
    Views
    973

    Re: smilies [sigh]

    Well. When the forum decides to exhibit really retarded behavior, it is VERY IMMEDIATELY noticeable, and so I'm sure to immediately hit "edit" and correct the (really stupid default) from smilies to...
  5. [ubuntu] Re: Cannot delete file with corrupted file name

    Maybe the literal:

    rm -f "Baldo_2006-07-01?gif"

    [edit]
    Of course the alternative is backup everything else of value, reformat the filesystem, and restore the content.
  6. Replies
    7
    Views
    678

    [SOLVED] Re: mounting partitions with Guest user

    Looking back, and thinking again about the original question:
    Have you considered copying the content of fat3, reformatting the partition as ext3 or similar, and copying the content back so Linux...
  7. Replies
    7
    Views
    678

    [SOLVED] Re: mounting partitions with Guest user

    Interesting question.

    Possible solutions.
    1.) create a group "lsdiscs" (low security discs) and make all the users members of lsdiscs and chown the devices to group lsdiscs. Possible problem,...
  8. [all variants] Re: Keep video cache in Chrome even after closing/browsing away

    You could install a caching proxy on your machine and tell the browser to use the proxy instead of the direct connection.
    Of course, I don't know if youtube/others have flagged their...
  9. Replies
    15
    Views
    973

    Re: smilies [sigh]

    Right. I know those checkboxes are there. My problem is that I should not have to think to check the box for (my paraphrase) "disable retarded behavior" for each and every thread I start or post...
  10. Thread: Hibernation

    by killermist
    Replies
    2
    Views
    392

    [ubuntu] Re: Hibernation

    Well. A full boot probably takes a little longer than a fast boot and restore from hibernation. Though depending on how much (little) you're running on the server, a full boot may be faster than a...
  11. Replies
    5
    Views
    965

    [ubuntu] Re: rsynch server tutorial

    This is the script I crafted, and tweaked to do my backups (as incremental dated backups, using hardlinking between them to save on prevented duplication, each dated backup capable of being copied...
  12. Replies
    15
    Views
    973

    Re: smilies [sigh]

    I don't always wrap information in Code blocks. Especially if I'm explaining something conversationally.

    Is there NO option, to change the behavior (at least individually) to auto-default to not...
  13. Replies
    7
    Views
    1,673

    [ubuntu] Re: SSH'ing as root from one VM to another

    Is the root account maybe configured to use a shell that is either not valid, or refuses login?

    If you've reconfigured anything, have you restarted the services (like SSH)?

    So many little...
  14. Replies
    7
    Views
    1,673

    [ubuntu] Re: SSH'ing as root from one VM to another

    May not be the case in your case, but in dealing with multiple machines and/or multiple VMs, I've made incorrect assumptions about IP addresses and ended up trying to log into the wrong machine/VM....
  15. Replies
    15
    Views
    973

    Re: smilies [sigh]

    The problem is not that they look stupid, or that I want them converted back to useful information locally.
    The problem is that I'm trying to help people in the help forum, and the forum is setting...
  16. Replies
    15
    Views
    973

    smilies [sigh]

    Is there a way to tweak my profile to have the "disable smilies in this post" always automatically checked in my posts/replies?
    I don't use smilies. They've ALWAYS been useless to me, and especially...
  17. [SOLVED] Re: Gparted shows more free space than nautilus (way more)

    Well, I'll try a little math and see what happens.

    Disc 1, 1Tb (roughly, 1000Gb)
    931Gb usable after formatting (using 1024^3 bytes per real Gb) (as supplied by gparted in 1st post)
    818Gb used...
  18. [SOLVED] Re: Gparted shows more free space than nautilus (way more)

    EXT3 typically reserves 5% of the partition's size for superuser/root only access (and indirectly to help with preventing fragmentation). So if you're looking at the partitions with tools that see...
  19. Replies
    22
    Views
    1,515

    Re: Tag thread "beyond my scope"

    Threads about interoperability with windows, are a primary case pointing to an entire family of threads I care very little (if at all) about, and have NO reason to take an interest in.

    Not all...
  20. [ubuntu] Re: Retrieving files from a corrupted USB stick

    The drive may have changed locations (virtually, if not physically), so it may be sdc, sdd, sde, etc.

    Back to the title of the thread, what happened to cause the "corruption" of the usb stick?
  21. [ubuntu] Re: Retrieving files from a corrupted USB stick

    Many tools anticipate some (fairly reasonable) default conditions (like "I'm working on a partition of a drive" for mkfs.[almost everything]) but have options for dealing with "fringe case" incidents...
  22. Replies
    22
    Views
    1,515

    Re: Tag thread "beyond my scope"

    THAT is part of the problem. In that they are differentiated from "you haven't looked at this" threads, they evoke a "what is it about this thread that drew me initally?" reaction. To which the...
  23. [ubuntu] Re: Retrieving files from a corrupted USB stick

    /dev/sdb is the "root" device which has the partition table and all the partitions on it. Typically, unless you intentionally formatted the whole device as a filesystem instead of creating one...
  24. Replies
    22
    Views
    1,515

    Re: Tag thread "beyond my scope"

    I don't rely on my bean count to indicate to anyone that my posts are of quality. I count on the quality, helpfulness, or thought-provoking nature of my posts to stand on their own.

    I just think...
  25. Replies
    3
    Views
    1,412

    [ubuntu] Re: Acid Rip keeps using subtitles?

    Personally, I use HandBrake. (http://handbrake.fr/)
    I don't recall if it is in the Ubuntu or debian repositories or if you have to add the Handbrake repository to install it.
Results 1 to 25 of 110
Page 1 of 5 1 2 3 4