{"id":1116,"date":"2024-12-09T14:54:56","date_gmt":"2024-12-09T20:54:56","guid":{"rendered":"https:\/\/thecweb.com\/?p=1116"},"modified":"2024-12-09T15:57:08","modified_gmt":"2024-12-09T21:57:08","slug":"arch-notes-post-install-config","status":"publish","type":"post","link":"https:\/\/thecweb.com\/index.php\/2024\/12\/09\/arch-notes-post-install-config\/","title":{"rendered":"Arch notes &#8211; post install config"},"content":{"rendered":"\n<p>This system is too butt-ass-naked to be useful, even just as a hypervisor, so more fuck&#8217;n around.<\/p>\n\n\n\n<p>more packages to install:<br>sudo <\/p>\n\n\n\n<p>create user<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>useradd -m frank\npasswd frank\n<\/code><\/pre>\n\n\n\n<p><em>here I realize I don&#8217;t have a network connection<\/em><\/p>\n\n\n\n<p>en01 is now detected as eth0, for one, so edited \/etc\/systemd\/network\/20-wired.network to fix that.  <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># enable NetworkManager\nsystemctl enable NetworkManager\nsystemctl start NetworkManager\n\nnmcli<\/code><\/pre>\n\n\n\n<p>Sweet.  where was I?<\/p>\n\n\n\n<p>I&#8217;ve got network, so I need ssh, because Hyper-V sucks for running linux.  no copo pasto.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pacman -S openssh\nsystemctl enable sshd\n\npacman -S sudo<\/code><\/pre>\n\n\n\n<p>uncomment to allow users in wheel to sudo in \/etc\/sudoers<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"958\" height=\"167\" src=\"https:\/\/thecweb.com\/wp-content\/uploads\/2024\/12\/image-6.png\" alt=\"\" class=\"wp-image-1117\" srcset=\"https:\/\/thecweb.com\/wp-content\/uploads\/2024\/12\/image-6.png 958w, https:\/\/thecweb.com\/wp-content\/uploads\/2024\/12\/image-6-300x52.png 300w, https:\/\/thecweb.com\/wp-content\/uploads\/2024\/12\/image-6-768x134.png 768w\" sizes=\"auto, (max-width: 958px) 100vw, 958px\" \/><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code>usermod -G wheel frank<\/code><\/pre>\n\n\n\n<p>finally, I can ssh in and copy and paste.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>list of more packages to install:<\/p>\n\n\n\n<p>posix wget zip unzip gzip libvirt qemu-base<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This system is too butt-ass-naked to be useful, even just as a hypervisor, so more fuck&#8217;n around. more packages to install:sudo create user here I realize I don&#8217;t have a network connection en01 is now detected as eth0, for one, so edited \/etc\/systemd\/network\/20-wired.network to fix that. Sweet. where was I? I&#8217;ve got network, so I [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1117,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[44,14],"class_list":["post-1116","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-arch","tag-linux"],"_links":{"self":[{"href":"https:\/\/thecweb.com\/index.php\/wp-json\/wp\/v2\/posts\/1116","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thecweb.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thecweb.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thecweb.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thecweb.com\/index.php\/wp-json\/wp\/v2\/comments?post=1116"}],"version-history":[{"count":3,"href":"https:\/\/thecweb.com\/index.php\/wp-json\/wp\/v2\/posts\/1116\/revisions"}],"predecessor-version":[{"id":1121,"href":"https:\/\/thecweb.com\/index.php\/wp-json\/wp\/v2\/posts\/1116\/revisions\/1121"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/thecweb.com\/index.php\/wp-json\/wp\/v2\/media\/1117"}],"wp:attachment":[{"href":"https:\/\/thecweb.com\/index.php\/wp-json\/wp\/v2\/media?parent=1116"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thecweb.com\/index.php\/wp-json\/wp\/v2\/categories?post=1116"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thecweb.com\/index.php\/wp-json\/wp\/v2\/tags?post=1116"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}