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

How to Reduce Computer Eye Strain on Kali Desktops

May 2, 2017 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading

    Download f.lux GUI Source Code

    fluxgui Python Source .zip
  2. 3. Extracting

    Extract fluxgui Source into /tmp
    Possibly Double-Clicking/Right-Clicking to open with Archive Manager:

    f.lux GUI Quick Start for Kali - Extraction
  3. 4. Installing PIP

    Install Python 2/3 PIP for Red Hat GNU/Linux

    Python PIP Install Guide
  4. 5. Installing Dependencies

    Then Install Required Packages

    sudo pip install pexpect

    And again:

    sudo apt install python-appindicator 
    python-xdg python-pexpect python-gconf 
    python-gtk2 python-glade2 libxxf86vm1

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

  5. 6. Installing F Lux

    Installing f.lux GUI
    First, Access the Target:

    cd /tmp/xflux-gui

    And then to Make Setup:

    sudo python ./setup.py install

Contents