@keyframes fade { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.1); } }@keyframes flip { 0% { transform: perspective(400px) rotateY(0deg); } 100% { transform: perspective(400px) rotateY(180deg); } }@keyframes roll { 0% { transform: rotate(0deg); } 100% { transform: rotate(1turn); } }@keyframes slide-left { 0% { transform: translateX(0px); } 100% { transform: translateX(-100%); } }@keyframes slide-up { 0% { transform: translateY(0px); } 100% { transform: translateY(-100%); } }@keyframes slide-down { 0% { transform: translateY(0px); } 100% { transform: translateY(100%); } }@keyframes slide-right { 0% { transform: translateX(0px); } 100% { transform: translateX(100%); } }@keyframes bounce-in { 0% { transform: scale(0.6); } 50% { transform: scale(1.2); } 100% { transform: scale(1); } }@keyframes bounce-out { 0% { transform: scale(1.2); } 50% { transform: scale(0.6); } 100% { transform: scale(0); } }@keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes fade-out { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes scale-in { 0% { transform: scale(0); } 100% { transform: scale(1); } }@keyframes scale-out { 0% { transform: scale(1); } 100% { transform: scale(0); } }@keyframes hide { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes show { 0% { opacity: 0; } 100% { display: inline-flex; opacity: 1; } }.wp-dark-mode-switch { cursor: pointer; z-index: auto; }.wp-dark-mode-switch, .wp-dark-mode-switch > div { align-items: center; display: inline-flex; justify-content: center; }@keyframes wobble { 0% { transform: rotate(0deg); } 15% { transform: rotate(-5deg); } 30% { transform: rotate(3deg); } 45% { transform: rotate(-3deg); } 60% { transform: rotate(2deg); } 75% { transform: rotate(-1deg); } 100% { transform: rotate(0deg); } }@keyframes vibrate { 0% { transform: translateX(0px); } 25% { transform: translateX(2px); } 50% { transform: translateX(-2px); } 75% { transform: translateX(2px); } 100% { transform: translateX(0px); } }@keyframes flicker { 0% { opacity: 1; } 25% { opacity: 0.5; } 50% { opacity: 1; } 75% { opacity: 0.5; } 100% { opacity: 1; } }@keyframes shake { 0% { transform: translate(0px); } 25% { transform: translate(-2px); } 50% { transform: translate(0px); } 75% { transform: translate(2px); } 100% { transform: translate(0px); } }@keyframes jello { 0% { transform: scaleX(1); } 30% { transform: scale3d(1.25, 0.75, 1); } 40% { transform: scale3d(0.75, 1.25, 1); } 50% { transform: scale3d(1.15, 0.85, 1); } 65% { transform: scale3d(0.95, 1.05, 1); } 75% { transform: scale3d(1.05, 0.95, 1); } 100% { transform: scaleX(1); } }@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0px); } 40% { transform: translateY(-30px); } 55% { transform: translateY(0px); } 65% { transform: translateY(-15px); } 75% { transform: translateY(0px); } }@keyframes heartbeat { 0% { transform: scale(1); } 25% { transform: scale(1.1); } 50% { transform: scale(1); } 75% { transform: scale(1.1); } 100% { transform: scale(1); } }@keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } }@keyframes liquid-glass { 0%, 100% { box-shadow: rgba(255, 255, 255, 0.4) 6px 9px 2px -9px inset, rgba(255, 255, 255, 0.4) -6px -9px 2px -9px inset; } 70% { box-shadow: rgba(255, 255, 255, 0.4) 6px 9px 2px -9px inset, rgba(255, 255, 255, 0.4) -6px -9px 2px -9px inset; } 80% { box-shadow: rgba(255, 255, 255, 0.4) 9px 6px 2px -9px inset, rgba(255, 255, 255, 0.4) -9px -6px 2px -9px inset; } 90% { box-shadow: rgba(255, 255, 255, 0.4) 9px -6px 2px -9px inset, rgba(255, 255, 255, 0.4) -9px 6px 2px -9px inset; } }@keyframes liquid-glass-dark { 0%, 100% { box-shadow: rgba(0, 0, 0, 0.3) 6px 9px 2px -9px inset, rgba(0, 0, 0, 0.3) -6px -9px 2px -9px inset; } 70% { box-shadow: rgba(0, 0, 0, 0.2) 6px 9px 2px -9px inset, rgba(0, 0, 0, 0.2) -6px -9px 2px -9px inset; } 80% { box-shadow: rgba(0, 0, 0, 0.2) 9px 6px 2px -9px inset, rgba(0, 0, 0, 0.2) -9px -6px 2px -9px inset; } 90% { box-shadow: rgba(0, 0, 0, 0.2) 9px -6px 2px -9px inset, rgba(0, 0, 0, 0.2) -9px 6px 2px -9px inset; } }@keyframes liquid-glass-moving-right { 0% { background: rgba(0, 0, 0, 0.1); border-radius: calc(50px*var(--wpdm-switch-scale, 1)); box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px inset; transform: translateX(0px) scale(1); } 20% { background: rgba(255, 255, 255, 0.1); border-radius: calc(60px*var(--wpdm-switch-scale, 1)); box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 10px 0px inset; transform: translateX(calc(20% - 1px*var(--wpdm-switch-scale, 1))) scale(1.1,.9); } 40% { background: rgba(255, 255, 255, 0.2); border-radius: calc(65px*var(--wpdm-switch-scale, 1)); transform: translateX(calc(40% - 2px*var(--wpdm-switch-scale, 1))) scale(1.2,.85); } 60% { background: rgba(255, 255, 255, 0.15); border-radius: calc(55px*var(--wpdm-switch-scale, 1)); transform: translateX(calc(60% - 3px*var(--wpdm-switch-scale, 1))) scale(1.1,.9); } 80% { background: rgba(255, 255, 255, 0.1); border-radius: calc(45px*var(--wpdm-switch-scale, 1)); transform: translateX(calc(80% - 4px*var(--wpdm-switch-scale, 1))) scale(1.05,.95); } 95% { background: rgba(255, 255, 255, 0.08); border-radius: calc(50px*var(--wpdm-switch-scale, 1)); transform: translateX(calc(100% - 5px*var(--wpdm-switch-scale, 1))) scale(.9,1.1); } 100% { background: rgba(255, 255, 255, 0.05); border-radius: calc(50px*var(--wpdm-switch-scale, 1)); box-shadow: rgba(255, 255, 255, 0.15) 0px 0px 8px 0px inset; transform: translateX(calc(100% - 5px*var(--wpdm-switch-scale, 1))) scale(1); } }@keyframes liquid-glass-moving-left { 0% { background: rgba(0, 0, 0, 0.05); border-radius: calc(50px*var(--wpdm-switch-scale, 1)); box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 10px 0px inset; transform: translateX(calc(100% - 5px*var(--wpdm-switch-scale, 1))) scale(1); } 20% { border-radius: calc(60px*var(--wpdm-switch-scale, 1)); transform: translateX(calc(80% - 4px*var(--wpdm-switch-scale, 1))) scale(1.1,.9); } 40% { border-radius: calc(65px*var(--wpdm-switch-scale, 1)); transform: translateX(calc(60% - 3px*var(--wpdm-switch-scale, 1))) scale(1.2,.85); } 60% { border-radius: calc(55px*var(--wpdm-switch-scale, 1)); transform: translateX(calc(40% - 2px*var(--wpdm-switch-scale, 1))) scale(1.1,.9); } 80% { border-radius: calc(45px*var(--wpdm-switch-scale, 1)); transform: translateX(calc(20% - 1px*var(--wpdm-switch-scale, 1))) scale(1.05,.95); } 95% { border-radius: calc(50px*var(--wpdm-switch-scale, 1)); transform: translateX(0px) scale(0.9, 1.1); } 100% { background: rgba(0, 0, 0, 0.05); border-radius: calc(50px*var(--wpdm-switch-scale, 1)); box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px inset; transform: translateX(0px) scale(1); } }html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body a:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *, .button, .btn, .wp-element-button, .wp-block-button__link):hover, html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body a:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *, .button, .btn, .wp-element-button, .wp-block-button__link):hover, html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body a:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *, .button, .btn, .wp-element-button, .wp-block-button__link):hover { color: var(--wpdm-link-hover-color,inherit) !important; filter: brightness(1.2); }html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .btn:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .button:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .elementor-button:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .wp-block-button__link:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .wp-element-button:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body button:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body input[type="submit"]:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .btn:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .button:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .elementor-button:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .wp-block-button__link:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .wp-element-button:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body button:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body input[type="submit"]:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .btn:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .button:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .elementor-button:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .wp-block-button__link:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .wp-element-button:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body button:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover, html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body input[type="submit"]:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *):hover { background-color: var(--wpdm-button-hover-background-color,inherit) !important; border-color: var(--wpdm-button-hover-border-color,inherit) !important; color: var(--wpdm-button-hover-text-color,inherit) !important; }html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *, [type="radio"], [type="checkbox"])::placeholder, html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *)::placeholder, html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *)::placeholder, html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *, [type="radio"], [type="checkbox"])::placeholder, html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *)::placeholder, html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *)::placeholder, html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *, [type="radio"], [type="checkbox"])::placeholder, html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *)::placeholder, html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore, .wp-dark-mode-ignore *)::placeholder { color: var(--wpdm-input-placeholder-color,#f0f0f0) !important; }:root { --wp-block-synced-color: #7a00df; --wp-block-synced-color--rgb: 122,0,223; --wp-bound-block-color: var(--wp-block-synced-color); --wp-editor-canvas-background: #ddd; --wp-admin-theme-color: #007cba; --wp-admin-theme-color--rgb: 0,124,186; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-10--rgb: 0,107,160.5; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-theme-color-darker-20--rgb: 0,90,135; --wp-admin-border-width-focus: 2px; }@media (min-resolution: 192dpi){:root { --wp-admin-border-width-focus: 1.5px; }}:root { --wp--preset--font-size--normal: 16px; --wp--preset--font-size--huge: 42px; }.screen-reader-text { border: 0px; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; overflow-wrap: normal !important; }.screen-reader-text:focus { background-color: #dddddd; clip-path: none; color: #444444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }ol, ul { box-sizing: border-box; }@keyframes rmp-feedback-widget__loader { 0% { height: 32px; top: 4px; } 100%, 50% { height: 16px; top: 12px; } }:root { --wp--preset--aspect-ratio--square: 1; --wp--preset--aspect-ratio--4-3: 4/3; --wp--preset--aspect-ratio--3-4: 3/4; --wp--preset--aspect-ratio--3-2: 3/2; --wp--preset--aspect-ratio--2-3: 2/3; --wp--preset--aspect-ratio--16-9: 16/9; --wp--preset--aspect-ratio--9-16: 9/16; --wp--preset--color--black: #000000; --wp--preset--color--cyan-bluish-gray: #abb8c3; --wp--preset--color--white: #ffffff; --wp--preset--color--pale-pink: #f78da7; --wp--preset--color--vivid-red: #cf2e2e; --wp--preset--color--luminous-vivid-orange: #ff6900; --wp--preset--color--luminous-vivid-amber: #fcb900; --wp--preset--color--light-green-cyan: #7bdcb5; --wp--preset--color--vivid-green-cyan: #00d084; --wp--preset--color--pale-cyan-blue: #8ed1fc; --wp--preset--color--vivid-cyan-blue: #0693e3; --wp--preset--color--vivid-purple: #9b51e0; --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,#0693e3 0%,#9b51e0 100%); --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%); --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,#fcb900 0%,#ff6900 100%); --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,#ff6900 0%,#cf2e2e 100%); --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eeeeee 0%,#a9b8c3 100%); --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%); --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%); --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%); --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%); --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%); --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%); --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%); --wp--preset--font-size--small: 13px; --wp--preset--font-size--medium: 20px; --wp--preset--font-size--large: 36px; --wp--preset--font-size--x-large: 42px; --wp--preset--spacing--20: 0.44rem; --wp--preset--spacing--30: 0.67rem; --wp--preset--spacing--40: 1rem; --wp--preset--spacing--50: 1.5rem; --wp--preset--spacing--60: 2.25rem; --wp--preset--spacing--70: 3.38rem; --wp--preset--spacing--80: 5.06rem; --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2); --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4); --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2); --wp--preset--shadow--outlined: 6px 6px 0px -3px #ffffff, 6px 6px #000000; --wp--preset--shadow--crisp: 6px 6px 0px #000000; }:root { --size: 100px; --bord: 15px; }@font-face{font-family:"Roboto";font-weight:400;font-style:normal;unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src:url(https://howvps.com/wp-content/swift-ai/cache/howvps.com/51-useful-lesser-known-commands-for-linux-users/__data/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ6309b1a8.woff) format('woff2');font-display:swap;}@font-face{font-family:"Roboto";font-weight:700;font-style:normal;unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src:url(https://howvps.com/wp-content/swift-ai/cache/howvps.com/51-useful-lesser-known-commands-for-linux-users/__data/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ6309b1a8.woff) format('woff2');font-display:swap;}html { text-size-adjust: 100%; }*, ::before, ::after { box-sizing: border-box; }html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 100%; vertical-align: baseline; background: transparent; overflow-wrap: break-word; }body { line-height: 1; }article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }nav ul { list-style: none; }a { margin: 0px; padding: 0px; font-size: 100%; vertical-align: baseline; background: transparent; }input, select { vertical-align: middle; }img { height: auto; max-width: 100%; }.screen-reader-text { border: 0px; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; width: 1px; position: absolute !important; overflow-wrap: normal !important; }.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px 2px; clip-path: none; color: #21759b; display: block; font-size: 0.875rem; font-weight: bold; height: auto; right: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; clip: auto !important; }.skip-link { left: -9999rem; top: 2.5rem; z-index: 999999999; text-decoration: underline; }.skip-link:focus { display: block; left: 6px; top: 7px; font-size: 14px; font-weight: 600; text-decoration: none; line-height: normal; padding: 15px 23px 14px; z-index: 100000; right: auto; }h1, h2, h3, h4, h5, h6 { color: #333333; font-weight: bold; }input, textarea, select { box-sizing: border-box; }input, textarea { appearance: none; }input, input[type="text"], input[type="email"], input[type="url"], input[type="search"], input[type="password"], input[type="tel"], textarea { font-size: 15px; font-weight: normal; background-color: #ffffff; border: 1px solid #e9e9e9; color: #333333; }input:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="tel"]:focus, textarea:focus { border-color: #bfbfbf; }input[type="text"], input[type="email"], input[type="url"], input[type="search"], input[type="password"], input[type="tel"] { height: 42px; line-height: 42px; padding: 0px 15px; }button, .btn, input[type="submit"], input[type="reset"], input[type="button"] { border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; padding: 0px 15px; white-space: nowrap; vertical-align: middle; cursor: pointer; color: #ffffff; font-size: 16px; font-weight: bold; height: 42px; line-height: 42px; user-select: none; appearance: none; backface-visibility: hidden; }button:hover, .btn:hover, .btn:visited, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover { color: #ffffff; opacity: 0.85; text-decoration: none; }.clear::before, .clear::after { content: ""; display: table; }.clear::after { clear: both; }.clear { clear: both; }.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute; }body { background: #ffffff; color: #333333; font-style: normal; font-size: 16px; font-weight: 400; line-height: 1.7em; }a { text-decoration: none; }a:hover { text-decoration: none; }a:visited { color: #333333; }.container { margin: 0px auto; width: 1200px; }#masthead .container { position: relative; }.site-header { background-color: #ffffff; border-bottom: 1px solid #f0f0f0; width: 100%; top: 0px; z-index: 999; margin-bottom: 20px; }.site-branding { float: left; text-align: left; margin-right: 10px; }.site-branding #logo { float: left; height: 60px; line-height: 60px; margin-right: 10px; }.site-branding img { max-height: 60px; width: auto; transition:none 0s ease; }.search-icon { display: none; position: absolute; top: 0px; right: 0px; z-index: 999; }.search-icon:hover { cursor: pointer; }.search-icon span { color: #333333; font-size: 22px; font-weight: bold; vertical-align: middle; }.search-icon .genericon-close { display: none; }.search-input { background: #ffffff; border: 1px solid #dddddd; height: 38px; line-height: 38px; color: #333333; text-indent: 5px; }.search-input:focus { background-color: #ffffff; border-color: #bfbfbf; }.search-submit { border-left-width: medium; border-left-style: none; border-left-color: currentcolor; color: #999999; font-size: 15px; font-weight: 700; height: 38px; line-height: 1; cursor: pointer; text-align: center; vertical-align: middle; }.header-search { border: 1px solid #e9e9e9; line-height: 1; width: 200px; height: 34px; position: absolute; top: 13px; right: 0px; z-index: 2; }.header-search:hover { box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px; }.header-search:hover .search-submit { background-color: #f5f5f5; }.header-search .search-input { background: transparent; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; color: #333333; font-size: 14px; width: 90%; height: 32px; line-height: 32px; padding: 0px 15px 0px 10px; }.header-search .search-input:focus { outline: none; }.header-search .search-submit { background-color: #f7f8f9; border-left: 1px solid #e9e9e9; box-shadow: none; color: #333333; width: 34px; height: 32px; padding: 0px; position: absolute; top: 0px; right: 0px; text-align: center; backface-visibility: hidden; }.header-search .search-submit .genericon { font-size: 18px; }.header-search .search-submit:hover { opacity: 1; }.site-start { display: block; width: 100%; }.sf-menu * { margin: 0px; padding: 0px; list-style: none; }.sf-menu { margin: 0px; padding: 0px; list-style: none; }.sf-menu li { position: relative; }.sf-menu li:hover > ul, .sf-menu li.sfHover > ul { display: block; }.sf-menu ul { position: absolute; display: none; top: 100%; left: 0px; z-index: 99; }.sf-menu ul ul { top: 1px; left: 225px; }.sf-menu > li { float: left; }.sf-menu a { display: block; position: relative; }.sf-menu { float: left; }.sf-menu ul { background-color: #ffffff; box-shadow: rgba(190, 190, 190, 0.46) 0px 1px 5px; position: absolute; z-index: 999; width: 240px; padding: 0px 15px; }.sf-menu ul::before { content: " "; display: block; position: absolute; width: 7px; height: 7px; left: 30px; top: -7px; transform: translate(-50%, 50%) rotate(45deg); background-color: #ffffff; box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px; z-index: 1; }.sf-menu ul ul::before { content: none; }.sf-menu a { text-decoration: none; zoom: 1; }.sf-menu li { margin-left: 4px; line-height: 60px; }.sf-menu li a { color: #333333; font-size: 14px; font-weight: 700; transition: 0.3s; }.sf-menu li a .menu-text { border-radius: 3px; display: inline-block; height: 34px; line-height: 34px; padding: 0px 12px; }.sf-menu li a:hover .menu-text { background-color: #0099e5; color: #ffffff; }.sf-menu li .sub-menu li .menu-text { color: #333333; background: none !important; }.sf-menu li li { height: auto; line-height: 1.5; border-bottom: 1px solid #f0f0f0; margin: 0px; }.sf-menu li li:first-child { background-color: #ffffff; z-index: 9; }.sf-menu li li:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }.sf-menu li li a { color: #333333; font-size: 14px; font-weight: normal; padding: 10px 0px; text-transform: none; background: none !important; }.sf-menu li li a .menu-text { border-radius: 0px; display: inline; height: auto; line-height: 1.5; padding: 0px; }.sf-menu li li a:hover .menu-text { background-color: transparent; color: #0099e5 !important; }.sf-menu li li a::before { content: none; }.sf-menu li li ul { margin-top: -1px; }.sf-menu li:hover li a, .sf-menu li.sfHover li a { color: #222222; display: block; }#primary-menu { float: left; }#left-menu { background-color: #0099e5; float: none; z-index: 999; position: relative; padding: 10px 0px; }#left-menu li { float: none; margin: 0px; padding: 0px; line-height: 1.5; }#left-menu li ul { left: 100%; margin-top: -36px; }#left-menu li ul::before { content: none; display: none; }#left-menu li ul ul { margin-top: -1px; left: 225px; }#left-menu li a { background-color: #0099e5; color: #ffffff; font-weight: normal; padding: 8px 15px; }#left-menu li a i { margin-right: 2px; min-width: 20px; text-align: center; }#left-menu li.sfHover a, #left-menu li a:hover { background-image: url(https://howvps.com/wp-content/themes/blogrank-pro/assets/img/overlay.png); background-repeat: repeat; color: #ffffff; }#left-menu li li a { border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; display: block; font-size: 15px; font-weight: normal; line-height: 1.5; margin-left: 0px; margin-right: 0px; padding-left: 0px; padding-right: 0px; text-transform: none; background: none !important; color: #111111 !important; }#left-menu li li a:hover { background: none !important; color: #0099e5 !important; }.left-sidebar { float: left; width: 200px; height: 100%; z-index: 99; }.content-wrap { float: right; width: 980px; }.site-content { position: relative; padding-bottom: 20px; }#primary { float: left; width: 660px; }.site-main::after { clear: both; content: " "; display: block; }.error404 .site-main, .single .site-main, .page .site-main { position: relative; }.sidebar { float: right; width: 300px; }.sidebar.left-widget-area { float: none; width: auto; margin-top: 20px; }.sidebar .widget { margin-bottom: 20px; }.sidebar .widget h2, .sidebar .widget .widget-title { border-bottom: 1px solid #e9e9e9; font-size: 1.1em; margin-bottom: 15px; padding-bottom: 4px; padding-left: 15px; position: relative; }.sidebar .widget h2::before, .sidebar .widget .widget-title::before { background-color: #0099e5; border-radius: 3px; content: " "; width: 5px; height: 15px; position: absolute; left: 0px; top: 6px; }.sidebar .widget h2 a, .sidebar .widget h2 a:visited, .sidebar .widget h2 span, .sidebar .widget .widget-title a, .sidebar .widget .widget-title a:visited, .sidebar .widget .widget-title span { color: #333333; display: inline-block; }.sidebar .widget a { color: #333333; }.sidebar .widget a:hover { color: #0099e5; }.sidebar .widget ul > li { line-height: 1.45; list-style: none; margin-bottom: 10px; }.sidebar .widget ul > li a, .sidebar .widget ul > li a:visited { color: #333333; }.sidebar .widget ul li:last-child { margin-bottom: 0px; }.sidebar .widget_search { line-height: 1; width: 100%; z-index: 2; position: relative; }.sidebar .widget_search:hover { border-color: #dddddd; }.sidebar .widget_search input[type="search"] { background: #ffffff; color: #333333; font-size: 14px; width: 100%; max-width: 100%; height: 42px; line-height: 42px; padding: 0px 15px 0px 10px; }.sidebar .widget_search input[type="submit"] { background-color: #0099e5; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; box-shadow: none; color: #ffffff; font-size: 0.9em; height: 42px; padding: 0px 15px; position: absolute; top: 20px; right: 20px; text-align: center; backface-visibility: hidden; }.sidebar .widget_search input[type="submit"]:hover { opacity: 1; }@keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }.header-toggles { display: none; position: absolute; top: 0px; left: 5px; z-index: 999; }.header-toggles .toggle-icon { position: relative; padding: 1px 0px; }button.toggle { background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; box-shadow: none; border-radius: 0px; color: #333333; font-size: inherit; font-weight: 400; letter-spacing: inherit; padding: 0px; text-transform: none; }button.toggle:hover { background: none; color: #333333; }.menu-modal { background: #ffffff; display: none; opacity: 0; overflow: hidden auto; position: fixed; inset: 0px 99999rem 0px -99999rem; transition:opacity, left, right 0.25s, 0s, 0s ease-in, ease, ease; z-index: 99; }.menu-modal-inner { background: #ffffff; display: flex; justify-content: stretch; overflow: auto; width: 100%; }.menu-wrapper { display: flex; flex-direction: column; justify-content: space-between; position: relative; }button.close-nav-toggle { display: block; font-size: 1rem; justify-content: flex-end; padding: 0.6rem 1.5rem; width: 100%; height: auto; text-align: right; }button.close-nav-toggle svg { height: 1rem; width: 1rem; position: relative; top: 3px; }button.close-nav-toggle .toggle-text { margin-right: 0.6rem; }.menu-modal .menu-top { flex-shrink: 0; }.modal-menu { }.modal-menu li { border-color: #dedfdf; border-style: solid; border-width: 0.1rem 0px 0px; display: flex; flex-wrap: wrap; line-height: 1; justify-content: flex-start; margin: 0px; }.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a { font-size: 1rem; font-weight: 700; }.modal-menu > li:last-child { border-bottom-width: 0.1rem; }.modal-menu .ancestor-wrapper { display: flex; justify-content: space-between; width: 100%; }.modal-menu a { display: block; padding: 1rem 2.5rem 1rem 1.5rem; line-height: 30px; text-decoration: none; width: 100%; color: #333333; }.modal-menu a:visited { color: #333333; }.modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a, .modal-menu li.current_page_ancestor > .ancestor-wrapper > a { text-decoration: none; }button.sub-menu-toggle { border-left: 0.1rem solid #dedfdf; flex-shrink: 0; margin: 1rem 0px; padding: 0px 1.5rem; height: 30px; line-height: 30px; }button.sub-menu-toggle svg { height: 0.8rem; transition:transform 0.15s linear; width: 1rem; }.modal-menu ul { display: none; margin: 0px; width: 100%; }.modal-menu ul li { border-left-width: 1rem; border-left-color: #ffffff; }.modal-menu ul li a { color: #333333; font-weight: 500; }.menu-wrapper { width: 100%; }.menu-wrapper .menu-item { position: relative; }.mobile-menu { display: block; }.fa, .fas, .far, .fal, .fad, .fab { -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; }@-webkit-keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }.fa-bars::before { content: ""; }.fa-cog::before { content: ""; }.fa-home::before { content: ""; }.fa-search-dollar::before { content: ""; }.fa-server::before { content: ""; }.fa-tag::before { content: ""; }@font-face{font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;src:url(https://howvps.com/wp-content/swift-ai/cache/howvps.com/51-useful-lesser-known-commands-for-linux-users/__data/fa-solid-900008e4d02.woff) format('woff2');font-display:swap;}.fa, .fas { font-family: "Font Awesome 5 Free"; font-weight: 900; }@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face { font-family: Genericons; }}.genericon { font-size: 16px; vertical-align: top; text-align: center; display: inline-block; font-family: Genericons; font-style: normal; font-weight: normal; font-variant: normal; line-height: 1; text-decoration: inherit; text-transform: none; -webkit-font-smoothing: antialiased; speak: none; }.genericon-close::before { content: ""; }.genericon-search::before { content: ""; }@font-face{font-family:"ftwp-icon";font-weight:400;font-style:normal;src:url(https://howvps.com/wp-content/swift-ai/cache/howvps.com/51-useful-lesser-known-commands-for-linux-users/__data/iconse31c6bb7.woff) format('woff2');font-display:swap;}@-webkit-keyframes ftwpFadeIn { 0% { opacity: 0; visibility: hidden; } 100% { opacity: 1; visibility: visible; } }@keyframes ftwpFadeIn { 0% { opacity: 0; visibility: hidden; } 100% { opacity: 1; visibility: visible; } }@-webkit-keyframes ftwpFadeOut { 0% { opacity: 1; visibility: visible; } 100% { opacity: 0; visibility: hidden; } }@keyframes ftwpFadeOut { 0% { opacity: 1; visibility: visible; } 100% { opacity: 0; visibility: hidden; } }@-webkit-keyframes ftwpZoomIn { 0% { transform: scale(0); visibility: hidden; opacity: 0; } 20% { opacity: 0; } 30% { opacity: 1; } 100% { transform: scale(1); visibility: visible; opacity: 1; } }@keyframes ftwpZoomIn { 0% { transform: scale(0); visibility: hidden; opacity: 0; } 20% { opacity: 0; } 30% { opacity: 1; } 100% { transform: scale(1); visibility: visible; opacity: 1; } }@-webkit-keyframes ftwpZoomOut { 0% { transform: scale(1); visibility: visible; opacity: 1; } 50% { opacity: 1; } 80% { opacity: 0.3; } 100% { transform: scale(0); visibility: hidden; opacity: 0; } }@keyframes ftwpZoomOut { 0% { transform: scale(1); visibility: visible; opacity: 1; } 50% { opacity: 1; } 80% { opacity: 0.3; } 100% { transform: scale(0); visibility: hidden; opacity: 0; } }@-webkit-keyframes ftwpHide { 0% { visibility: visible; } 100% { visibility: hidden; } }@keyframes ftwpHide { 0% { visibility: visible; } 100% { visibility: hidden; } }@-webkit-keyframes ftwpShow { 0%, 99% { visibility: hidden; } 100% { visibility: visible; } }@keyframes ftwpShow { 0%, 99% { visibility: hidden; } 100% { visibility: visible; } }@-webkit-keyframes ftwpTargetHint { 0%, 100% { opacity: 0; } 50% { opacity: 1; } }@keyframes ftwpTargetHint { 0%, 100% { opacity: 0; } 50% { opacity: 1; } }@font-face{font-family:"Roboto";font-weight:400;font-style:normal;unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src:url(https://howvps.com/wp-content/swift-ai/cache/howvps.com/51-useful-lesser-known-commands-for-linux-users/__data/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ6309b1a8.woff) format('woff2');font-display:swap;}@font-face{font-family:"Roboto";font-weight:700;font-style:normal;unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src:url(https://howvps.com/wp-content/swift-ai/cache/howvps.com/51-useful-lesser-known-commands-for-linux-users/__data/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ6309b1a8.woff) format('woff2');font-display:swap;}body, input, button, textarea { font-family: Roboto; font-weight: normal; font-size: 16px; line-height: 27px; }.sidebar .widget_search input[type="submit"] { margin-top: -20px; margin-right: -21px; }.wp-dark-mode-switch { margin: 13px; }button, .btn, input[type="submit"], input[type="reset"], input[type="button"], #back-top a:hover span, .widget_tag_cloud .tagcloud a:hover, .sf-menu li a:hover .menu-text, .sf-menu li.current-menu-item a:hover .menu-text, .widget_tag_cloud .tagcloud a:hover, .sidebar .widget-posts-thumbnail ul > li.post-list:nth-of-type(4) span, .widget_tag_cloud .tagcloud a:hover, #left-menu, #left-menu li a, .sidebar .wp-block-search .wp-block-search__button, #wp-calendar caption, #featured-grid .hentry:nth-of-type(1) .entry-category a, .sidebar .widget h2::before, .sidebar .widget .widget-title::before, .entry-related h3::before { background-color: #0099e5; }a, a:visited, .site-title a, .widget ul li a:hover, .widget-title a:hover, .site-title a, a:hover, .content-loop .entry-title a:hover, .byline .entry-author a:hover, .byline .entry-comment a:hover, .breadcrumbs .breadcrumbs-nav a:hover, article.hentry .edit-link a, .author-box a, .page-content a, .page-content a:visited, .entry-content a, .entry-content a:visited, .comment-author a, .comment-content a, .comment-reply-title small a:hover, .sidebar .widget a:hover, .sidebar .widget ul li a:hover, .sidebar .widget ol li a:hover, .sidebar .widget .widget-title a:hover, #post-nav a:hover h4, .content-loop .entry-meta .entry-category a, .single #primary .entry-header .entry-category a, .pagination .page-numbers.current, #site-bottom .site-info a:hover, #site-bottom .footer-nav li a:hover, .site-footer .widget a, .site-footer .widget .widget-title a:hover, .site-footer .widget ul > li a:hover, .site-footer .widget_tabs ul.horizontal li.active a, .site-footer .widget_tabs ul.horizontal li.active .fa, .single #primary .entry-header .entry-meta .entry-category a, .sidebar .widget_tabs ul.horizontal li.active a, .site-footer .widget_tabs ul.horizontal li.active a, .sidebar .widget_tabs ul.horizontal li.active .fa, .site-footer .widget_tabs ul.horizontal li.active .fa, .content-loop .read-more a:hover, .sidebar.left-widget-area .widget-posts-thumbnail ul > li a:hover .entry-wrap { color: #0099e5; }#left-menu li li a:hover, .sf-menu li li a:hover .menu-text, .sf-arrows ul li a.sf-with-ul:hover::after, .widget_tag_cloud .tagcloud a { color: #0099e5 !important; }html{opacity:1}