$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Kill X Server on Ubuntu 20.10 Guide

October 24, 2020 | By the+gnu+linux+evangelist.

Killing X

[ad_slider autoplay=”true” interval=”8″ count=”5″]

  1. First, Hit
    Ctrl+Alt+F1.

  2. [ad_slider autoplay=”true” interval=”8″ count=”5″]

  3. Then Login again
    So enter your Username & Pass.

  4. And Kill the Display Manager.

    sudo service lightdm stop

    Or:

    sudo service gdm stop

    But if you have a Custom display manager then look for the command to Stop it…

  5. Finally, Go to Runlevel 3
    With:

    sudo init 3

    To test you are on Ubuntu Server Mode issue:

    who -r

Contents