2021-05-12から1日間の記事一覧

Blenderの自動セーブからクラッシュで消えてしまったデータを救出する

https://docs.blender.org/manual/en/latest/troubleshooting/recover.html blenderは既定だと2分ごとに一時フォルダに自動セーブをしているので、クラッシュしたときにそこまでのデータを救出できる。 https://docs.blender.org/manual/en/latest/editors/p…

bashが起動時に実行するファイル

https://www.itmedia.co.jp/enterprise/articles/0803/10/news012.html /etc/profile (ホームディレクトリ)/.bash_profileが実行される。 /etc/profile は /etc/profile.d ディレクトリ配下のすべてのファイルを呼び出して実行する。 ~/.bash_profile は、~/…

git-bashで最初に開くフォルダを指定する方法

https://mukai-lab.info/pages/tech/github/2016-02-17-git-bash/ git-bash.exeのショートカットを作って、作業フォルダを最初に開きたいフォルダに設定ればいい。