2013-09-04

ポチったMac miniに引っ越し

どんだけ放置してんねんという感じだが、ようやっと移行した。

Mac mini Late 2012

メモリが16GB!

この Mac について

色々忘れているのでメモ。

旧マシンからは自分のデータのみ引っ越した。デカいデータを外付けに逃がしているこんな状態でも、symlink先をどうこうされることもなく引っ越しはできた。まぁ、外部ディスクは外していたので、アクセスされるはずもなかったのだが。

$ ls -l
total 24
drwx------  23 noroi  noroi   782 Sep  4 02:40 Desktop
drwx------  21 noroi  noroi   714 Jun 27 03:54 Documents
drwx------   4 noroi  noroi   136 Aug 21 21:35 Downloads
drwx------@ 68 noroi  noroi  2312 Sep  1 23:59 Library
drwx------   5 noroi  noroi   170 Aug  5  2012 Mail
lrwxr-xr-x   1 noroi  noroi    20 Jul  1  2012 Movies -> /Volumes/Data/Movies
lrwxr-xr-x   1 noroi  noroi    19 Jun 24  2012 Music -> /Volumes/Data/Music
drwx------   7 noroi  noroi   238 Jul  3  2008 News
lrwxr-xr-x   1 noroi  noroi    22 Jun 24  2012 Pictures -> /Volumes/Data/Pictures
drwxr-xr-x   5 noroi  noroi   170 Sep 25  2005 Public
drwxr-xr-x   6 noroi  noroi   204 Aug 16  2005 Sites
$ 

Mail, Newsは移動したいなぁ。Gnusなんとかしよう。

sudo

$ id
uid=502(noroi) gid=502(noroi) groups=502(noroi),0(wheel),12(everyone),61(localaccounts)
$ 

wheelが引き継がれれてたのは意外だった。Enabling and using the "root" user in Mac OS Xなど参考に、一時的にrootを有効にして/etc/sudersを編集。wheelを有効に。

$ su -
Password:
sae:~ root# pwd
/var/root
sae:~ root# vi /etc/sudoers 
sae:~ root# 
sae:~ root# grep wheel /etc/sudoers
# Uncomment to allow people in group wheel to run all commands
%wheel ALL=(ALL) ALL
# %wheel       ALL=(ALL) NOPASSWD: ALL
sae:~ root# logout
$ sudo id
Password:
uid=0(root) gid=0(wheel) groups=0(wheel),401(com.apple.access_screensharing),1(daemon),2(kmem),3(sys),4(tty),5(operator),8(procview),9(procmod),12(everyone),20(staff),29(certusers),33(_appstore),61(localaccounts),80(admin),98(_lpadmin),100(_lpoperator),204(_developer)
$ 

wheelに参加できてないなら、dsclをゴニョゴニョする。

sshd

システム環境設定 > 共有 > リモートログイン を 入 に。

CA証明書

Keychainesに取り込み

0 件のコメント:

コメントを投稿