SyntaxHighlighter

2013-08-22

Start / Stop / Restart Apache HTTP Service in MAC

START:
sudo apachectl start
STOP:
sudo apachectl stop
RESTART(unload service and load the service again):
sudo apachectl restart
RESTART but not disconnect all the linked connection(reload the config file)
sudo apachectl graceful

In fact, it calls the /usr/sbin/httpd, so you should set option -k before start|stop|restart|graceful|graceful-stop

for more information, try man apachectl or apachectl -h

2013-08-10

Draftsightで線の太さをグラフィック領域で表示させることに

ノート程度:

線の太さを画面に反映させる
Win:ツール>オプション でオプションウィンドを開き
作図スタイル>アクティブな作図スタイル>線のフォント で
[グラフィック領域で太さを表示]にチェックを入れる。

Mac:
System Menu  設定 / 形式→寸法スタイル でオプションウィンドを開き
その他はWinと同じ

人気の投稿