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

How to Install Insomnia on Fedora 31 Gnu/Linux

October 11, 2019 | By the+gnu+linux+evangelist.

Setting Up

  1. 3. Setting Permissions

    This Step is usually Needed to Give Ececution Permission to the User
    First, Access the Target, usually in the Downloads folder:
    (But if downloaded with Firefox it can be instead into /tmp/mozilla*)

    cd && cd Downloads

    To Check that there is run:

    ls . | insomnia

    And Give Execution Permission:

    chmod +x insomnia*.AppImage
  2. 4. Setting Up Insomnia

    (Optional because you can simply Run AppImages from Anywhere…)
    So Now, if you wanna to Set up Insomnia on Fedora
    Make a Folder to Hold the AppImages with:

    mkdir $HOME/appImages

    And finally Switch Insomnia in the Location:

    mv insomnia*.AppImage $HOME/appImages