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

How to Manually Set Brightness on Linux Fedora Lxde Desktop

March 10, 2013 | By Duchateaux.

The Tip Show How to Manually Set Display Brightness on Fedora Linux Lxde Desktop.

How to Manually Set Brightness on Linux Fedora Lxde Desktop

How to Create an Application Launcher on Fedora Lxde:

How Launcher for Fedora Lxde
  1. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Fedora Linux16 Lxde Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. How to Install Google-Chrome Web Browser on Fedora:

    Installing Google-Chrome for Fedora
  3. Setup Brightness

    nano /sys/class/backlight/*/brightness

    Set a Value on Range 0-100.

    Ctrl+x to Save and Exit.

  4. How to Setup an Alias on Linux for Easy Command Repetition:

    Make Command Alias 4 Easy-Quick Execution