tokiclover / hprofile

mirror of https://gitlab.com/tokiclover/hprofile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This a fork of the original hprofile.

INTRODUCTION

hprofile is a shell script utility to manage profiles (hardware/software.) (3.x is a bash script while 4.x is a zsh counterpart on {ba,z}sh branches; while 5.x is POSIX shell and 6.x use a simplified file hierarchy variant with a single PROFILE-functions file instead of the numerous tiny files.)

The sources tarball comes with the following profiles.

PROFILES (TYPES)

vga

Set up X server configuration files on the fly depending on driver driver or hardware state.

power

Manage power profile for different sub-systems on the fly.

disk

Manage hard disk power management using hdparm (software.)

rfkill

Manage software RFKill capable devices. (Beware that some hardware require a cold reboo to function properly afterwards.)

DOCUMENTATION

See hprofile(1) man page

INSTALLATION

make DESTDIR=/ prefix=/usr/local install

LICENSE

Distributed under the GNU General Plublic License version 2 as pugblished by the Free Software Fondation, Inc.

BIG FAT WARNING:

 **USE AT YOUR OUWN RISK, EVERYTHING IS GIVEN 'AS IS'**

About

mirror of https://gitlab.com/tokiclover/hprofile

License:GNU General Public License v2.0


Languages

Language:Shell 63.8%Language:Roff 24.2%Language:Makefile 9.0%Language:Vim Script 3.0%