現在のApacheはバージョン2.xです。まず、Raspberry PIのターミナルで以下のコマンドを入力します。 sudo apt update 次に以下のコマンドを入力します。 sudo apt install apache2 -y 無事にインストールされたら、もうWebサーバーは稼働しています。という事でWebブラウザ ...
Spread the love“`html Connecting to a Raspberry Pi via SSH (Secure Shell) is a crucial skill for anyone looking to dive into the world of this versatile mini-computer. Whether you’re setting up a home ...
今回はRaspberry PIのカメラコマンドを使ってみます。Raspberry PIのカメラコマンドはRaspberry PI 3の頃と現在では大きく変更されています。 ここでは新しいカメラコマンドを使ってみましょう。なお、今回はVNC経由ではなくsshでRaspberry PIにログインして ...
Spread the love“`html Setting up your Raspberry Pi is an exciting project that can open up countless opportunities in programming, electronics, and even home automation. One of the first and crucial ...
米Microsoftは3月31日(現地時間)、コードエディター「Visual Studio Code」の2021年3月アップデート(v1.55)を正式リリースした。本バージョンでは、「Raspberry Pi OS」(旧称:Raspbian)での動作が正式でサポート。32bit版・64bit版ともに“apt install”コマンドで簡単に ...
Old hardware deserves better than a drawer.
まず、接続したUSBカメラがRaspberry PIで認識されているか確認します。以下のコマンドを入力します。USBカメラが接続され認識されていればカメラに関する情報(メーカー名やカメラ名など)が表示されます。 lsusb 次に以下のコマンドを入力します。 v4l2-ctl ...