Search:

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

Search: Search took 0.02 seconds.

  1. [ubuntu] Re: +r to /var/log/auth.log ? is this safe ?

    probably not, add yourself to the "adm" group instead as this group already has read access to /var/log/auth.log
  2. Replies
    3
    Views
    3,165

    [ubuntu] Re: notification of remote ssh login

    ^ you'll probably want to add that to startup applications, only works if you have an admin account, but shouldn't require sudo. I prefer a spoken notification, feel free to mod it to call the...
  3. Replies
    3
    Views
    3,165

    [ubuntu] Re: notification of remote ssh login

    chaddy@mactux:~$ cat watcher.sh
    #!/bin/bash
    tail -fn0 /var/log/auth.log | \
    while read line ; do
    echo "$line" | grep "Accepted"
    if [ $? = 0 ]
    then
    ...
  4. Re: On my X52 joystick, the MFD doesn't light up!

    you need x52output, bri option
  5. [ubuntu] Re: VLC media player: files go out of sync over time

    http://www.st4ck.com/en/post/ubuntu-11-04-vlc-out-of-sync/#Runtime
    <this worked for me, seemingly a pulseaudio "feature" needs disabling.
  6. [ubuntu] Re: Unable to mount location: Failed to retrieve share list from server

    forgiven for your reply without reading, clearest post on here, added my network devices' IP and name to /etc/hosts and all is good with it again. a wonderful first cup of Ubuntu :lolflag:
  7. Replies
    3
    Views
    945

    [kubuntu] Re: Kubuntu text VERY small

    I'm having the same problem with a Sony HDTV and only with Kubuntu. Used to be I'd set a dpi in xorg.conf but those days seem to be over.
  8. Replies
    3
    Views
    5,146

    [ubuntu] Re: Yakuake + Gnome + Transparency

    the solution is to edit the scheme that the console uses, for example linux console, there's a transparency slider there

    stjerm is worth a look, too
  9. Replies
    17
    Views
    2,259

    Re: WoW Issue

    I'm having the same problem with Half Life 2 on Steam; Steam runs fine but as soon as I try to launch a game I get the same sequence of errors. Running gutsy, wine 0.9.50 and nvidia drivers version...
  10. Replies
    10,014
    Views
    1,110,220

    Re: How many of you completely switched to Linux?

    google "linux file system jpg", second link was my wallpaper for a long while ;-)
  11. Replies
    10,014
    Views
    1,110,220

    Re: How many of you completely switched to Linux?

    I had been completely shifted to Linux for two days, then someone gave me a macmini. Poking it a bit, will give os x six months or so on dual boot then it'll be all linux again.
  12. Re: Source games with Cedega black screen

    I'm having the same problems with the same software but an nVidia 8500 GT. When games in Steam get anywhere they just do a little resolution switching then crash. Tried disabling composite, had no...
Results 1 to 12 of 14