Hozzászólások
-
SzerzőBejegyzés
-
uhlaci wrote:Gratulálok (a gyerekekhez is:) )!
Pár órája fenn van a fiam laptopján, gyönyörű.
Köszönjük szépen a munkád. Ősztől talán sikerül elérni, hogy a sulimban az xp mellé más is felkerüljön. Ha igen, akkor a bP lesz a választás.🙂 Jó ilyeneket olvasni! Köszönöm én is:)
Joco8192 wrote:Köszi szépen, az áramkör tervező miatt valószinű tovább marad a gépen mint az átlag tesztelés. 🙂🙂 A repóba bármi lehet, rajtatok múlik mi legyen…
Ui: van valami qucs is, talán ez a neve, most ugrott be… bár az teszter asszemHa tetszik segítsetek a népszerűsítésében : http://www.linuxforum.hu/index.php?topic=31280.msg298576
medveapu wrote:Ma találtam az LF-en.
Mit is kell népszerűsíteni?„ezen a linken található html fájlt és egyszerűen illesszed be egy levélbe”
A levelező klienseden menü>beszúrás menüpontban van egy olyan, hogy HTML beszúrása. Csatolva nem jó. Ha a kliensed nem támogatja akkor nem tudod így elküldeni…:(
2009-06-30-06:23 Hozzászólás: Segíts a népszerűsítésben és add tovább, hogy mások is segíthessenek! #2190161Hmm.. a portál újra elé szúrja szerkesztés után a http-t… most javítottam, de te egyébként is a listán vagy:))
2009-06-30-06:23 Hozzászólás: Segíts a népszerűsítésben és add tovább, hogy mások is segíthessenek! #2190162Hmm.. a portál újra elé szúrja szerkesztés után a http-t… most javítottam, de te egyébként is a listán vagy:))
script wrote:Probaltad a teamviewer -t. Nem eppen egy ssh, de mukodik.
http://www.teamviewer.com/index.aspxBar kellhozza wine.
Windows aztán tényleg nem kell ehhez. Ne má’!
script wrote:Probaltad a teamviewer -t. Nem eppen egy ssh, de mukodik.
http://www.teamviewer.com/index.aspxBar kellhozza wine.
Windows aztán tényleg nem kell ehhez. Ne má’!
uzsolt wrote:Ezt idáig értem (úgy gondolom), de nem engedélyezett az X11forwarding, amely eddigi olvasmányaim alapján szükséges ehhez.Ehhez nem is kell ssh x11forwarding, most próbáltam ki itten a helyi hálómon, miért ne működne nagyban is? Jó, alapból nem megy mert ki kell venni a gépeden az /etc/X11/xinit/xserverrc * fájlból a „nolisten tcp” kapcsolót az „X” mögül. Utána újraindítod az grafikus felületed, xhost +, ssh a távoli gépre, export DISPLAY=”WANIPcímed:0.0″, majd mondjuk xterm és láss „csodát”! 🙂
*lehet hogy nem ott van az xserverrc fájl hanem mondjuk a saját könyvtáradban van saját, de a lényeg hogy az X a nolisten tcp nélkül fusson
uzsolt wrote:Ezt idáig értem (úgy gondolom), de nem engedélyezett az X11forwarding, amely eddigi olvasmányaim alapján szükséges ehhez.Ehhez nem is kell ssh x11forwarding, most próbáltam ki itten a helyi hálómon, miért ne működne nagyban is? Jó, alapból nem megy mert ki kell venni a gépeden az /etc/X11/xinit/xserverrc * fájlból a „nolisten tcp” kapcsolót az „X” mögül. Utána újraindítod az grafikus felületed, xhost +, ssh a távoli gépre, export DISPLAY=”WANIPcímed:0.0″, majd mondjuk xterm és láss „csodát”! 🙂
*lehet hogy nem ott van az xserverrc fájl hanem mondjuk a saját könyvtáradban van saját, de a lényeg hogy az X a nolisten tcp nélkül fusson
Telnet and XIf you would want to use telnet to display graphical applications running on a remote machine, you first need to give the remote machine access to your display (to your X server!) using the xhost command, by typing a command similar to the one below in a terminal window on your local machine:
davy:~> xhost +remote.machine.com
After that, connect to the remote host and tell it to display graphics on the local machine by setting the environment variable DISPLAY:
[davy@remote ~] export DISPLAY=”local.host.com:0.0″
After completing this step, any application started in this terminal window will be displayed on your local desktop, using remote resources for computing, but your local graphical resources (your X server) for displaying the application.
This procedure assumes that you have some sort of X server (XFree86, X.org, Exceed, Cygwin) already set up on the machine where you want to display images. The architecture and operating system of the client machine are not important as long as they allow you to run an X server on it.
Mind that displaying a terminal window from the remote machine is also considered to be a display of an image.
Ez lett volna az én verzióm, a telnet helyett természetesen ssh. Ha a routerod nem tudod beállítani azt javaslom hogy a művelet erejéig iktasd ki.
Telnet and XIf you would want to use telnet to display graphical applications running on a remote machine, you first need to give the remote machine access to your display (to your X server!) using the xhost command, by typing a command similar to the one below in a terminal window on your local machine:
davy:~> xhost +remote.machine.com
After that, connect to the remote host and tell it to display graphics on the local machine by setting the environment variable DISPLAY:
[davy@remote ~] export DISPLAY=”local.host.com:0.0″
After completing this step, any application started in this terminal window will be displayed on your local desktop, using remote resources for computing, but your local graphical resources (your X server) for displaying the application.
This procedure assumes that you have some sort of X server (XFree86, X.org, Exceed, Cygwin) already set up on the machine where you want to display images. The architecture and operating system of the client machine are not important as long as they allow you to run an X server on it.
Mind that displaying a terminal window from the remote machine is also considered to be a display of an image.
Ez lett volna az én verzióm, a telnet helyett természetesen ssh. Ha a routerod nem tudod beállítani azt javaslom hogy a művelet erejéig iktasd ki.
-
SzerzőBejegyzés