2019-08-31から1日間の記事一覧

HTMLタグのコメント文 <!-- これはコメントだよ -->

ソースにコメントをつける ■ HTMLタグ ソースにコメントをつける

Pythonのエコシステムやばくね?

ノンブロッキング Pythonにおける非同期処理: asyncio逆引きリファレンス - Qiita (ready, _, _) = select.select([sys.stdin], , , timeout) timeout付きinputを作った - Qiita print('好きに入力してね!') a = input() print(a) Pythonでキーボードから入…

CAS-4B, gr-satellite

gr-satelliteをインストールしてLilacsat-2を取ってみる gr-satellite: JH4XSYの徒然 AO-73 FUNcube-1 - Wikipedia

GQRXのフォーマットは32bit floatのペア(GNU Radioのcomplex)

cf32, pairs of 32-bit floats representing I and Q. GnuRadio’s filesource can read these directly. Thanks for the quick reply. I tried to use sox to convert the files intoWAV files to read into other software and it worked fine:sox -t raw -…

scpで秘密鍵を使ってコピーするぜ

$ scp -i /Users/.ssh/secretkey.pem /Users/Documents/a.txt ec2-user@ec1-11-111-111-1111.jp-south-1.compute.amazonaws.com SCPを使ってローカルからAWS EC2サーバーへファイルをアップロードするメモ - Qiita

おれはubuntu 18.04にsshで入りたいんだが?

$sudo aptitude install ssh$sudo vi /etc/ssh/sshd_config- /etc/ssh/ssh_config PermitRootLogin no #PermitRootLogin prohibit-password たった3行のコマンドでUbuntu 18.04にsshをインストールし接続・ログインできるようにする方法 | カレリエ raspberr…

【起動停止ができれば】nginxとdjangoにはまる【なんとかなるぜ】

Allowed_Host Error! python - Django Allowed_Hosts Error. - Stack Overflow 502 Bad Gateway Python - 【Django】Nginx-Gunicorn間の502 Bad Gatewayについて|teratail 起動停止ができればなんとかなるぜ 起動 manage.py ファイルがあるのと同じディレ…

git checkout .とgit pullは覚えたぜ

git clone でfatal: Authentication failedになる Gitで「fatal: Authentication failed for ‘https://example.com/git_repositories/example.git/’」のエラーが出た場合の対処方法の一つ | エス技研 cloneしたリポジトリの.git/configを編集する githubを二…