06-09-2022, 11:29 PM
Debugging Information:
Source 1:
- «There is an easy way to use or run the X application GUI over a remote SSH connection using Putty.»
https://manjaro.site/how-to-forward-x11-...ing-putty/
- It shows demonstrates video that illustrates how to run firefox with X forwarding.
- On the Windwos site, Xming and PuTTX is required.
- Xming will automatically detect and configure itself to work with Putty
- Go to SSH >> X11 tab in PuTTY. Enable X11 forwarding option and then type the following in the X display location:
localhost:0.0
- next go to Session and then type the IP address of the PinePhone
- Click Open and the ssh window will open
- THE SSH WINDOW OPENED WITH A PROMT, AND WHE WERE ABLE TO LOGIN TO THE PINEPHONE IN A TERMINAL WINDOW
- Thanks for reading this article and I hope you enjoy it, was the end of the article
- THIS WAS THE WHOLE INSTRUCTION of example one
- It shows how firefox can be started in a terminal window by typing in «firefox»
- WHEN WE TYPED IN «firefox»:
Error: no DISPLAY environment variable specified
- entering echo $DISPLAY
- WE RECEIVED AN EMPTY LINE
WE ARE NEW TO LINUX AND WORKING ON A BADLY CONFIGURED WINDOWS PC WITH BADY CONFIGURED KEYBOARD. EVEN GETTING THE DOLLAR SIGN INTO THE TERMINAL WINDOW WAS AN ADVENTURE, SINCE IT WAS NOWHERE ON THE KEYBOARD.
BEFORE FURTHER DEBUGGING, WHE NEED TO CHECK ALL THE AVAILABLE OPTIONS TO FIND OUT WHICH IS THE EASIEST ONE.
Source 1:
- «There is an easy way to use or run the X application GUI over a remote SSH connection using Putty.»
https://manjaro.site/how-to-forward-x11-...ing-putty/
- It shows demonstrates video that illustrates how to run firefox with X forwarding.
- On the Windwos site, Xming and PuTTX is required.
- Xming will automatically detect and configure itself to work with Putty
- Go to SSH >> X11 tab in PuTTY. Enable X11 forwarding option and then type the following in the X display location:
localhost:0.0
- next go to Session and then type the IP address of the PinePhone
- Click Open and the ssh window will open
- THE SSH WINDOW OPENED WITH A PROMT, AND WHE WERE ABLE TO LOGIN TO THE PINEPHONE IN A TERMINAL WINDOW
- Thanks for reading this article and I hope you enjoy it, was the end of the article
- THIS WAS THE WHOLE INSTRUCTION of example one
- It shows how firefox can be started in a terminal window by typing in «firefox»
- WHEN WE TYPED IN «firefox»:
Error: no DISPLAY environment variable specified
- entering echo $DISPLAY
- WE RECEIVED AN EMPTY LINE
WE ARE NEW TO LINUX AND WORKING ON A BADLY CONFIGURED WINDOWS PC WITH BADY CONFIGURED KEYBOARD. EVEN GETTING THE DOLLAR SIGN INTO THE TERMINAL WINDOW WAS AN ADVENTURE, SINCE IT WAS NOWHERE ON THE KEYBOARD.
BEFORE FURTHER DEBUGGING, WHE NEED TO CHECK ALL THE AVAILABLE OPTIONS TO FIND OUT WHICH IS THE EASIEST ONE.