author-pic

Tomohiro Nagasaka

9 posts tagged with "webapp"

Mobile/Web

Posted on January, 2021

Website, Blogwordpress hugo gatsbyWeb appcakephp django flask ASP.Net + Entity FrameworkServerapache nginx Git server VPN server License serverNetworkSocket Programming (C#, python, C++)

Read full post

Syncthing

Posted on May, 2020

インストールnano ~/.config/syncthing/config.xmlリモート

Read full post

ホスティングサービス

Posted on April, 2020

日本国内ではXサーバーが有名ですが、海外にも格安サーバーはたくさんあります。おすすめは下の二つ。HostwindsVultr時間単位で料金が発生。一番安いプランは月々500円。使わないときはサーバーの内容を凍結しておけば料金が発生しません。お財布に優しい。月々500円でLinux…

Read full post

Gitサーバー

Posted on April, 2020

GitNginx/etc/nginx/sites-available/default を編集する。location ~ /git(/.*) で /var/www/html/git以下にマッチさせる。設定ファイルの正当性チェック、再起動ユーザー追加ここではユーザー Tomoを追加します。 コマンドを入力するとパスワードの設定を求められます。レポジトリ作成ここではblog…

Read full post

Hugo

Posted on April, 2020

https://github.com/gohugoio/hugoGoHugo注意:SCSSを使うには”Extended”版が必要GitHook/var/www/html/git/blog.git/hooks/post-receive を作成bash /var/www/html/git/blog.git/hooks/post-receive で動作確認Hugo Nginx/etc/nginx…

Read full post

VPNサーバー

Posted on April, 2020

Algohttps://github.com/trailofbits/algo

Read full post

Django

Posted on April, 2020

インストールWindowsUbuntuUbuntuの場合はコマンド中の pip > pip3 と置き換えます。プロジェクト作成データベース初期化プロジェクト作成後、データベースを初期化します。 また、コードのデータベース関連部分を変更した際は。時々プロジェクト名を追加する必要となる場合があるようです。テスト、デプロイ起動ローカルからアクセスする場合。IP…

Read full post