This commit is contained in:
parent
779acda1ac
commit
7918cbdec2
@ -3,6 +3,36 @@
|
||||
[Ubuntu wiki - Dell XPS 13 2-in-1 (7390)](https://wiki.ubuntu.com/Dell/XPS/XPS-13-7390-2-in-1)
|
||||
[Arch Linux - Dell XPS 13 2-in-1 (7390)](https://wiki.archlinux.org/index.php/Dell_XPS_13_2-in-1_(7390))
|
||||
|
||||
# install ubuntu full ZFS
|
||||
boot from usb stick in live
|
||||
launch a terminal
|
||||
|
||||
~~~
|
||||
$ sudo su
|
||||
# apt install ssh
|
||||
~~~
|
||||
|
||||
~~~
|
||||
# passwd
|
||||
New password :
|
||||
Retype new passord :
|
||||
passwd: password updated successfully
|
||||
~~~
|
||||
|
||||
edit */etc/ssh/sshd_config* to Enable PermitRootLogin
|
||||
|
||||
~~~
|
||||
#PermitRootLogin prohibit-password
|
||||
PermitRootLogin yes
|
||||
~~~
|
||||
|
||||
~~~
|
||||
service ssh restart
|
||||
~~~
|
||||
|
||||
find yout IP with : *ip a*
|
||||
|
||||
then connect remotely with : *ssh*
|
||||
# update zsys-setup
|
||||
to enable zfs encryption and create a swap partition right sized for hibernation.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user