Community Forum
    • Blog
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Piotr Mackowiak
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    Piotr Mackowiak

    @Piotr Mackowiak

    181
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Piotr Mackowiak Unfollow Follow

    Latest posts made by Piotr Mackowiak

    • RE: Protect your Raspberry PI SD card, use Read-Only filesystem

      OK, nice tutorial. But where (I mean about file) I have to place:

      rm -rf /var/lib/dhcp/ /var/lib/dhcpcd5 /var/run /var/spool /var/lock /etc/resolv.conf
      ln -s /tmp /var/lib/dhcp
      ln -s /tmp /var/lib/dhcpcd5
      ln -s /tmp /var/run
      ln -s /tmp /var/spool
      ln -s /tmp /var/lock
      touch /tmp/dhcpcd.resolv.conf; ln -s /tmp/dhcpcd.resolv.conf /etc/resolv.conf

      posted in Blog articles comments
      P
      Piotr Mackowiak