Autentificare
facebook MW pe Facebook
twitter MW pe Twitter
© Mobilewave.ro
versiunea desktop
Inițiator acum 16 ani
SwAmP
MW Addicted
Ultimul acum 15 ani
Warez
MW Lurker
Cauta in topic
Unelte topic
Dacă vă place acest articol trimiteți mai departe!

Linux Config Files

568 vizualizări
11 răspunsuri
autor subiect #1
SwAmP
MW Addicted
926 mesaje
din 23/02/2008
3 aprecieri
13 aprilie 2010, 21:54:55 • actualizat 13 aprilie 2010, 21:56:58 (1 ori)
Aici vom face schimb de configurarile de la anumite programe, ex: conky, mpd, etc...

Postarile se vor face sub forma asta:

My conky config
background yes
use_xft yes
xftfont Sans:size=8
own_window yes
own_window_type normal # Try also 'normal' or 'override'
xftalpha 1
update_interval 1.0
total_run_times 0
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 200 200
maximum_width 200
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
default_color white
default_shade_color blue
default_outline_color white
alignment bottom_right
gap_x 12
gap_y 12
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no

TEXT

${image ~/Others/tzn.png -p 0,0 -s 200x40}


${font sans-serif:bold:size=8}SYSTEM ${hr 2}
${font sans-serif:normal:size=8}$sysname $kernel $alignr $machine
Host:$alignr$nodename
Uptime:$alignr$uptime
File System: $alignr${fs_type}

${font sans-serif:bold:size=8}AMD Sempron(tm) 3000+${hr 2}
${font sans-serif:normal:size=8}${cpugraph cpu1}
CPU:${color white} ${freq}MHz $alignr Used: ${cpu cpu1}%
${cpubar cpu0 3,238}

${font sans-serif:bold:size=8}MEMORY ${hr 2}
${font sans-serif:normal:size=8}RAM $alignc $mem / $memmax $alignr $memperc%
$membar
${font sans-serif:normal:size=8}SWAP $alignc $swap / $swapmax $alignr $swapperc%
$swapbar

${font sans-serif:bold:size=8}HDD Western 80 GB ${hr 2}
${font sans-serif:normal:size=8}/ $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%
${fs_bar /}
${font sans-serif:normal:size=8}/home $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_used_perc /home}%
${fs_bar /home}
${font sans-serif:normal:size=8}/media/trizen $alignc ${fs_used /media/trizen} / ${fs_size /media/trizen} $alignr ${fs_used_perc /media/trizen}%
${fs_bar /media/trizen}

${font sans-serif:bold:size=8}TOP PROCESSES ${hr 2}
${font sans-serif:normal:size=8}${top_mem name 1}${alignr}${top mem 1} %
${top_mem name 2}${alignr}${top mem 2} %
$font${top_mem name 3}${alignr}${top mem 3} %
$font${top_mem name 4}${alignr}${top mem 4} %

${font sans-serif:bold:size=8}NETWORK PPP${hr 2}
${font sans-serif:normal:size=8}IP address: $alignr ${addr ppp0}
${downspeedgraph ppp0}
Download: ${downspeed ppp0}kb/s $alignr total: ${totaldown ppp0}
${upspeedgraph ppp0}
Upload: ${upspeed ppp0}kb/s $alignr total: ${totalup ppp0}

${font sans-serif:bold:size=8}SHORTCUT KEYS ${hr 2}
${font sans-serif:normal:size=8}Super+D$alignr Desktop
Super+E$alignr PCManFM
Super+R$alignr Run Apps
CTRL+C$alignr Copy
CTRL+V$alignr Paste
CTRL+X$alignr Cut
Simple F2$alignr Rename
ALT+Enter$alignr Properties
CTRL+ALT+F1$alignr Safe Exit
Screenshot: http://i39.tinypic.com/wtdesk.png

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Atentie! Daca configurarea depaseste 100 de linii recomand sa folositi site-ul PasteBin.com si scrieti doar un simplu link catre configurarea respectiva.
Multumesc! O zi buna!
Publicitate
Publicitate
#2
wmlinuz
MW Lurker
443 mesaje
din 30/12/2009
13 aprilie 2010, 21:59:33 • actualizat 13 aprilie 2010, 22:08:56 (3 ori)
hihi.

my moc config  :D

http://pastebin.com/ktAXV784

http://i44.tinypic.com/28c10ys.jpg

si ~/.config/openbox/autostart.sh


