Skip to main content
added 2 characters in body
Source Link

INPUT How

How can I take keystrokes from the keyboard? Using the stdin? Reading the keyboard device directly?

INPUT How can I take keystrokes from the keyboard? Using the stdin? Reading the keyboard device directly?

INPUT

How can I take keystrokes from the keyboard? Using the stdin? Reading the keyboard device directly?

added 15 characters in body
Source Link
    linux headlessserver host (no desktop env)
    +-------------------------------------------+
    |                                           |
    |                                           +--------> Digital inputs
    |   +--------------+                        <--------- Digital outputs
    |   | graphic card |                        |
    +---+------+-------+--------------------^---+
               |                            |
               | HDMI / VGA                 | USB
+--------------v---------------+    +-------+--------+
| Please contact the operator. |    |                |
+------------------------------+    +----------------+
      screen (TTY console?)              keyboard

    linux headless host
    +-------------------------------------------+
    |                                           |
    |                                           +--------> Digital inputs
    |   +--------------+                        <--------- Digital outputs
    |   | graphic card |                        |
    +---+------+-------+--------------------^---+
               |                            |
               | HDMI / VGA                 | USB
+--------------v---------------+    +-------+--------+
| Please contact the operator. |    |                |
+------------------------------+    +----------------+
      screen (TTY console?)              keyboard

    linux server host (no desktop env)
    +-------------------------------------------+
    |                                           |
    |                                           +--------> Digital inputs
    |   +--------------+                        <--------- Digital outputs
    |   | graphic card |                        |
    +---+------+-------+--------------------^---+
               |                            |
               | HDMI / VGA                 | USB
+--------------v---------------+    +-------+--------+
| Please contact the operator. |    |                |
+------------------------------+    +----------------+
      screen (TTY console?)              keyboard

deleted 2 characters in body
Source Link
ctrl-alt-delor
  • 28.2k
  • 10
  • 60
  • 105
  • equipped with a linux server OS (no desktop)
  • running just a SINGLE application process (/ aa single non-root user)
  • attached to an high resolution screen
  • attached with a keyboard
  • equipped with a linux server OS (no desktop)
  • running just a SINGLE application process (/ a single non-root user)
  • attached to an high resolution screen
  • attached with a keyboard
  • equipped with a linux server OS (no desktop)
  • running just a SINGLE application process (a single non-root user)
  • attached to an high resolution screen
  • attached with a keyboard
Source Link
Loading