ここのところLinuxネタが続いているが、今回はAndroid搭載のスマホやタブレットでLinuxを動かし、確認としてWordpressを起動するところまでをご紹介したい。OpenSSHサーバーを使ってほかのマシンからssh接続すると、まさかサーバーがスマホとは思わないだろう (笑)。
ちなみに、知人との共有メモですので参考にしないでね笑 どうもこんにちは。Amazon Linuxの迷宮に迷い込んだインフラエンジニア、またはただの被害者です。 今回は、Amazon Linux 2023(RHEL9ベース)にPHP 8.2を入れようとして壮絶に爆死した末路、「最初に 〇〇 ...
More and more companies are switching their web applications from the cloud to on-premises, giving hyperscalers such as Amazon Webservices (AWS) or Microsoft Azure the cold shoulder. This is the ...
Example PHP-FPM 8.4 & Nginx 1.26 container image for Docker, built on Alpine Linux. The goal of this container image is to provide an example for running Nginx and PHP-FPM in a container which follows ...
Just a little refresh on the popular PHP reverse shell script pentestmonkey/php-reverse-shell. Credits to the original author! Works on Linux OS and macOS with /bin ...
LinuxのCentOS8で、php.iniを変更後、以下のコマンドでApacheを再起動したのですが、 なぜかphp.iniの変更が反映されませんでした。 以下のコマンドを実行したら、無事にphp.iniの変更が反映されました。 $ systemctl restart php-fpm.service php-fpmがインストールされてたら ...
First, open your terminal app using the Ctrl+Alt+t or Ctl+Shift+t keyboard shortcut and run the below command to install PHP and common PHP packages. Finally, you can verify the ImageMagick extension ...
Almost every tutorial on how to install the LAMP stack (Linux, Apache, MySQL, PHP) will recommend that you use the built-in Apache module for processing PHP scripts. For example, in Ubuntu you would ...