Xamppを正しくインストールした後、Kali Linuxのブラウザで開くことができません。

Xamppを正しくインストールした後、Kali Linuxのブラウザで開くことができません。

まず、端末にsudo /opt/lampp/lampp startなどのコマンドを入力します。

sudo /opt/lampp/lampp start
[sudo] password for tayef: 
Starting XAMPP for Linux 7.2.34-0...
XAMPP: Starting Apache...ok.
XAMPP: Starting MySQL...ok.
XAMPP: Starting ProFTPD...ok.

第二に、私はsudo /opt/lampp/manager-linux-x64.runに文字を送りました。

sudo /opt/lampp/manager-linux-x64.run

上記のxampp GUIを完了したら..下の画像リンクをクリックしてください。

ここに画像の説明を入力してください。

それから

ここに画像の説明を入力してください。

クリックしてアプリケーションのXamppホームパネルに移動すると、次のように表示されます。

Running Firefox as root in a regular user's session is not supported.  ($XAUTHORITY is /home/tayef/.Xauthority which is owned by tayef.)
[11635:11635:1106/191936.161137:ERROR:zygote_host_impl_linux.cc(90)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
Running Firefox as root in a regular user's session is not supported.  ($XAUTHORITY is /home/tayef/.Xauthority which is owned by tayef.)
/usr/bin/xdg-open: 869: iceweasel: not found
/usr/bin/xdg-open: 869: seamonkey: not found
/usr/bin/xdg-open: 869: mozilla: not found
/usr/bin/xdg-open: 869: epiphany: not found
/usr/bin/xdg-open: 869: konqueror: not found
/usr/bin/xdg-open: 869: chromium: not found
/usr/bin/xdg-open: 869: chromium-browser: not found
[11665:11665:1106/191936.206660:ERROR:zygote_host_impl_linux.cc(90)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
/usr/bin/xdg-open: 869: www-browser: not found
/usr/bin/xdg-open: 869: links2: not found
/usr/bin/xdg-open: 869: elinks: not found
/usr/bin/xdg-open: 869: links: not found
/usr/bin/xdg-open: 869: lynx: not found
/usr/bin/xdg-open: 869: w3m: not found
xdg-open: no method available for opening 'http://localhost:80'


 

ベストアンサー1

kali linuxで起動するには、次のコマンドを使用することをお勧めします。

ステップ1

端末を開き、次のコマンドを入力してください。

sudo /opt/lampp/manager-linux-x64.run

画面に表示されるGUIを使用すると、このようなコマンドを使用するのではなく、[すべて開始]を簡単に押して必要なすべてのサービスを開始できます。

sudo service mysql start

sudo /opt/lampp/lampp start

ステップ2

目的のブラウザを開き、次のテキストまたはURLを入力してください。

http://localhost:80/phpmyadmin/ 

上記の手順は、過去数日間のオープン問題に直面しているため、Kali-linuxユーザーに役立ちます。

Xampp Homeタブをクリックしてアプリケーションを起動すると、次のエラーが検出されました。

Running Firefox as root in a regular user's session is not supported.  ($XAUTHORITY is /home/tayef/.Xauthority which is owned by tayef.)
[24952:24952:1107/205040.567917:ERROR:zygote_host_impl_linux.cc(90)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
Running Firefox as root in a regular user's session is not supported.  ($XAUTHORITY is /home/tayef/.Xauthority which is owned by tayef.)

おすすめ記事