Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - miniminiyo

#1
Para eso se usan aplicaciones de cacheado del tipo squid ;) aca te dejo el link

No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
#2
.conkyrc

Código: bash
# conky configuration
# edited by miniminiyo

# set to yes if you want Conky to be forked in the background
background no

# Update interval in seconds
update_interval 1,66
${offset 200}${color slate grey}${nodename}}
${offset 200}${color slate grey}${time %a, } ${color }${time %e %B %G}
${offset 200}${color slate grey}${time %Z,    }${color }${time %H:%M:%S}
${offset 200}${color slate grey}UpTime: ${color }$uptime
${offset 200}${color slate grey}Kern:${color }$kernel
${offset 200}${color slate grey}Arquitectura:${color }$machine
${offset 200}${color slate grey}CPU:${color #8F4A4E} $cpu% ${freq_g}Ghz
#${offset 200}${execi 60 sensors | grep 'Core 0' | cut -c16-17}°C / ${execi 30 sensors | grep 'Core 1' | cut -c16-17}
${offset 200}${color slate grey}Load:${color #8F4A4E}$loadavg
${offset 200}${color slate grey}Processes: ${color }$processes 
${offset 200}${color slate grey}Running:${color }$running_processes

${offset 200}${color slate grey}Highest CPU:
${offset 200}${color #ddaa00} ${top name 1}${top_mem cpu 1}
${offset 200}${color lightgrey} ${top name 2}${top cpu 2}
${offset 200}${color lightgrey} ${top name 3}${top cpu 3}
${offset 200}${color lightgrey} ${top name 4}${top cpu 4}

${offset 200}${color slate grey}Highest MEM:
${offset 200}${color #ddaa00} ${top_mem name 1}${top_mem mem 1}
${offset 200}${color lightgrey} ${top_mem name 2}${top_mem mem 2}
${offset 200}${color lightgrey} ${top_mem name 3}${top_mem mem 3}
${offset 200}${color lightgrey} ${top_mem name 4}${top_mem mem 4}

${offset 200}${color slate grey}MEM-user:  ${color } $memperc% $mem/$memmax
${offset 200}${color slate grey}MEM-buffer:  ${color } $buffers
${offset 200}${color slate grey}MEM-cached:  ${color } $cached
${offset 200}${color slate grey}MEM-free:  ${color } $memfree

${offset 200}${color slate grey}Lectura: ${color #ddaa00}$diskio_read
${offset 200}${color slate grey}Escritura: ${color #8F4A4E}$diskio_write

${offset 200}${color slate grey}Battery:  ${color #8F4A4E} $battery_percent %

${offset 200}${color slate grey}/:    ${color }${fs_free /}/${fs_size /}
${offset 200}${fs_bar 3,100 /}
${offset 200}${color slate grey}SWAP:${color }${swapperc /}%${color }    ${swap /}${swapmax /}
${offset 200}${swapbar 3,100 }
${offset 200}${color slate grey}/HOME:  ${color }${fs_free /home}/${fs_size /home}
${offset 200}${fs_bar 3,100 /home}

${offset 200}${color slate grey}NET:

${offset 200}${color}Up: ${color #ddaa00}${upspeed wlan0} ${color #ddaa00}${upspeed eth0} 
${offset 200}${color}Down: ${color #8F4A4E}${downspeed wlan0} ${color #8f4a4e}${downspeed eth0} 

${offset 200}${color}UpTotal: ${color #ddaa00}${totalup wlan0} ${totalup eth0}
${offset 200}${color}DownTotal: ${color #8F4A4E}${totaldown wlan0}  ${totaldown eth0}

${offset 200}${color slate grey}Wireless:
${offset 200}${color}Servidor ${color #8F4A4E}${wireless_essid wlan0}
${offset 200}${color}Calidad ${color #8F4A4E}${wireless_bitrate wlan0}
${offset 200}${color}Modo ${color #8F4A4E}${wireless_mode wlan0}
${offset 200}${color}Calidad % ${color #8F4A4E}${wireless_link_qual_perc wlan0}%
${offset 200}${color}Ip Publica:
${offset 200}${color #8F4A4E}${execi 6000 echo $(curl -s http://ipwhats.appspot.com/ )}
${offset 200}${color}Acces point MAC:
${offset 200}${color #8F4A4E}${wireless_ap wlan0}
${offset 200}$color} Ip Interna:
${offset 200}${color #8F4A4E} ${addrs wlan0}
#${color} ${addrs eth0}


Quedaria asi





#3
Java / Re:Capturador de Pantalla remoto [By Expermicid]
Febrero 03, 2013, 08:18:26 PM
muy bueno el programa,se agradece el aporte
#4
Me parece que este truco tambien deberia estar dentro,ya que sirve para saber nuestro software de forma comoda ;)

Código: text
$dpkg --get-selections | grep install > programasInstalados.txt


o simplemente;
Código: text

$dpkg --get-selections | grep install


Muchas veces hace falta saberlo,para poder migrar a otra version,a otra distro o incluso a otro mundo :P