2019-05-01から1ヶ月間の記事一覧
1. homebrewでnodebrewをinstall brew install nodebrew 2. ~/.bash_profileなど下記を記述し、pathを通す export PATH=$HOME/.nodebrew/current/bin:$PATH source ~/.bash_profile 3. nodeの特定のversionをインストール nodebrew install v10.15.3 nodebre…
Preferences -> Settings -> PluginからPlantUML IntegrationをInstall Install PlantUML graphvizをインストール brew install graphviz graphvizのpathをPlantUMLにセットする Set Graphvis path 拡張子をpumlにしてファイルを作成する。 PlantUML
Linuxのユーザー一覧を見る less /etc/passwd 特定のユーザーの権限だけを見たい場合 $ getent passwd webapp webapp:x:496:494::/home/webapp:/sbin/nologin $ getent passwd ec2-user ec2-user:x:501:501:EC2 Default User:/home/ec2-user:/bin/bash ログ…