{"id":36037,"date":"2019-06-07T09:47:24","date_gmt":"2019-06-07T16:47:24","guid":{"rendered":"https:\/\/virtual-dba.com\/?p=36037"},"modified":"2024-12-16T08:53:29","modified_gmt":"2024-12-16T15:53:29","slug":"three-text-highlighting-tricks-with-putty","status":"publish","type":"post","link":"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/","title":{"rendered":"Three Text Highlighting Tricks with PuTTY"},"content":{"rendered":"\n<p><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.chiark.greenend.org.uk\/~sgtatham\/\" target=\"_blank\">PuTTY<\/a> is a free, cross-platform terminal program that supports <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.ssh.com\/ssh\/protocol\/\" target=\"_blank\">SSH<\/a>, <a href=\"https:\/\/www.ssh.com\/ssh\/protocol\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">telnet<\/a>, and raw socket connections. For authentication it supports public key and <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"http:\/\/web.mit.edu\/kerberos\/\" target=\"_blank\">kerberos<\/a> single-sign-on. This application, is one of the oldest clients for Microsoft Windows, released by <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.chiark.greenend.org.uk\/~sgtatham\/\" target=\"_blank\">Simon Tatham<\/a> in 1998. It&#8217;s a wonderful application that can be trusted to work when many others fail.<\/p>\n\n\n\n<p>This post discusses some of PuTTY&#8217;s most useful features&#8211;text selection. When it comes to selecting text, everyone using a computer knows how to drag-and-drop. In fact, according to <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/bgr.com\/2015\/08\/15\/microsoft-solitaire-windows\/\" target=\"_blank\">Yoni Heisler<\/a>, Microsoft included the game solitaire in order to help teach users how to perform basic tasks on the computer including dragging and dropping. PuTTY, however, offers a few more choices than just the old-school drag-and-drop. There&#8217;s also double click, triple click, and block text selections. These tricks and more can also be found in the <a href=\"https:\/\/www.ssh.com\/ssh\/putty\/putty-manuals\/0.68\/index.html\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">PuTTY User Manual<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Double Click\/Word Selection<\/h2>\n\n\n\n<p>If you&#8217;re trying to select a single block of text (a.k.a. a word), PuTTY provides the following shortcut. Place your cursor anywhere in the word you want to highlight and double click. This will highlight the entire word, with a few exceptions. To achieve this effect PuTTy uses character classes for determining where a word begins and where the word ends. Any text classified as a 0 or 1 is not considered part of the word and PuTTY will end its highlighting upon reaching such a character. Any character of a class 2 will be included in the selection. The character classes are categorized as such:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Class 0 contains white space and control characters.<\/li>\n\n\n\n<li>Class 1 contains most punctuation.<\/li>\n\n\n\n<li>Class 2 contains letters, numbers and a few pieces of punctuation (the double quote [ &#8221; ], minus sign [ &#8211; ], period [ . ], forward slash [ \/ ] and underscore [ _ ]).<\/li>\n<\/ul>\n\n\n\n<p>Currently, PuTTy only covers ASCII characters, since the entire set of <a aria-label=\" (opens in a new tab)\" href=\"http:\/\/www.unicode.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">Unicode<\/a> would be too much, having around 128,172 characters, depending on the version. That said, the classification of characters is not written in stone. Users can customize their character sets. Like any of PuTTY&#8217;s settings, the classifications can be customized at the granular level of the session or they can be set for all sessions. Follow these steps to change a character&#8217;s classification:<\/p>\n\n\n\n<p>1.From the PuTTy configuration screen click on Selection.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"452\" height=\"442\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/putty_configuration_selection.png\" alt=\"putty configuration selection\" class=\"wp-image-36040\"\/><\/figure>\n\n\n\n<p>2. Then on the right-hand side of the window, you&#8217;ll see the Character classes list.<br>3. Select the character you wish to change.<br>4. In the Set to class box below the list, enter the new class for the selected character.<br>5. Click the &#8220;Set&#8221; button.<\/p>\n\n\n\n<p>By changing these settings a user can alter any character, and thereby change how PuTTY highlights words on double click. The most common and useful character to change is the <a href=\"https:\/\/en.wiktionary.org\/wiki\/ampersat\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">ampersat<\/a>, or &#8216;at sign&#8217; (@). By changing the ampersat from its default class of 1 to 2 you can prevent PuTTY from only highlighting text up to the at symbol &#8216;@&#8217;. This would allow you to double click on an email address and highlight the entire address, instead of only getting the text before or after the ampersat (@).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Triple Click\/Line Selection<\/h2>\n\n\n\n<p>If you double-click a word and then drag across other lines of text, PuTTY will begin highlight entire lines starting from the word you first selected. But, what if selecting the entire line is exactly what you need? PuTTY has a trick for that too. By placing your cursor anywhere on the line to be highlighted and triple clicking, you&#8217;ll select the entire line. If you hold the final click and drag across other lines of text, you&#8217;ll select each of those lines in their entirety.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Block Selection<\/h2>\n\n\n\n<p>Now let&#8217;s say you need to highlight a vertical section of text, but you don&#8217;t want to capture the entire lines&#8211;PuTTY has a neat trick for that too. For this trick, you&#8217;ll place your cursor at the top left of the first word you want highlighted. Then, while holding the <strong><em>alt <\/em><\/strong>key drag diagonally down across the vertical section of text you want. This action will select the block of text as demonstrated in the picture below.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"667\" height=\"317\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/block_selection_text.png\" alt=\"block selection text\" class=\"wp-image-36039\"\/><\/figure>\n\n\n\n<p>The best part of all of this is that once you highlight text in PuTTY, it&#8217;s already copied to your clipboard and ready to be pasted elsewhere. If you want to paste the text within PuTTY, just right click&#8211;boom, all done!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PuTTY is a free, cross-platform terminal program that supports SSH, telnet, and raw socket connections. For authentication it supports public key and kerberos single-sign-on. This application, is one of the oldest clients for Microsoft Windows, released by Simon Tatham in 1998. It&#8217;s a wonderful application that can be trusted to work when many others fail. [&hellip;]<\/p>\n","protected":false},"author":29,"featured_media":36048,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","content-type":"","footnotes":""},"categories":[4166,17],"tags":[4157],"class_list":["post-36037","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-db2","tag-db2-features"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.1 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Three Text Highlighting Tricks with PuTTY - Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts<\/title>\n<meta name=\"description\" content=\"Master PuTTY text highlighting with double click, triple click, and block selection. Effortlessly manipulate text for copying and pasting. Learn how!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Three Text Highlighting Tricks with PuTTY\" \/>\n<meta property=\"og:description\" content=\"Master PuTTY text highlighting with double click, triple click, and block selection. Effortlessly manipulate text for copying and pasting. Learn how!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/\" \/>\n<meta property=\"og:site_name\" content=\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\" \/>\n<meta property=\"article:published_time\" content=\"2019-06-07T16:47:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-16T15:53:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/three-text-highlighting-tricks-with-putty-title-image.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"557\" \/>\n\t<meta property=\"og:image:height\" content=\"291\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Marc Petros\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:site\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Marc Petros\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/\"},\"author\":{\"name\":\"Marc Petros\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/df5834301b0edec142d0a2da82460c46\"},\"headline\":\"Three Text Highlighting Tricks with PuTTY\",\"datePublished\":\"2019-06-07T16:47:24+00:00\",\"dateModified\":\"2024-12-16T15:53:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/\"},\"wordCount\":719,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/three-text-highlighting-tricks-with-putty-title-image.jpg\",\"keywords\":[\"db2 features\"],\"articleSection\":[\"Blog\",\"Db2\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/\",\"url\":\"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/\",\"name\":\"Three Text Highlighting Tricks with PuTTY - Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/three-text-highlighting-tricks-with-putty-title-image.jpg\",\"datePublished\":\"2019-06-07T16:47:24+00:00\",\"dateModified\":\"2024-12-16T15:53:29+00:00\",\"description\":\"Master PuTTY text highlighting with double click, triple click, and block selection. Effortlessly manipulate text for copying and pasting. Learn how!\",\"breadcrumb\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/#primaryimage\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/three-text-highlighting-tricks-with-putty-title-image.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/three-text-highlighting-tricks-with-putty-title-image.jpg\",\"width\":557,\"height\":291,\"caption\":\"three-text-highlighting-tricks-with-putty-title-image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/virtual-dba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Three Text Highlighting Tricks with PuTTY\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/virtual-dba.com\/#website\",\"url\":\"https:\/\/virtual-dba.com\/\",\"name\":\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\",\"description\":\"Remote Database Administration\",\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/virtual-dba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/virtual-dba.com\/#organization\",\"name\":\"Virtual-DBA: Remote DBA | Remote Database Administration\",\"alternateName\":\"Virtual-DBA powered by XTIVIA\",\"url\":\"https:\/\/virtual-dba.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"width\":557,\"height\":291,\"caption\":\"Virtual-DBA: Remote DBA | Remote Database Administration\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/virtual_dba\",\"https:\/\/www.linkedin.com\/showcase\/36220649\/\",\"https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg\"],\"description\":\"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.\",\"email\":\"info@xtivia.com\",\"telephone\":\"8886853101\",\"legalName\":\"XTIVIA, Inc\",\"foundingDate\":\"1992-05-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"201\",\"maxValue\":\"500\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/df5834301b0edec142d0a2da82460c46\",\"name\":\"Marc Petros\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9644ca5003abd7bc6f6f177a2e4ec7d295dad5c97e8cdddb9190d2c58f2c42cd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9644ca5003abd7bc6f6f177a2e4ec7d295dad5c97e8cdddb9190d2c58f2c42cd?s=96&d=mm&r=g\",\"caption\":\"Marc Petros\"},\"url\":\"https:\/\/virtual-dba.com\/author\/marc-petros\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Three Text Highlighting Tricks with PuTTY - Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","description":"Master PuTTY text highlighting with double click, triple click, and block selection. Effortlessly manipulate text for copying and pasting. Learn how!","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:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/","og_locale":"en_US","og_type":"article","og_title":"Three Text Highlighting Tricks with PuTTY","og_description":"Master PuTTY text highlighting with double click, triple click, and block selection. Effortlessly manipulate text for copying and pasting. Learn how!","og_url":"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/","og_site_name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","article_published_time":"2019-06-07T16:47:24+00:00","article_modified_time":"2024-12-16T15:53:29+00:00","og_image":[{"width":557,"height":291,"url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/three-text-highlighting-tricks-with-putty-title-image.jpg","type":"image\/jpeg"}],"author":"Marc Petros","twitter_card":"summary_large_image","twitter_creator":"@virtual_dba","twitter_site":"@virtual_dba","twitter_misc":{"Written by":"Marc Petros","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/#article","isPartOf":{"@id":"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/"},"author":{"name":"Marc Petros","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/df5834301b0edec142d0a2da82460c46"},"headline":"Three Text Highlighting Tricks with PuTTY","datePublished":"2019-06-07T16:47:24+00:00","dateModified":"2024-12-16T15:53:29+00:00","mainEntityOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/"},"wordCount":719,"commentCount":0,"publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/three-text-highlighting-tricks-with-putty-title-image.jpg","keywords":["db2 features"],"articleSection":["Blog","Db2"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/","url":"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/","name":"Three Text Highlighting Tricks with PuTTY - Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","isPartOf":{"@id":"https:\/\/virtual-dba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/#primaryimage"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/three-text-highlighting-tricks-with-putty-title-image.jpg","datePublished":"2019-06-07T16:47:24+00:00","dateModified":"2024-12-16T15:53:29+00:00","description":"Master PuTTY text highlighting with double click, triple click, and block selection. Effortlessly manipulate text for copying and pasting. Learn how!","breadcrumb":{"@id":"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/#primaryimage","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/three-text-highlighting-tricks-with-putty-title-image.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/three-text-highlighting-tricks-with-putty-title-image.jpg","width":557,"height":291,"caption":"three-text-highlighting-tricks-with-putty-title-image"},{"@type":"BreadcrumbList","@id":"https:\/\/virtual-dba.com\/blog\/three-text-highlighting-tricks-with-putty\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/virtual-dba.com\/"},{"@type":"ListItem","position":2,"name":"Three Text Highlighting Tricks with PuTTY"}]},{"@type":"WebSite","@id":"https:\/\/virtual-dba.com\/#website","url":"https:\/\/virtual-dba.com\/","name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","description":"Remote Database Administration","publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/virtual-dba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/virtual-dba.com\/#organization","name":"Virtual-DBA: Remote DBA | Remote Database Administration","alternateName":"Virtual-DBA powered by XTIVIA","url":"https:\/\/virtual-dba.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","width":557,"height":291,"caption":"Virtual-DBA: Remote DBA | Remote Database Administration"},"image":{"@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/virtual_dba","https:\/\/www.linkedin.com\/showcase\/36220649\/","https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg"],"description":"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.","email":"info@xtivia.com","telephone":"8886853101","legalName":"XTIVIA, Inc","foundingDate":"1992-05-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"201","maxValue":"500"}},{"@type":"Person","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/df5834301b0edec142d0a2da82460c46","name":"Marc Petros","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9644ca5003abd7bc6f6f177a2e4ec7d295dad5c97e8cdddb9190d2c58f2c42cd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9644ca5003abd7bc6f6f177a2e4ec7d295dad5c97e8cdddb9190d2c58f2c42cd?s=96&d=mm&r=g","caption":"Marc Petros"},"url":"https:\/\/virtual-dba.com\/author\/marc-petros\/"}]}},"_links":{"self":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/36037","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/users\/29"}],"replies":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/comments?post=36037"}],"version-history":[{"count":0,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/36037\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media\/36048"}],"wp:attachment":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media?parent=36037"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/categories?post=36037"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/tags?post=36037"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}