diff options
author | Sven Gothel <[email protected]> | 2012-02-27 22:08:04 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-27 22:08:04 +0100 |
commit | 191726a29dbfeab111d1a55ca32ce83055ebbb6a (patch) | |
tree | 366e66c4f079004ee473503306d40963f3917c70 /jenkins-server-slave-setup/cygwin-sshd | |
parent | e833143af594ed0e3c1f966af56e4970b1318fe8 (diff) |
Add linux-armv7 to aggreagtion ; Clip os.and.arch from demo folder within 7z
Diffstat (limited to 'jenkins-server-slave-setup/cygwin-sshd')
-rw-r--r-- | jenkins-server-slave-setup/cygwin-sshd/FAQ.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/jenkins-server-slave-setup/cygwin-sshd/FAQ.txt b/jenkins-server-slave-setup/cygwin-sshd/FAQ.txt new file mode 100644 index 0000000..188c986 --- /dev/null +++ b/jenkins-server-slave-setup/cygwin-sshd/FAQ.txt @@ -0,0 +1,16 @@ +How to update cygwin /etc/passwd to get all latest windoze users + +mkpasswd -cl > /etc/passwd + +mkgroup --local > /etc/group + ++++++++++++ + +http://www.howtogeek.com/howto/windows-vista/enable-the-hidden-administrator-account-on-windows-vista/ + +Enable Built-in Administrator Account / start dos-shell 'run-as-admin': + net user administrator /active:yes + ++++++ + + |