Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    11
    Views
    1,514

    Re: Free up space in /boot

    I'm using a BASH script for automating that.
    This removes all those old versions but leaving the very latest untouched

    dpkg --get-selections | \
    grep 'linux-image*' | \
    awk '{print $1}' | \...
  2. Replies
    13
    Views
    21,480

    [ubuntu] Re: Samba shares not visible by Windows 7 (12.04)

    Make your samba server as a server for those names.
    Add to global section of /etc/samba/smb.conf

    domain master = yes
    local master = yes
    preferred master = yes
    os level = 65
    wins support = yes...
Results 1 to 2 of 2