{"id":506,"date":"2021-05-01T08:58:42","date_gmt":"2021-05-01T06:58:42","guid":{"rendered":"http:\/\/marschner.goip.de\/?p=506"},"modified":"2023-02-06T11:46:01","modified_gmt":"2023-02-06T10:46:01","slug":"cockpit-auf-linux-installieren","status":"publish","type":"post","link":"https:\/\/marschner.goip.de\/index.php\/2021\/05\/01\/cockpit-auf-linux-installieren\/","title":{"rendered":"Cockpit auf Linux Installieren"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Installation unter Ubuntu 20.10<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt update\nsudo apt install cockpit\nsudo systemctl enable cockpit.socket<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Installation unter Ubuntu 22.40<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt update\nsudo apt -y install cockpit\nsudo systemctl enable cockpit.socket\nsudo nano \/etc\/netplan\/00-installer-config.yaml<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>network:\n  version: 2\n  renderer: NetworkManager\n  ethernets:\n    eth0:\n      addresses:\n       - 192.168.178.???\/24\n      gateway4: 192.168.178.1\n      nameservers:\n       addresses: &#91;192.168.178.1]<\/code><\/pre>\n\n\n\n<p>Speichern mit STRG + X <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>netplan try<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Erweiterung f\u00fcr Virtuale Maschinen installieren<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install cockpit-machines<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Erweiterung f\u00fcr Samba installieren<\/h2>\n\n\n\n<p><a href=\"https:\/\/github.com\/45Drives\/cockpit-samba-manager\">https:\/\/github.com\/45Drives\/cockpit-samba-manager<\/a><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo wget https:\/\/github.com\/45Drives\/cockpit-samba-manager\/releases\/download\/v1.0.6\/cockpit-samba-manager_1.0.6-1focal_all.deb\n\nsudo apt install .\/cockpit-samba-manager_1.0.6-1focal_all.deb<\/code><\/pre>\n\n\n\n<p>Bearbeiten der  smb.conf<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo nano \/etc\/samba\/smb.conf\n\n&#91;global]\r\ninclude = registry<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Installation unter Ubuntu 20.10 Installation unter Ubuntu 22.40 Speichern mit STRG + X Erweiterung f\u00fcr Virtuale Maschinen installieren Erweiterung f\u00fcr Samba installieren https:\/\/github.com\/45Drives\/cockpit-samba-manager Bearbeiten der smb.conf<\/p>\n","protected":false},"author":1,"featured_media":508,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[24,25],"tags":[26,27],"class_list":["post-506","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","category-server","tag-cockpit","tag-webinterface"],"_links":{"self":[{"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/posts\/506","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/comments?post=506"}],"version-history":[{"count":9,"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/posts\/506\/revisions"}],"predecessor-version":[{"id":870,"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/posts\/506\/revisions\/870"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/media\/508"}],"wp:attachment":[{"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/media?parent=506"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/categories?post=506"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/tags?post=506"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}