Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.15 seconds.

  1. Replies
    11
    Views
    2,805

    [ubuntu] Re: Server status script

    i used to use conky-cli with some of this kind of info for a couple of servers. just a tail of the backup log, cpu, bandwidth, hdd space
  2. Replies
    8
    Views
    2,505

    [SOLVED] Re: Select to Copy, Middle Mouse to Paste

    im guessing this is a mouse/X issue rather than anything to do with xfce or any other desktop environment.

    does shift+insert work instead of middle-click? if so, its only half broken ;) you could...
  3. Replies
    4
    Views
    436

    [ubuntu] Re: external network hardrive

    have you mounted it? try mounting it from the command line. it looks like NFS is disabled on that kind of nas for some weird reason, so i presume you're going in through samba
  4. Replies
    6
    Views
    965

    [ubuntu] Re: Notepad Equivalent?

    isn't gedit installed? it might be called 'text editor' or some such thing. probably in your accessories area or whatever unity calls it
  5. Thread: router

    by aeiah
    Replies
    6
    Views
    562

    [ubuntu] Re: router

    do you know the location of the router? do you own one or more hands?
  6. Replies
    10
    Views
    3,465

    [SOLVED] Re: Back in Time does not start with Anacron

    if all you want to do is run it every boot then just put it in your /etc/rc.local before the exit 0. it'll run as root.



    backintime -b &

    exit 0

    or you could use the GUI to set a schedule...
  7. [SOLVED] Re: Is it possible to get the PCLinuxOS Phoenix XFCE Edition 2011 theme in Ubuntu?

    just transfer it to your .themes folder and select it. you may need additional gtk engines, like pixbuff and whatnot
  8. Replies
    9
    Views
    3,347

    [kubuntu] Re: how to mount hard drive from a remote server

    mount with sshfs on the command line. if dolphin still fails once the drive is mounted, you may have to resort to other methods. either ssh directly, rsync things back and forth, or drag and drop...
  9. [ubuntu] Re: touch: cannot touch `foo': No space left on device

    so your partition is reporting that it is 28 Terabytes in size. is this an obscenely massive array, or is this an error?



    im not too up on inodes, but i would think you should be expecting more...
  10. Replies
    9
    Views
    1,048

    [xubuntu] Re: Help mounting 3TB volume.

    if you're copying a lot of data, and/or copying it often, consider using rsync instead of cp. it resumes copying and only copies stuff that is different


    rsync -aP /media/Backup/Movies...
  11. Thread: dns--domain newb

    by aeiah
    Replies
    4
    Views
    770

    [SOLVED] Re: dns--domain newb

    incidentally, you could use both of your domains and have them point to the same IP address, but actually delivering different content. apache and other web servers can do this sort of thing
  12. [ubuntu] Re: how to do an image backup of a hosted ubuntu server 10.04.3 LTS ??

    this is only possible if the hosting company offers some kind of service, really. if you image the whole drive, the operating system can't be running. if the OS isn't running, you can't get access to...
  13. Replies
    3
    Views
    6,108

    [ubuntu] Re: Can't find the .cshrc file

    i think usually best practice is to have your .cshrc file in your home directory rather than rely on the system one. the filename starts with a dot, so it is hidden. have you shown hidden files?
    ...
  14. Replies
    12
    Views
    1,924

    [ubuntu] Re: editing text file through shell script

    if your data is very consistent, you could just pipe it to:


    colrm 21

    but since you have a more robust sed command now, you should probably stick with that :popcorn:



    [debian ~] cat test
  15. Replies
    10
    Views
    1,970

    [ubuntu] Re: Connecting external monitor info

    the problem is that vga is analog, and hdmi and display port are digital. however, it isn't unusual for laptops to be able to output analog over these ports. you'll have to confirm this is the case,...
  16. Replies
    4
    Views
    966

    [ubuntu] Re: Remote only works after restarting lirc

    presumably the first time, when it fails, something which lirc relies upon hasn't happened yet. you could make lirc start later in your boot sequence. it fails on


    unable to find 'name=IR*'

    ...
  17. Replies
    7
    Views
    690

    [SOLVED] Re: Clone/Copy to another disk

    yea, use clonezilla or just plain old dd.

    you'll want to shrink the size of the partition to under 10gb beforehand though
  18. Re: This is what I call a Gmail problem: nearly 2000 emails... poof, gone.

    your account went inactive and got deleted. google doesn't delete usernames, so you were able to recover the username.
  19. [ubuntu] Re: Some pages not working in Chrome and Chromium

    ive had this exact issue with ebay on chromium in the past. i always had to use another browser :( i haven't come across it on any other site. do you have any other examples i could visit? im...
  20. Replies
    3
    Views
    764

    [ubuntu] Re: Output the result of a command to gxmessage

    i dont know about gxmessage, but ive always used the normal notification bubbles for notifications, and zenity for dialog boxes that i need an ok/cancel for.

    to send a message to the notification...
  21. Replies
    8
    Views
    5,251

    [all variants] Re: Stream sound over network

    i just use mpd and set it to output to http
  22. [SOLVED] Re: enable or disable deskup gui for ubuntu server 11.10

    there are many ways to go about this. the simplest is probably to install lxde and then disable the login/session manager so it doesnt boot to a gui by default.

    id go a slightly different way...
  23. Replies
    2
    Views
    252

    [ubuntu] Re: Menu order on GRUB

    the order listed doesn't change which OS is set to boot by default. you can change both, although changing the order is really just for aesthetic reasons.

    see here for changing the default entry:...
  24. Replies
    8
    Views
    737

    Re: sometimes i wish i could do this easier

    yea this isn't really compiling. as you say, the file is an executable binary - its already been compiled.

    in this case, you'd want to set the file to be executible (either in a terminal or by...
  25. Replies
    11
    Views
    883

    Re: Apple patents MacBook Air design

    if this means apple can fine companies for tapering the edges to make them appear thinner then this will make the industry even more ridiculous than it already is
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4