abclinuxu.cz AbcLinuxu.cz itbiz.cz ITBiz.cz HDmag.cz HDmag.cz abcprace.cz AbcPráce.cz
AbcLinuxu hledá autory!
Inzerujte na AbcPráce.cz od 950 Kč
Rozšířené hledání
×
    včera 19:44 | IT novinky

    Microsoft představil Azure Linux 4.0 a Azure Container Linux. Na konferenci Open Source Summit North America 2026 organizované konsorciem Linux Foundation a sponzorované také Microsoftem. Azure Linux 4.0 vychází z Fedora Linuxu. Azure Container Linux je založen na projektu Flatcar. Azure Linux (GitHub, Wikipedie) byl původně znám jako CBL-Mariner.

    Ladislav Hagara | Komentářů: 0
    včera 12:22 | Zajímavý článek

    Nové číslo časopisu Raspberry Pi zdarma ke čtení: Raspberry Pi Official Magazine 165 (pdf).

    Ladislav Hagara | Komentářů: 0
    včera 10:55 | Nová verze

    Byla vydána verze 9.2 open source virtualizační platformy Proxmox VE (Proxmox Virtual Environment, Wikipedie) založené na Debianu. Přehled novinek v poznámkách k vydání a informačním videu.

    Ladislav Hagara | Komentářů: 4
    včera 09:33 | IT novinky

    Firefox 151 podporuje Web Serial API. Pro komunikaci s různými mikrokontroléry připojenými přes USB nebo sériové porty už není nutné spouštět Chrome nebo na Chromiu postavené webové prohlížeče.

    Ladislav Hagara | Komentářů: 3
    včera 04:44 | Nová verze

    Byla vydána nová stabilní verze 8.0 webového prohlížeče Vivaldi (Wikipedie). Postavena je na Chromiu 148. Přehled novinek i s náhledy v příspěvku na blogu.

    Ladislav Hagara | Komentářů: 0
    21.5. 21:33 | Bezpečnostní upozornění

    Ve FreeBSD byla nalezena a opravena zranitelnost FatGid aneb CVE-2026-45250. Jedná se o lokální eskalaci práv. Neprivilegovaný uživatel se může stát rootem.

    Ladislav Hagara | Komentářů: 0
    21.5. 14:33 | IT novinky

    Společnost Flipper Devices oznámila Flipper One. Zcela nový Flipper postavený od nuly. Jedná se o open-source linuxovou platformu založenou na čipu Rockchip RK3576. Hledají se dobrovolníci pro pomoc s dokončením vývoje (ovladače, testování, tvorba modulů).

    Ladislav Hagara | Komentářů: 2
    21.5. 14:00 | Nová verze

    Vývojáři Wine oznámili vydání verze 2.0 knihovny vkd3d pro překlad volání Direct3D na Vulkan. Přehled novinek na GitLabu.

    Ladislav Hagara | Komentářů: 0
    21.5. 11:33 | Nová verze

    Společnost Red Hat oznámila vydání Red Hat Enterprise Linuxu (RHEL) 10.2 a 9.8. Vedle nových vlastností a oprav chyb přináší také aktualizaci ovladačů a předběžné ukázky budoucích technologií. Vypíchnout lze CLI AI asistenta goose. Podrobnosti v poznámkách k vydání (10.2 a 9.8).

    Ladislav Hagara | Komentářů: 0
    21.5. 05:11 | Nová verze

    Organizace Apache Software Foundation (ASF) vydala verzi 30 integrovaného vývojového prostředí a vývojové platformy napsané v Javě NetBeans (Wikipedie). Přehled novinek na GitHubu. Instalovat lze také ze Snapcraftu a Flathubu.

    Ladislav Hagara | Komentářů: 0
    Které desktopové prostředí na Linuxu používáte?
     (12%)
     (8%)
     (2%)
     (14%)
     (31%)
     (4%)
     (6%)
     (3%)
     (16%)
     (26%)
    Celkem 1685 hlasů
     Komentářů: 30, poslední 3.4. 20:20
    Rozcestník

    ATOL: Remote access

    22.5.2008 16:45 | Přečteno: 1126× | Linux | poslední úprava: 22.5.2008 16:45

    Author: Zbyněk Ondrák (AToL - PV208, FI.MUNI)

    Having looked at the tools of remote access from a visual angle, we can divide it into the textual and graphical interface and only graphical interface type. In the first mentioned, we have terminal services, file system or particular files access, messaging and other web protocols, time synchronization, audio transmission, database manipulation or wireless types of connection such as wi-fi, bluetooth or infraport. The latter includes more sophisticated tools such as a window manager of multi-user systems and desktop sharing which is useable for real-time collaboration of group of users.

    Terminal Services on Thin Client and Protocols

    Non-secure tools, which does not contain an encryption of transmitted data, are telnet, rlogin which follows rhosts authorization mechanism, rsh, which does the same as rlogin but can be used with a command, or screen and the protocols are for example http, nntp (news), pop3, irc, ntp or rtp. We have rcp, ftp, nfs, svn (replacement of svn) or LDAP as file transfer or file system connection. Although the non-secure utilities are sufficient in many cases, recommended are secure tools using an encryption such as ssh, VPN or among protocols it is https, pop3s or nntps. For the purpose of file transfer or file system connection, there exist scp, sftp or sfs.

    Remote usage of the X Window System

    The X Window System transmits remotely started applications to the local X server and displays them on specified display. It is easy to use ssh -X command (can be set manually via DISPLAY environment variable) to connect to the X server and use X forwarding in GNU/Linux systems or putty in Windows OS from Microsoft. Configuring the system can be done by editing xhost, which allows hosts to connect to the X server, or xauth, which allows users to connect with the knowledge of some secret (~/.Xauthority).

    Another way of using the X Window System is XDMCP (X Display Manager Control Protocol) for a trusted network (possible with VPN). The Xming, which acts as an X server, can be used in Windows. The XDMCP starts remote window manager after login. The usage of it is by X [local display] -query [host] and then we can start X applications in it by [app] -display [specified display]. It can be required to use in windowed mode with Xnest.

    Remote Frame Buffer protocol (RFB)

    It is a relatively simple protocol applicable to X Window System, Windows and Mac OS X and is used specially by Virtual Network Computing (VNC) which uses a VNC viewer (vncviewer) to connect to a VNC server (vncserver ). The startup script is ~/.vnc/xstartup which can be edited to change for example a window manager. We can use krfb for desktop sharing as a server and krdc as a client in KDE. The Mac OS X uses Apple Remote Desktop.

    Remote Desktop Protocol (RDP)

    This is a proprietary protocol used especially in Windows system and provides almost all required features such as 128-bit encryption with RC4, redirection of audio, local file system, printers, ports and others. We can use Terminal Services in Windows which consist of Terminal Server and a client named Terminal Services Client or Remote Desktop Connection. There is just one session per PC allowed. If we want to use desktop sharing, there exist Windows Desktop Sharing which shares the entire desktop, a specific region or a particular application potentionally to multiple clients. This protocol can be used by rdesktop, which is a Unix client utility, if we want to use it in Unix based system. It has a GUI frontend named tsclient. Another tool based on rdesktop is xrdp.

    References

           

    Hodnocení: 50 %

            špatnédobré        

    Anketa

    How do you rate this article?
     (0 %)
     (80 %)
     (20 %)
    Celkem 10 hlasů

    Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

    Komentáře

    Vložit další komentář

    ISSN 1214-1267   www.czech-server.cz
    © 1999-2015 Nitemedia s. r. o. Všechna práva vyhrazena.