{"id":931,"date":"2007-11-01T20:53:13","date_gmt":"2007-11-01T20:53:13","guid":{"rendered":"http:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm"},"modified":"2007-11-01T20:56:01","modified_gmt":"2007-11-01T20:56:01","slug":"connecting-to-a-linux-server-using-vnc","status":"publish","type":"post","link":"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm","title":{"rendered":"Connecting to a Linux server using VNC"},"content":{"rendered":"<p>Many of my computers are not in my office\/den but are providing server functions for which the need to access them directly is rare.  When I do need access to the Windows machines, I can connect to them using a variety of RDP clients; for my Red Hat Enterprise Linux (RHEL) 5 box it&#8217;s a similar situation but this time using SSH (for command line access) or VNC (for a GUI).<\/p>\n<p>Although RHEL includes a VNC server and I&#8217;d opened up TCP port 5900 in the firewall configuration (using <code>system-config-securitylevel<\/code>), for some reason I was still having problems creating a VNC connection and it turns out that there were two main reasons for this.<\/p>\n<ol>\n<li>Each VNC display will use a new port number, so display 0 is on 5900, display 1 on 5901, etc.  I was trying to connect on port 5900 but it&#8217;s not as simple as opening the port &#8211; I needed to start a session with <code>vncserver<\/code> (supplying a password if required &#8211; the <code>vncpasswd<\/code> command can also be used for this), then note the port number (open the appropriate firewall ports) and connect from my chosen VNC client.<\/li>\n<li>For connection to an existing logged on console session on the server running a graphical environment (display 0), it&#8217;s necessary to enable this in the Remote Desktop preferences:<\/li>\n<\/ol>\n<p><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/images\/remote-desktop-preferences.png?w=700&#038;ssl=1\" alt=\"Remote Desktop Preferences\"\/>Once I&#8217;d got around this, it was fairly straightforward to connect to display 1 on port 5901 but the default display was using the rather dated <a href=\"http:\/\/www.x.org\/archive\/X11R6.8.2\/doc\/twm.1.html\">Tab Window Manager<\/a>(TWM) GUI (although starting <a href=\"http:\/\/www.gnome.org\/\">GNOME<\/a> applications like <code>gedit<\/code> applied the GNOME look and feel to that application&#8217;s window. By <a href=\"http:\/\/www.skullbox.net\/vncserver.php\">editing the \/root\/.vnc\/xstartup file<\/a> I could comment out the <code>twm &<\/code> line and replace it with <code>startx &<\/code>; however, because there was already an instance of X running on the server (for display 0), I found that <a href=\"http:\/\/centos.org\/modules\/newbb\/viewtopic.php?topic_id=8464\">the <code>startx &<\/code> command failed and I needed to use <code>gnome-session &<\/code> in its place<\/a>.  I also commented out the line starting with <code>xterm<\/code> and included <code>gnome-terminal &<\/code> at the end of the script so my xstartup file now reads:<\/p>\n<p><code>#!\/bin\/sh<\/code><\/p>\n<p><code># Uncomment the following two lines for normal desktop:<br \/>\n# unset SESSION_MANAGER<br \/>\n# exec \/etc\/X11\/xinit\/xinitrc<\/code><\/p>\n<p><code>[ -x \/etc\/vnc\/xstartup ] && exec \/etc\/vnc\/xstartup<br \/>\n[ -r $HOME\/.Xresources ] && xrdb $HOME\/.Xresources<br \/>\nxsetroot -solid grey<br \/>\nvncconfig -iconic &<br \/>\n# xterm -geometry 80x24+10+10 -ls -title \"$VNCDESKTOP Desktop\" &<br \/>\n# twm &<br \/>\ngnome-session &<br \/>\ngnome-terminal &<\/code><\/p>\n<p>Just for completeness, here are a few more notes that might be useful:<\/p>\n<ul>\n<li>Use <code>chkconfig --list<\/code> to check whether the VNC server service is started by default (if necessary, use <code>chkconfig --levels 5 vncserver<\/code> to make it start in run level 5 in future).<\/li>\n<li>If not already running, then start the service with <code>service vncserver start<\/code>.<\/li>\n<li>Kill VNC desktops with <code>vncserver -kill :<em>displaynumber<\/em><\/code>.<\/li>\n<li><a href=\"https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/secure-remote-administration-of-a-linux-computer-from-within-windows.htm\">VNC sessions may be tunnelled through SSH for a secure connection<\/a>.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Many of my computers are not in my office\/den but are providing server functions for which the need to access them directly is rare. When I do need access to the Windows machines, I can connect to them using a variety of RDP clients; for my Red Hat Enterprise Linux (RHEL) 5 box it&#8217;s a &hellip; <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Connecting to a Linux server using VNC<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[],"tags":[3,53],"class_list":["post-931","post","type-post","status-publish","format-standard","hentry","tag-linux","tag-remote-access"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Connecting to a Linux server using VNC - markwilson.it<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Connecting to a Linux server using VNC - markwilson.it\" \/>\n<meta property=\"og:description\" content=\"Many of my computers are not in my office\/den but are providing server functions for which the need to access them directly is rare. When I do need access to the Windows machines, I can connect to them using a variety of RDP clients; for my Red Hat Enterprise Linux (RHEL) 5 box it&#8217;s a &hellip; Continue reading Connecting to a Linux server using VNC\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm\" \/>\n<meta property=\"og:site_name\" content=\"markwilson.it\" \/>\n<meta property=\"article:published_time\" content=\"2007-11-01T20:53:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2007-11-01T20:56:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.markwilson.co.uk\/blog\/images\/remote-desktop-preferences.png\" \/>\n<meta name=\"author\" content=\"Mark Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:site\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mark Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/11\\\/connecting-to-a-linux-server-using-vnc.htm#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/11\\\/connecting-to-a-linux-server-using-vnc.htm\"},\"author\":{\"name\":\"Mark Wilson\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"headline\":\"Connecting to a Linux server using VNC\",\"datePublished\":\"2007-11-01T20:53:13+00:00\",\"dateModified\":\"2007-11-01T20:56:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/11\\\/connecting-to-a-linux-server-using-vnc.htm\"},\"wordCount\":396,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"image\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/11\\\/connecting-to-a-linux-server-using-vnc.htm#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/images\\\/remote-desktop-preferences.png\",\"keywords\":[\"Linux\",\"Remote access\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/11\\\/connecting-to-a-linux-server-using-vnc.htm#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/11\\\/connecting-to-a-linux-server-using-vnc.htm\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/11\\\/connecting-to-a-linux-server-using-vnc.htm\",\"name\":\"Connecting to a Linux server using VNC - markwilson.it\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/11\\\/connecting-to-a-linux-server-using-vnc.htm#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/11\\\/connecting-to-a-linux-server-using-vnc.htm#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/images\\\/remote-desktop-preferences.png\",\"datePublished\":\"2007-11-01T20:53:13+00:00\",\"dateModified\":\"2007-11-01T20:56:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/11\\\/connecting-to-a-linux-server-using-vnc.htm#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/11\\\/connecting-to-a-linux-server-using-vnc.htm\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/11\\\/connecting-to-a-linux-server-using-vnc.htm#primaryimage\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/images\\\/remote-desktop-preferences.png\",\"contentUrl\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/images\\\/remote-desktop-preferences.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/11\\\/connecting-to-a-linux-server-using-vnc.htm#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Connecting to a Linux server using VNC\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/\",\"name\":\"markwilson.it\",\"description\":\"get-info -class technology | write-output &gt; \\\/dev\\\/web\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\",\"name\":\"Mark Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"width\":800,\"height\":800,\"caption\":\"Mark Wilson\"},\"logo\":{\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\"},\"description\":\"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.\",\"sameAs\":[\"http:\\\/\\\/www.markwilson.co.uk\\\/\",\"https:\\\/\\\/www.instagram.com\\\/markwilsonuk\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/markawilson\\\/\",\"https:\\\/\\\/x.com\\\/markwilsonit\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCWHlZCoHRTocdvtrOJ2IL4A\"],\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/author\\\/mark-wilson\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Connecting to a Linux server using VNC - markwilson.it","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm","og_locale":"en_GB","og_type":"article","og_title":"Connecting to a Linux server using VNC - markwilson.it","og_description":"Many of my computers are not in my office\/den but are providing server functions for which the need to access them directly is rare. When I do need access to the Windows machines, I can connect to them using a variety of RDP clients; for my Red Hat Enterprise Linux (RHEL) 5 box it&#8217;s a &hellip; Continue reading Connecting to a Linux server using VNC","og_url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm","og_site_name":"markwilson.it","article_published_time":"2007-11-01T20:53:13+00:00","article_modified_time":"2007-11-01T20:56:01+00:00","og_image":[{"url":"https:\/\/www.markwilson.co.uk\/blog\/images\/remote-desktop-preferences.png","type":"","width":"","height":""}],"author":"Mark Wilson","twitter_card":"summary_large_image","twitter_creator":"@markwilsonit","twitter_site":"@markwilsonit","twitter_misc":{"Written by":"Mark Wilson","Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm#article","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm"},"author":{"name":"Mark Wilson","@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"headline":"Connecting to a Linux server using VNC","datePublished":"2007-11-01T20:53:13+00:00","dateModified":"2007-11-01T20:56:01+00:00","mainEntityOfPage":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm"},"wordCount":396,"commentCount":1,"publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"image":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm#primaryimage"},"thumbnailUrl":"https:\/\/www.markwilson.co.uk\/blog\/images\/remote-desktop-preferences.png","keywords":["Linux","Remote access"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm","url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm","name":"Connecting to a Linux server using VNC - markwilson.it","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm#primaryimage"},"image":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm#primaryimage"},"thumbnailUrl":"https:\/\/www.markwilson.co.uk\/blog\/images\/remote-desktop-preferences.png","datePublished":"2007-11-01T20:53:13+00:00","dateModified":"2007-11-01T20:56:01+00:00","breadcrumb":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm#primaryimage","url":"https:\/\/www.markwilson.co.uk\/blog\/images\/remote-desktop-preferences.png","contentUrl":"https:\/\/www.markwilson.co.uk\/blog\/images\/remote-desktop-preferences.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/11\/connecting-to-a-linux-server-using-vnc.htm#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.markwilson.co.uk\/blog"},{"@type":"ListItem","position":2,"name":"Connecting to a Linux server using VNC"}]},{"@type":"WebSite","@id":"https:\/\/www.markwilson.co.uk\/blog\/#website","url":"https:\/\/www.markwilson.co.uk\/blog\/","name":"markwilson.it","description":"get-info -class technology | write-output &gt; \/dev\/web","publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.markwilson.co.uk\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468","name":"Mark Wilson","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","url":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","width":800,"height":800,"caption":"Mark Wilson"},"logo":{"@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1"},"description":"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.","sameAs":["http:\/\/www.markwilson.co.uk\/","https:\/\/www.instagram.com\/markwilsonuk\/","https:\/\/www.linkedin.com\/in\/markawilson\/","https:\/\/x.com\/markwilsonit","https:\/\/www.youtube.com\/channel\/UCWHlZCoHRTocdvtrOJ2IL4A"],"url":"https:\/\/www.markwilson.co.uk\/blog\/author\/mark-wilson"}]}},"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":749,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/secure-remote-administration-of-a-mac-os-x-computer-from-within-windows.htm","url_meta":{"origin":931,"position":0},"title":"Secure, remote administration of a Mac OS X computer from within Windows","author":"Mark Wilson","date":"Thursday 22 March 2007","format":false,"excerpt":"In a recent post about multimedia file format conversions, ripping DVDs, playback and more, I linked to a number of Mark Pilgrim's \"How To\" articles; however there was one which wasn't relevant to that particular post - how to use your Mac from anywhere (although it is intended for remote\u2026","rel":"","context":"In \"Apple Mac OS X\"","block_context":{"text":"Apple Mac OS X","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/mac-os-x"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":751,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/secure-remote-administration-of-a-windows-computer.htm","url_meta":{"origin":931,"position":1},"title":"Secure, remote administration of a Windows computer","author":"Mark Wilson","date":"Saturday 24 March 2007","format":false,"excerpt":"I was going to call this post \"secure, remote administration of a Windows computer from within Windows\" but that sounds a bit odd, unless you realise that the last two posts have been \"secure, remote administration of a Linux computer from within Windows\" and \"secure, remote administration of a Mac\u2026","rel":"","context":"In \"Microsoft Windows\"","block_context":{"text":"Microsoft Windows","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":654,"url":"https:\/\/www.markwilson.co.uk\/blog\/2006\/10\/remotely-controlling-mac-os-x-using.htm","url_meta":{"origin":931,"position":2},"title":"Remotely controlling Mac OS X using VNC","author":"Mark Wilson","date":"Tuesday 24 October 2006","format":false,"excerpt":"I frequently control my Windows computers remotely from other Windows, Linux or Mac OS X computers using a remote desktop protocol (RDP) client; however there is no RDP server built into Mac OS X (not surprisingly, as RDP is a Microsoft protocol) and Apple's remote control product (Apple Remote Desktop)\u2026","rel":"","context":"In \"Apple Mac OS X\"","block_context":{"text":"Apple Mac OS X","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/mac-os-x"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":750,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/secure-remote-administration-of-a-linux-computer-from-within-windows.htm","url_meta":{"origin":931,"position":3},"title":"Secure, remote administration of a Linux computer from within Windows","author":"Mark Wilson","date":"Friday 23 March 2007","format":false,"excerpt":"Yesterday I wrote about using SSH to securely connect to a Mac from a Windows PC. At the time, I suggested that the advice should be equally applicable to a Linux system, or even to a Windows Server with an SSH server installed and I've since tested it with a\u2026","rel":"","context":"In \"Linux\"","block_context":{"text":"Linux","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/linux"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":680,"url":"https:\/\/www.markwilson.co.uk\/blog\/2006\/12\/introduction-to-virtualisation.htm","url_meta":{"origin":931,"position":4},"title":"Introduction to virtualisation","author":"Mark Wilson","date":"Monday 11 December 2006","format":false,"excerpt":"When thinking of IT security, there are a few names which immediately come to mind. One of these is Bruce Schneier, another is Rafal Lukawiecki and another is Steve Gibson. I recently began to listen to Steve Gibson's Security Now podcast with Leo Laporte and originally I thought a security\u2026","rel":"","context":"In \"Virtualisation\"","block_context":{"text":"Virtualisation","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/virtualisation"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":752,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/03\/ssh-addendum.htm","url_meta":{"origin":931,"position":5},"title":"SSH addendum","author":"Mark Wilson","date":"Sunday 25 March 2007","format":false,"excerpt":"Since my recent posts about using SSH to securely remote administer Mac OS X, Linux and Windows computers, a couple of extra points have come up that are probably worth noting: To use the console interactively, it may be better to use PuTTY (putty) than PuTTY Link (plink). In seems\u2026","rel":"","context":"In \"Apple Mac OS X\"","block_context":{"text":"Apple Mac OS X","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/mac-os-x"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/931","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=931"}],"version-history":[{"count":0,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/931\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=931"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=931"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=931"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}