modified: readme.md

modified:   skriptkontrol.sh
	new file:   vaultoughXenv.png
This commit is contained in:
Serguei Chmod777
2015-11-29 00:02:49 +01:00
parent dc258efc17
commit ff23fc6199
3 changed files with 98 additions and 9 deletions

View File

@@ -1,13 +1,18 @@
#!/bin/sh
xterm -geometry 94x46+514+0 -e "clear;figlet -f speed $(echo "$(uname -s -r)" | tr '[:lower:]' '[:upper:]');
xterm -geometry 94x46+514+0 -e "clear;figlet -f \
speed $(echo "$(uname -s -r)" | tr '[:lower:]' '[:upper:]');
figlet -f graffiti $USER;cat ~/.puffy;ksh" &
xclock -bg grey -fg black -hd black -hl black -padding 0 -update 1 -geometry 150x150+1116+395 &
xload -bg grey -geometry +1116+559 &
# ===========================performances===================================== #
xset b off &
xrdb $HOME/.Xdefaults &
# ===============to=be=commented=if=fvwmrc=left=unchanged===================== #
xclock -bg grey -fg black -hd black -hl black -padding 0 -update 1 \
-geometry 150x150+1116+395 &
xload -bg grey -geometry +1116+559 &
# ===============================performances================================= #
echo " __________________________________________________________________"
echo " | 1) minimal cpu freq, requires root passwd (else != 1) |"
echo " | 2) start default apm daemon... |"
@@ -21,7 +26,7 @@ esac
apmd
# ============================================================================= #
# ============================================================================ #
i="0"
while [ $i -lt 1 ]
@@ -29,9 +34,18 @@ do
clear
# =======================huge==linear==goret==part============================= #
# ==========================huge==linear==goret==part========================= #
echo " "
echo -n " " && uname -srp && echo -n " *** CHECKING SYSTEM TERM ***" && echo "\n" && apm && echo "----------------------------------------------------------" && df -h && echo "----------------------------------------------------------" && sysctl | grep sensors.cpu && echo "----------------------------------------------------------" && top | head -14 | tail -8 | awk '{$1=$2=$3=$4=""; print $0}' && echo "\n\t\t\t\t [by serguei.chmod77]" && echo "----------------------------------------------------------" && figlet -f graffiti Kontrol &
echo -n " " && uname -srp && echo -n " *** CHECKING SYSTEM TERM ***" \
&& echo "\n" && apm && \
echo "----------------------------------------------------------" && \
df -h && echo "----------------------------------------------------------" \
&& sysctl | grep sensors.cpu && \
echo "----------------------------------------------------------" && \
top | head -14 | tail -8 | awk '{$1=$2=$3=$4=""; print $0}' && \
echo "\n\t\t\t\t [by serguei.chmod77]" && \
echo "----------------------------------------------------------" && \
figlet -f graffiti Kontrol &
# both of the (n,n') values in "head -14 | tail -8" before awk's treatment are
# relative to the number of your cpu threads. So it's up to you to adjust these