Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.09 seconds.

  1. Thread: Automount

    by SlugSlug
    Replies
    7
    Views
    137

    [SOLVED] Re: Automount

    ok open a terminal and paste


    sudo chown -R YourUserName /media/80gb_HDD

    If you dont know YourUserName type


    whoami
  2. Replies
    7
    Views
    112

    [SOLVED] Re: 12.04 login/restart through network.

    nope dnt matter.
  3. [ubuntu] Re: upload speed too low despite fast connection

    using the same os and browser what does
    www.speedtest.net

    show
  4. Replies
    7
    Views
    112

    [SOLVED] Re: 12.04 login/restart through network.

    Yer you'd need sshserver on the one you can't connect to. You need physical access now
  5. [ubuntu] Re: upload speed too low despite fast connection

    Have you tried a different browser? maybe chromium or firefox?

    Did you run speedtest from same OS & Browser you have issue with?
  6. Thread: Automount

    by SlugSlug
    Replies
    7
    Views
    137

    [SOLVED] Re: Automount

    where is it mounted & is it data only (IE not an OS install)? say its mounted on /mnt/data


    sudo chown -R yourusername.yourusername /mnt/data
  7. Replies
    7
    Views
    112

    [SOLVED] Re: 12.04 login/restart through network.

    You'd need ssh server installed on it then from your current pc ssh user@ip

    from there you could sudo reboot
  8. Replies
    6
    Views
    221

    [ubuntu] Re: unable to use sudo

    what "chown -r command" ?!
  9. Replies
    1
    Views
    140

    [ubuntu] Re: Cinnamon won't install - Ubuntu 13.04

    logout and on the login screen there should be some options for you to select what DE to load
  10. [ubuntu] nemo / cinnamon update. Now has toggle hidden folders

    An update has made nemo remember if you chosen to show hidden files on last use. Before the update, you could show hidden files then restart the browser and the hidden files are no longer shown.
    ...
  11. Replies
    4
    Views
    357

    Re: File deleted, metadata still in database

    Guess you could try cd to the directory and use touch

    touch 3132_20121230193000.mpg
  12. Replies
    3
    Views
    78

    [ubuntu] Re: /etc/sudoers No password

    Add

    USERNAME ALL=(ALL) NOPASSWD: ALL
    #
    # This file MUST be edited with the 'visudo' command as root.
    #
    # Please consider adding local content in /etc/sudoers.d/ instead of
    # directly...
  13. Replies
    2
    Views
    162

    [ubuntu] Re: help with run levels

    Thanks, I've added mine as S99Service
  14. Replies
    2
    Views
    162

    [ubuntu] help with run levels

    Can someone tell me how to make a service start after X has loaded?

    I have 2 services in /etc/init.d that I installed using

    update-rc.d SERVICE defaults

    problem is they take about 5 seconds...
  15. Replies
    6
    Views
    307

    Re: Puzzle Platformer - are you interested?

    5 is good - I pay that for these games, last one I got was DefenceZone - pretty good game but sound didn't work for me and support was very poor
  16. Thread: Restart NIC

    by SlugSlug
    Replies
    2
    Views
    103

    [ubuntu] Re: Restart NIC

    ifconfig to show whats interfaces then


    sudo ifconfig eth1 up

    or
    sudo ifconfig eth1 down
  17. [ubuntu] Re: How to redirect specific pages or folder from http to https

    http://www.htaccessredirect.net/
  18. Thread: Was I hacked?

    by SlugSlug
    Replies
    9
    Views
    426

    [ubuntu] Re: Was I hacked?

    instal denyhosts it will block IPs when the they fail to login after about 5 attempts


    sudo apt-get install denyhosts

    You could use fail2ban instead/aswell if you have other services like...
  19. Thread: VLC crash

    by SlugSlug
    Replies
    10
    Views
    193

    [xubuntu] Re: VLC crash

    if above fails


    sudo apt-get remove --purge vlc; sudo apt-get autoremove; sudo apt-get install vlc
  20. [all variants] Re: screen - Cannot open your terminal '/dev/pts/6' - please check

    Not sure it's the same as my issue Lars, but I have to run

    script /dev/null

    before I can resume the screen
  21. Replies
    1
    Views
    123

    [ubuntu] Re: squirrelmail & fail2ban

    for anyone else that needs it it's



    failregex = squirrelmail: Failed webmail login: by .* \(.*\) at <HOST> on .* Unknown user or password incorrect.$
  22. Replies
    4
    Views
    417

    Re: Which Linux Tablet?

    Thanks never even heard of capacitive till I read that. Just had a quick google and Arnova/Archos seem to be in my price range I'll look into them thanks.
  23. Replies
    1
    Views
    123

    [ubuntu] squirrelmail & fail2ban

    Can someone help with expressions?

    I get this in syslog


    Apr 24 15:40:48 servername squirrelmail: Failed webmail login: by N/A (domain.com) at 86.0.0.0 on 04/24/2013 14:40:48: Unknown user or...
  24. Replies
    4
    Views
    417

    Which Linux Tablet?

    Hi sorry if in wrong section.

    Am looking for a tablet around £100 manly used in front of TV browsing web/email angry birds type things would be nice but guess I'd need android for that?

    Just...
  25. Replies
    3
    Views
    138

    [ubuntu] Re: Help with services at boot

    Hiya thanks for your reply.

    My setup is a little different, I believe in your case the services are dependent upon you loggin into X where as I need mine to load without logging into but after X
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4