{"id":765,"date":"2023-04-25T22:40:46","date_gmt":"2023-04-26T01:40:46","guid":{"rendered":"https:\/\/freeshell.de\/~felipe\/blog\/?p=765"},"modified":"2024-06-21T05:55:54","modified_gmt":"2024-06-21T08:55:54","slug":"server-icon-on-the-mac","status":"publish","type":"post","link":"https:\/\/freeshell.de\/~felipe\/blog\/04\/2023\/general\/server-icon-on-the-mac\/","title":{"rendered":"Server Icon, on the Mac"},"content":{"rendered":"\n<p>In a previous post, I talked about the configuration of Samba, using a cool icon for the Mac. Just to make it very simple, here it is, all the configuration we need (For Arch or Debian, in Debian we just use apt get or in CentOS dnf -y, or in Arch &#8211; pacman, as it is explained here: <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>min protocol = SMB2\nvfs objects = catia fruit streams_xattr\nfruit:aapl = yes\nfruit:metadata = stream\nfruit:model = Macintosh\nfruit:posix_rename = yes \nfruit:veto_appledouble = no\nfruit:wipe_intentionally_left_blank_rfork = yes \nfruit:delete_empty_adfiles = yes\n<\/code><\/pre>\n\n\n\n<p>to really make it work first, we need to install the package avahi, put it to run as a service, and then start the demon. After that we restart Samba.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo pacman -S install avahi\nsystemctl enable --now avahi-daemon.service\nsystemctl start avahi-daemon<\/code><\/pre>\n\n\n\n<p>Let&#8217;s restart Samba:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl restart smb\nsudo systemctl restart nmb<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>In a previous post, I talked about the configuration of Samba, using a cool icon for the Mac. Just to make it very simple, here it is, all the configuration we need (For Arch or Debian, in Debian we just use apt get or in CentOS dnf -y, or in Arch &#8211; pacman, as it [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,70,76],"tags":[73,67,75,69],"class_list":["post-765","post","type-post","status-publish","format-standard","hentry","category-general","category-linux","category-mac","tag-debian","tag-linux","tag-mac","tag-pacman"],"_links":{"self":[{"href":"https:\/\/freeshell.de\/~felipe\/blog\/wp-json\/wp\/v2\/posts\/765","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/freeshell.de\/~felipe\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/freeshell.de\/~felipe\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/freeshell.de\/~felipe\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/freeshell.de\/~felipe\/blog\/wp-json\/wp\/v2\/comments?post=765"}],"version-history":[{"count":3,"href":"https:\/\/freeshell.de\/~felipe\/blog\/wp-json\/wp\/v2\/posts\/765\/revisions"}],"predecessor-version":[{"id":889,"href":"https:\/\/freeshell.de\/~felipe\/blog\/wp-json\/wp\/v2\/posts\/765\/revisions\/889"}],"wp:attachment":[{"href":"https:\/\/freeshell.de\/~felipe\/blog\/wp-json\/wp\/v2\/media?parent=765"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/freeshell.de\/~felipe\/blog\/wp-json\/wp\/v2\/categories?post=765"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/freeshell.de\/~felipe\/blog\/wp-json\/wp\/v2\/tags?post=765"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}