Polski portal użytkowników dystrybucji Debian GNU/Linux, dyskusje, artykuły, nowości, blog, porady, pomoc.
https://593930.wb34atkl.asia/
Kod: Zaznacz cały
aptitude update
Kod: Zaznacz cały
aptitude install conky
Kod: Zaznacz cały
sudo apt-get update
Kod: Zaznacz cały
sudo apt-get install conky
Kod: Zaznacz cały
/home/nazwa_użytkownika/.conkyrc
Kod: Zaznacz cały
touch ~/.conkyrc
Kod: Zaznacz cały
background yes
#prawy dolny rog
gap_x 1050
gap_y 50
maximum_width 200
# X font when Xft is disabled, you can pick one with program xfontsel
#font -*-*-*-r-normal--14-*-*-*-c-*-iso8859-2
font -xos4-terminus-*-r-normal-*-12-100-*-*-c-*-iso10646-1
# Use Xft?
use_xft yes
#xftfont Bitstream Vera Sans Mono:size=8
xftfont Terminus:encoding=utf-8:size=9
xftalpha 0.9
update_interval 1.0
total_run_times 0
own_window no
#own_window_type desktop
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent yes
# If own_window_transparent is set to no, you can set the background colour here
own_window_colour hotpink
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
draw_shades yes
draw_outline no
draw_borders no
stippled_borders 8
border_margin 4
border_width 1
default_color white
default_shade_color black
default_outline_color white
alignment top_left
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer yes
TEXT
${color #ddaa00}${font Terminus:encoding=iso8859-2:size=15}${time %A}${color}
${font :encoding=iso8859-2:size=9}$alignc${color #ddaa00}${time %e %B %G}
${color slate grey}Kernel:
$alignc${color }$kernel
${color slate grey}UpTime:
$alignc${color }$uptime
${color slate grey}Load:
$alignc${color }$loadavg
${color }${color slate grey}CPU: $color%${color #ddaa00}$cpu$alignr$color$running_processes/ $processes
${color slate grey}${cpugraph 25,200 000000 ffffff}
${font :size=8}${color #ddaa00}${top name 1}$alignr${top cpu 1}
${color lightgrey}${top name 2}$alignr${top cpu 2}
${color lightgrey}${top name 3}$alignr${top cpu 3}
${color lightgrey}${top name 4}$alignr${top cpu 4}
${font :size=9}
${color slate grey}RAM: $color%$memperc ${alignr}$mem
${membar 5,200}
${color slate grey}SWAP: $color%$swapperc ${alignr}$swap
${swapbar 5,200}
${font :size=8}${color #ddaa00}${top_mem name 1}$alignr${top_mem mem 1}
${color lightgrey}${top_mem name 2}$alignr${top_mem mem 2}
${color lightgrey}${top_mem name 3}$alignr${top_mem mem 3}
${color lightgrey}${top_mem name 4}$alignr${top_mem mem 4}
${font :size=9}
${color slate grey}TWARDZIEL: $color$alignr$diskio
${color slate grey}${diskiograph 25,200 000000 ff0000}
${color slate grey} /:${alignr}${color }${fs_free /}
${fs_bar 5,200 /}
${color slate grey}INTERNET:
${color}DL:${color #ddaa00}${downspeed eth0}${color}UP:${color #ddaa00}${upspeed eth0}${color}${alignr}KiB/s
${offset 10}${color}Total: ${color white}${totaldown eth0}
${offset 10}${color}Total: ${color white}${totalup eth0}
${color slate grey}${downspeedgraph eth0 25,200 000000 00ff00}
${color slate grey}${upspeedgraph eth0 25,200 000000 0000ff}
${color #0077ff}@Connections@
$color Outbound: ${tcp_portmon 32768 61000 count}
$color Inbound: ${tcp_portmon 1 32767 count}
${color #0077ff}Outbound Connection ${alignr} Port$color
${tcp_portmon 32768 61000 rip 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
${tcp_portmon 32768 61000 rip 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
${tcp_portmon 32768 61000 rip 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}
${tcp_portmon 32768 61000 rip 3} ${alignr} ${tcp_portmon 32768 61000 rservice 3}
${tcp_portmon 32768 61000 rip 4} ${alignr} ${tcp_portmon 32768 61000 rservice 4}
${tcp_portmon 32768 61000 rip 4} ${alignr} ${tcp_portmon 32768 61000 rservice 5}
${tcp_portmon 32768 61000 rip 4} ${alignr} ${tcp_portmon 32768 61000 rservice 6}
${tcp_portmon 32768 61000 rip 4} ${alignr} ${tcp_portmon 32768 61000 rservice 7}
${tcp_portmon 32768 61000 rip 4} ${alignr} ${tcp_portmon 32768 61000 rservice 8}
${tcp_portmon 32768 61000 rip 4} ${alignr} ${tcp_portmon 32768 61000 rservice 9}
${tcp_portmon 32768 61000 rip 4} ${alignr} ${tcp_portmon 32768 61000 rservice 10}
Kod: Zaznacz cały
conky
Kod: Zaznacz cały
Load "dbe"
Kod: Zaznacz cały
double_buffer yes
Kod: Zaznacz cały
feh --bg-scale `dcop kdesktop KBackgroundIface currentWallpaper 1`
Kod: Zaznacz cały
aptitude install feh
Kod: Zaznacz cały
own_window yes
own_window_type override
Kod: Zaznacz cały
/home/nazwa_użytkownika/
Kod: Zaznacz cały
~/
Kod: Zaznacz cały
#prawy dolny rog
gap_x 1050
gap_y 100
Kod: Zaznacz cały
maximum_width 200
Kod: Zaznacz cały
update_interval 1.0
Kod: Zaznacz cały
own_window no
Kod: Zaznacz cały
default_color white
default_shade_color black
default_outline_color white
Kod: Zaznacz cały
override_utf8_locale no
Kod: Zaznacz cały
TEXT
Kod: Zaznacz cały
${color slate grey}Jądro:
$alignc${color }$kernel
Kod: Zaznacz cały
${font :size=8}
Kod: Zaznacz cały
${alignr}
Kod: Zaznacz cały
${color slate grey}TWARDZIEL: $color$alignr$diskio
${color slate grey}${diskiograph 25,200 000000 ff0000}
Kod: Zaznacz cały
aptitude update
Kod: Zaznacz cały
aptitude install lm-sensors lm-sensors-source
Kod: Zaznacz cały
sensors-detect
Kod: Zaznacz cały
sensors
Kod: Zaznacz cały
${color }CPU:$color ${i2c temp 2}C ${color }MB:$color ${i2c temp 1}C
Kod: Zaznacz cały
apt-get update
apt-get dis-upgrade
Kod: Zaznacz cały
vim /etc/init.d/UPGRADE.MONITOR
Kod: Zaznacz cały
#!/bin/bash
apt-get update
sh -c "apt-get dist-upgrade -s | grep Inst | cut -c 6- > /var/log/upgrades.log"
Kod: Zaznacz cały
chmod +x /etc/init.d/UPGRADE.MONITOR
Kod: Zaznacz cały
vim /etc/crontab
Kod: Zaznacz cały
10,20,30,40,50,59 * * * * root /etc/init.d/UPGRADE.MONITOR
Kod: Zaznacz cały
/etc/init.d/cron reload
Kod: Zaznacz cały
~/.conkyrc
Kod: Zaznacz cały
Pakiety do aktualizacji:
${execi 20 cat /var/log/upgrades.log}
Kod: Zaznacz cały
#!/bin/bash
gmail_login="xxx" #login do skrzyki
gmail_password="yyy" #hasło do konta
dane="$(wget --secure-protocol=TLSv1 --timeout=3 -t 1 -q -O - \
https://${gmail_login}:${gmail_password}@mail.google.com/mail/feed/atom \
--no-check-certificate | grep 'fullcount' \
| sed -e 's/.*<fullcount>//;s/<\/fullcount>.*//' 2>/dev/null)"
if [ -z "$dane" ]; then
echo "Connection Error !"
else
echo "GMail: $dane list(ów)"
fi
Kod: Zaznacz cały
chmod +x ~/check_gmail.sh
Kod: Zaznacz cały
${execi 60 ~/check_gmail.sh}
Kod: Zaznacz cały
aptitude update && aptitude install hddtemp
Kod: Zaznacz cały
nc localhost 7634
Kod: Zaznacz cały
|/dev/sda|WDC WD1600JS-22NCB1|36|C|
Kod: Zaznacz cały
nc localhost 7634 | cut -d'|' -f4
Kod: Zaznacz cały
touch ~/.conky_script_hddtemp && chmod +x ~/.conky_script_hddtemp
Kod: Zaznacz cały
vim ~/.conky_script_hddtemp
Kod: Zaznacz cały
#!/bin/bash
echo "$(nc localhost 7634 | cut -d'|' -f4)"
Kod: Zaznacz cały
sh ~/.conky_script_hddtemp
Kod: Zaznacz cały
$color${execi 1 /home/TY/.conky_script_hddtemp} ${color #ddaa00} °C
Kod: Zaznacz cały
${color slate grey}TWARDZIEL: $color$alignr$diskio
Kod: Zaznacz cały
${color slate grey}TWARDZIEL: $color${execi 1 /home/TY/.conky_script_hddtemp} ${color #ddaa00} °C $color$alignr$diskio
Kod: Zaznacz cały
hddtemp dev, (host,(port)) Displays temperature of a selected hard disk drive
as reported by the hddtemp daemon
running on host :p ort. Default host is
127.0.0.1, default port is 7634.