# wallpaper
# xsetroot -solid black &
feh --bg-scale ~/.wallpapers/piranha_widescreen.png &

# transparency
# xcompmgr -cC -t-3 -l-5 -r5 &

# mandatory
conky &
tint2 &
#thunar --daemon &

# optional
gvolwheel &
parcellite &

# disable screen blanking
xset s off
xset s noblank
xset -dpms
my ~/.bash_profile :))

. $HOME/.bashrc
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
startx >/dev/null 2>&1
logout
fi
#3
Warez
MW Lurker
245 mesaje
din 06/07/2009
14 aprilie 2010, 17:58:28 • actualizat 14 aprilie 2010, 18:00:19 (1 ori)
My little conky :lol: (Nu e creat de mine, gasit p net)

http://s4.postimage.org/aTpf0.jpg


http://pastebin.com/s1mtdPhC
autor subiect #4
SwAmP
MW Addicted
926 mesaje
din 23/02/2008
3 aprecieri
24 aprilie 2010, 22:42:54
/etc/rc.conf
Doar strictul necesar, start-up in ~20 secunde, RAM: ~80 MB pe XFCE4.

http://pastebin.com/v1hAp8ah

*****************************

/etc/inittab
Start lxdm by default

http://pastebin.com/PkBqiDWF

*****************************

~/conkyrc
Conky config (edited)

Config: http://pastebin.com/HrpMqfBN
Screenshot: http://i39.tinypic.com/10xr34o.png

*****************************
#5
wmlinuz
MW Lurker
443 mesaje
din 30/12/2009
24 aprilie 2010, 22:50:18
pune crond inapoi in lista cu DAEMONS..

eu folosesc x:5:once:/bin/su bogdan -l -c "/bin/bash --login -c /usr/bin/startx >/dev/null 2>&1"  :D
autor subiect #6
SwAmP
MW Addicted
926 mesaje
din 23/02/2008
3 aprecieri
24 aprilie 2010, 22:51:50
De ce? :hmm:
#7
wmlinuz
MW Lurker
443 mesaje
din 30/12/2009
24 aprilie 2010, 23:01:47
$ ls /etc/cron.*/
/etc/cron.daily/:
logrotate man-db shadow

/etc/cron.hourly/:
adjtime

/etc/cron.monthly/:

/etc/cron.weekly/:

crond is a background daemon that parses individual crontab files and executes commands on behalf of the users in question.

nu incerc sa fac pe guru, dar eu unul l-as pune inapoi. am un pentium3 si tot nu ma lasa inima sa renunt la crond.
autor subiect #8
SwAmP
MW Addicted
926 mesaje
din 23/02/2008
3 aprecieri
24 aprilie 2010, 23:15:54
Nu era scris la daemons, dar daca era il stergeam cu siguranta. Totdeauna am dezactivat servicile gen cron*/acron si n-am avut probleme, dar daca spui ca e asa important il voi adauga acolo. Multumesc!
#9
wmlinuz
MW Lurker
443 mesaje
din 30/12/2009
25 aprilie 2010, 00:34:39
uite un exemplu:

# cat /etc/cron.daily/shadow
#!/bin/sh

# Verify integrity of password and group files
/usr/sbin/pwck -r
/usr/sbin/grpck -r
autor subiect #10
SwAmP
MW Addicted
926 mesaje
din 23/02/2008
3 aprecieri
26 aprilie 2010, 06:23:08
Fluxbox menu
Config - http://pastebin.com/K2kBd6p6

Screenshot:
http://i41.tinypic.com/29y59bb.png
autor subiect #11
SwAmP
MW Addicted
926 mesaje
din 23/02/2008
3 aprecieri
26 iunie 2010, 10:29:44
Tint2 - very light

Config: http://pastebin.com/XLFMUG8J

Changes:
- Position: top center
- No border
- Resized
- Close a program with middle click
- Font size changed

Screenshot: http://i46.tinypic.com/2cnboci.jpg
#12
Warez
MW Lurker
245 mesaje
din 06/07/2009
15 mai 2011, 12:13:48 • actualizat 16 mai 2011, 12:10:56 (2 ori)
http://pastebin.com/N2MjRn1i


Cam asa arata , click pe imagine.

http://s2.postimage.org/17ghe409w/Captur_de_ecran_15_05_2011_12_12_17.jpg
Înapoi la Linux
cine e aici?
Subiectul a fost creat la .
versiunea desktop
0.027⋅4⋅0