Navigation

    Community Forum

    • Register
    • Login
    • Search
    • Blog
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Piotr Mackowiak
    P
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Piotr Mackowiak

    @Piotr Mackowiak

    0
    Reputation
    1
    Posts
    169
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Piotr Mackowiak Follow

    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