Search:

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

Search: Search took 0.03 seconds.

  1. [ubuntu] Re: SSH repeatedly locked out by denyhosts after UFW install

    Thanks slowtrain!

    * stopping the denyhosts service `sudo /etc/init.d/denyhosts stop`
    * purging /etc/hosts.deny and /var/log/auth.log
    * starting denyhosts `sudo /etc/init.d/denyhosts start`
    ...
  2. [ubuntu] Re: Error in available disk space with df command

    On ext2/ext3 file systems some percentage of space is reserved for operating system needs so it can continue operating even if the disk is (almost) full.

    Default setting is 5%. You can change it...
  3. [ubuntu] Re: How to make ubuntu accept my new password?

    You can bypass the (cracklib ?) checks with


    sudo passwd your_user_name

    That means the super user is allowed to set weak passwords.

    --
    Vladimir Dobriakov
    http://blog.geekq.net
  4. Re: Running game in seperate X session (but with a different xorg.conf?)

    According to `Xorg -help` you can choose the configuration file with `-config {relative_file_name}`. You can also use an absolute path, but need to run X as root for that. And it really works on my...
Results 1 to 4 of 5