From 234c07c24942ec6cf192302d73a439ca6376d003 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 7 Jan 2018 11:13:12 -0500 Subject: [PATCH] doc fix for smbpasswd --- .../docs/manual/cakelampvm_guide_v002.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v002.html b/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v002.html index 33de2282..81ba2ece 100644 --- a/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v002.html +++ b/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v002.html @@ -11,7 +11,7 @@ Koeritz
feisty meow® concerns ltd.

Vintage: cakelampvm v002    - Updated: 2017-12-19 (rev. h)

+ Updated: 2018-1-7 (rev. i)

The cakelampvm project provides a Virtualbox VM that acts as an "internet in a bottle", serving up your web sites securely and only to your local host.  The virtual machine provides DNS services (

passwd
The 'passwd' command will ask for your current password, and then for a new password plus a verification of that new password.
+ You will probably want to change your samba password as well, which is + used when accessing the virtual machine over the network.  This is + a different, but very similar, command on Linux:
+
smbpasswd
 
  • Change your git configuration for the user and email address.  This is how we've configured it so far:
    @@ -279,7 +283,7 @@ href="http://mapsdemo.cakelampvm.com">http://mapsdemo.cakelampvm.com

    Setting up DNS on Windows

    The ipconfig tool will provide helpful information about your current networking and DNS configuration:

    -
    > ipconfig /all
    +
    > ipconfig /all

    The DNS configuration on Windows is somewhat byzantine.  The pipe characters ('|') below are used to separate the menus or tabs or dialogs to traverse.  Follow this path to get to the DNS config:

    @@ -297,7 +301,7 @@ href="http://mapsdemo.cakelampvm.com">http://mapsdemo.cakelampvm.com settings on your Host PC are right, then you may need to flush your DNS cache, and that might be sufficient to start getting the right IP address.  On Windows, the command for flushing DNS is:

    -
    > ipconfig /flushdns
    +
    > ipconfig /flushdns

    and on Linux the flush DNS command can be many different things, but try these two most common options:

    # restarts the client side DNS cache.
    sudo service dns-clean restart
    -- 2.34.1