mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Merge branch 'patch-1' of https://github.com/kant/calibre
This commit is contained in:
commit
a01e96d678
@ -49,7 +49,7 @@ follow the steps:
|
|||||||
|
|
||||||
* Turn on Remote Login under Network (SSHD)
|
* Turn on Remote Login under Network (SSHD)
|
||||||
* Create a user account named ``kovid`` and enable password-less login for SSH
|
* Create a user account named ``kovid`` and enable password-less login for SSH
|
||||||
for that account (setup `~/.ssh/authorized_keys`)
|
for that account (setup ``~/.ssh/authorized_keys``)
|
||||||
* Setup ssh into the VM from the host using the ``vm_name`` from above.
|
* Setup ssh into the VM from the host using the ``vm_name`` from above.
|
||||||
* Install the needed software mentioned in :literal:`bypy/macos.conf`.
|
* Install the needed software mentioned in :literal:`bypy/macos.conf`.
|
||||||
|
|
||||||
@ -77,7 +77,7 @@ follow the steps:
|
|||||||
* Install cygwin, with the: vim, dos2unix, rsync, openssh, unzip, wget, make, zsh, patch, bash-completion, curl
|
* Install cygwin, with the: vim, dos2unix, rsync, openssh, unzip, wget, make, zsh, patch, bash-completion, curl
|
||||||
packages
|
packages
|
||||||
|
|
||||||
* Edit /etc/passwd and replace all occurrences of /bin/bash with /bin/zsh (in
|
* Edit ``/etc/passwd`` and replace all occurrences of ``/bin/bash`` with ``/bin/zsh`` (in
|
||||||
a cygwin prompt)
|
a cygwin prompt)
|
||||||
|
|
||||||
* Setup a password for your windows user account
|
* Setup a password for your windows user account
|
||||||
@ -100,7 +100,7 @@ follow the steps:
|
|||||||
mkgroup --local > /etc/group
|
mkgroup --local > /etc/group
|
||||||
|
|
||||||
* Assign the necessary rights to the normal user account (administrator
|
* Assign the necessary rights to the normal user account (administrator
|
||||||
cygwin command prompt needed - editrights is available in \cygwin\bin)::
|
cygwin command prompt needed - editrights is available in ``\cygwin\bin``)::
|
||||||
|
|
||||||
editrights.exe -a SeAssignPrimaryTokenPrivilege -u kovid
|
editrights.exe -a SeAssignPrimaryTokenPrivilege -u kovid
|
||||||
editrights.exe -a SeCreateTokenPrivilege -u kovid
|
editrights.exe -a SeCreateTokenPrivilege -u kovid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user