enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. dmidecode - Wikipedia

    en.wikipedia.org/wiki/Dmidecode

    The Linux kernel and other modern operating systems such as the BSD family contain an SMBIOS decoder, allowing systems administrators to inspect system hardware configuration and to enable or disable certain workarounds for problems with specific systems, based on the provided SMBIOS information. Information provided by this utility typically ...

  3. menuconfig - Wikipedia

    en.wikipedia.org/wiki/Menuconfig

    The predecessor tool is a question-and-answer-based utility (make config, make oldconfig). Variations of the tool for Linux configuration include: make xconfig, which requires Qt; make gconfig, which uses GTK+; make nconfig, which is similar to make menuconfig. All these tools use the Kconfig language internally.

  4. sudo - Wikipedia

    en.wikipedia.org/wiki/Sudo

    As a security and auditing feature, sudo may be configured to log each command run. When a user attempts to invoke sudo without being listed in the configuration file, an exception indication is presented to the user indicating that the attempt has been recorded. If configured, the root user will be alerted via mail. By default, an entry is ...

  5. configure script - Wikipedia

    en.wikipedia.org/wiki/Configure_script

    For the Autotools, the configure script logs status and errors to file config.log, and the command ./configure --help outputs command line help information. Often, a document with instructions is included with the codebase; often in a file named INSTALL. It can be helpful if the configure script fails.

  6. hdparm - Wikipedia

    en.wikipedia.org/wiki/Hdparm

    sudo hdparm -t /dev/sda Enable energy saving spindown after inactivity (24*5=120 seconds): sudo hdparm -S 24 /dev/sda To retain hdparm settings after a software reset, run: sudo hdparm -K 1 /dev/sda Enable read-ahead: sudo hdparm -A 1 /dev/sda Set a volatile HPA of 10000000 sectors on the first hard drive (HPA will be lost after a power cycle):

  7. pmset - Wikipedia

    en.wikipedia.org/wiki/Pmset

    autorestart automatic restart after loss of power, 1 to enable or 0 to disable; dps dynamically change processor speed based on load, 1 to enable or 0 to disable; reduce permanently reduce processor speed, 1 to enable or 0 to disable; powerbutton put the machine to sleep when the power button pressed instead of shutting it down, 1 to enable or ...

  8. Kickstart (Linux) - Wikipedia

    en.wikipedia.org/wiki/Kickstart_(Linux)

    By using the GUI system-config-kickstart tool. By using the standard Red Hat installation program Anaconda. Anaconda will produce an anaconda-ks.cfg configuration file at the end of any manual installation. This file can be used to automatically reproduce the same installation or edited (manually or with system-config-kickstart).

  9. Privilege escalation - Wikipedia

    en.wikipedia.org/wiki/Privilege_escalation

    Privilege escalation is the act of exploiting a bug, a design flaw, or a configuration oversight in an operating system or software application to gain elevated access to resources that are normally protected from an application or user.