~linux rescue で boot し、fdisk コマンドで不要なパーティションを削除する。
ファイアウォールのオプション/ポートの開放
vnc:tcp, swat:tcp, netbios-ssn:tcp, netbios-dgm:udp, netbios-ns:udp, ntp:udp, 53:tcp, 53:udp
SELinux/Samba
[v] Sambaがユーザーのホームディレクトリを共有することを許可する。
$ wget -qO - http://www.openresolver.jp/cli/check.html
$ cat /etc/issue
$ cat /etc/redhat-release
$ cat /etc/fedora-release
$ uname -a
# poweroff
# shutdown -h now
# dnf erase python3-pip python3-setuptools
# dnf install -y python3-pip python3-setuptools
#orig_path.sort(key=position_in_sys_path)
#module.__path__[:] = [_normalize_cached(p) for p in orig_path]
orig_path_t = list(orig_path)
orig_path_t.sort(key=position_in_sys_path)
module.__path__[:] = [_normalize_cached(p) for p in orig_path_t]
This version of the page was edited by TakeAsh at 2020-09-06 15:11:36. View the most recent version.