Web, mail, IRC, IM, hálózatok

Mutt beállítások

Üdv,

Tudnátok segíteni kicsit Mutt ügyben?

Régóta szemezgetek vele, sokszor kellene X nélküli MUA, és elolvastam a neten található Wiki-ket, átnéztem emberekék minta rc fájljait, de sajna nem találok egy olyan leírást, amely megmutatná hogy a ~/.muttrc-be mit állítsak be csak az alap dolgokhoz. Tehát a bajom az, hogy ami infót találtam a neten, az mind túlkonfigolt példákat adott.

Claws-mail MH formátumú leveleiről szeretnék áttérni, lehetőleg az 1 file / üzenet formátum megtartásával (esetleg érdemes lenne Maildir, vagy maradhatna MH?)

Ahogy látom tud GPG-t, TLS-t, SSL-t stb.

sSmtp-t állítanám be neki MTA-nak. MRA-t tud, vagyis le tudná szedni a pop3-ról a leveleket? ha nem, akkor fetchmail+procmail vagy getmail4-et tenném hozzá.

Tudnátok valami jó kis howto-hoz linket adni (a neten rémesek amiket találtam, a saját oldalán is) :) ?

Amire még nem találtam infót az pár kérdés:
- jól tud keresni a levelek tartalmában?
- kimenő leveleket is letárolja?
- mutatja színnel vagy máshogy az új (nem olvasott) leveleket?
- lehet benne megjelölni színnel vagy máshogy leveleket?

Előre is köszi minden segítséget.

squid upload korlátozás

feltöltést is korlátozni akarom, erre a squid tűnik a legalkalmasabb eszköznek.

ez a jelenlegi squid.conf
#squid.conf
#Every option in this file is very well documented in the original squid.conf file
#and on http://www.visolve.com/squidman/Configuration%20Guide.html

#
#The ports our Squid will listen on.
http_port 3128
icp_port 3130
#cgi-bins will not be cached.
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
#Memory the Squid will use. Well, Squid will use far more than that.
cache_mem 16 MB
#100 means that Squid will use 100 megabytes of disk space.
cache_dir ufs c:/squid/var/cache 100 16 25

#Places where Squid's logs will go to.
cache_log c:/squid/var/logs/cache.log
cache_access_log c:/squid/var/logs/access.log
cache_store_log c:/squid/var/logs/store.log
cache_swap_log c:/squid/var/logs/swap.log
#How many times to rotate the logs before deleting them.
#See the FAQ for more info.
logfile_rotate 10

redirect_rewrites_host_header off
cache_replacement_policy GDSF
acl localnet src 192.168.1.0/255.255.255.0
acl localhost src 127.0.0.1/255.255.255.255
acl Safe_ports port 80 443 210 119 70 20 21 1025-65535
acl CONNECT method CONNECT
acl all src 0.0.0.0/0.0.0.0
http_access allow localnet
http_access allow localhost
http_access deny !Safe_ports
http_access deny CONNECT
http_access deny all
maximum_object_size 3000 KB
store_avg_object_size 50 KB

#Set these if you want your proxy to work in a transparent way.
#Transparent proxy means you generally don't have to configure all
#your client's browsers, but hase some drawbacks too.
#Leaving these uncommented won't do any harm.
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on

#all our LAN users will be seen by external web servers
#as if they all used Mozilla on Linux. :)
anonymize_headers deny User-Agent
fake_user_agent Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6+) Gecko/20011122

#To make our connection even faster, we put two lines similar
#to the ones below. They will point a parent proxy server our own Squid
#will use. Don't forget to change the server to the one that will
#be fastest for you!
#Measure pings, traceroutes and so on.
#Make sure that http and icp ports are correct.

#Uncomment lines beginning with "cache_peer" if necessary.
#This is the proxy you are going to use for all connections...
#cache_peer w3cache.icm.edu.pl parent 8080 3130 no-digest default

#...except for the connections to addresses and IPs beginning with "!".
#It's a good idea not to use a higher
#cache_peer_domain w3cache.icm.edu.pl !.pl !7thguard.net !192.168.1.1

#This is useful when we want to use the Cache Manager.
#Copy cachemgr.cgi to cgi-bin of your www server.
#You can reach it then via a web browser typing
#the address http://your-web-server/cgi-bin/cachemgr.cgi
cache_mgr your@email
cachemgr_passwd secret_password all

#This is a name of a user our Squid will work as.
cache_effective_user squid
cache_effective_group squid

log_icp_queries off
buffered_logs on

#####DELAY POOLS
#This is the most important part for shaping incoming traffic with Squid
#For detailed description see squid.conf file or docs at http://www.squid-cache.org

#We don't want to limit downloads on our local network.
acl magic_words1 url_regex -i 192.168

#We want to limit downloads of these type of files
#Put this all in one line
acl magic_words2 url_regex -i ftp .exe .mp3 .vqf .tar.gz .gz .rpm .zip .rar .avi .mpeg .mpe .mpg .qt .ram .rm .iso .raw .wav .mov .7z

#We don't block .html, .gif, .jpg and similar files, because they
#generally don't consume much bandwidth

#We want to limit bandwidth during the day, and allow
#full bandwidth during the night
#Caution! with the acl below your downloads are likely to break
#at 23:59. Read the FAQ in this bandwidth if you want to avoid it.
acl day time 00:00-23:59

#We have two different delay_pools
#View Squid documentation to get familiar
#with delay_pools and delay_class.
delay_pools 2

#First delay pool
#We don't want to delay our local traffic.
#There are three pool classes; here we will deal only with the second.
#First delay class (1) of second type (2).
delay_class 1 2

#-1/-1 mean that there are no limits.
delay_parameters 1 -1/-1 -1/-1

#magic_words1: 192.168 we have set before
delay_access 1 allow magic_words1

#Second delay pool.
#we want to delay downloading files mentioned in magic_words2.
#Second delay class (2) of second type (2).
delay_class 2 2

#The numbers here are values in bytes;
#we must remember that Squid doesn't consider start/stop bits
#59000/150000 are values for the whole network
#59000/120000 are values for the single IP
#after downloaded files exceed about 150000 bytes,
#(or even twice or three times as much)
#they will continue to download at about 5000 bytes/s

delay_parameters 2 59000/150000 59000/120000
#We have set day to 05:00-23:59 before.
delay_access 2 allow day
delay_access 2 deny !day
delay_access 2 allow magic_words2

#EOF

úgy tűnik, csak a downloadot korlátozza, az uploadot nem. arra mit kell külön megadni?

Yahoo messenger (Gyachi, Empathy, etc...) probléma Kubuntu linuxon

Sziasztok,

Yahoo-t használok csetelésre, és egy pár napja a következõ jelenséggel találtam szembe magam: Amit nekem írnak azt probléma mentesen megkapom de amit én írok azt a másik fél nem látja. Probálkoztam már Gyachi-val, Emphaty-val, Kopete-vel de mindenikkel ugyanaz a helyzet.
Látott már valaki ilyent ? Van valakinek ötlete esetleg hogy mi lehet a bibi ?

Köszi elõre is.

Usumu

groupware alkalmazasok osszehasonlitasa

Hello!

Szeretnek vmi komplexebb rendszert a mostani levelezo szerver (ldap auth+postfix+dovecot+amavis+spamassasin+squirrelmail) helyett/mellett ami tud calendart es kozponti address book-ot, meg vmi hasznalhato webfeluletet es lehetoleg ezt minnel inkabb szabvanyok alapjan kommunikalva vagy ismertebb kliensek tudjak kezelni/szinkronizalni vele.
Pontosan meg en se tudom mi lenne a jo, hogy levaltani vmi kompletten uj komplex dologra, vagy a mostanit javitgatni, bovitgetni extra megoldasokkal.

Nezegettem egroupware-t meg zimbrat mint komplettebb megoldast, kinek milyen tapasztalata van ezekkel.
Melyik mennyire megbizhato, tudnak-e ldap-bol auth-ot, melyik mennyire felhasznalobarat end-user szempőntjabol, mennyire frissitik/tartjak karban ezeket, mennyire tudnak szinkronizalni ismertebb/elterjedtebb kliensekkel, esetleg szet lehet-e valogatni egyes reszeit ha en pl szeretnem h tovabbra is a meglevo postfix-et es hasonlot hasznalja, de a tobbit ami nincs vagy nem tetszik a mostani nekem azt sajatjabol vegye, maildir formatumot hasznalnak-e ezek vagy mit?
Emlitetteken felul milyen extrakat tudhatnak, pl levlistak kezelese, nntp szolgaltatas, dokumentumok megosztasa es hasonlok
Ill. milyen hasonlokat ismertek meg vagy mi mas megoldast tudtok ajanlani?

Koszi!

MediaWiki, WEBdav valami egyszerűbb?

Keresek valami olyan WEB alapú eszközt amivel a saját és mások által készített dokumentációt, linkek, átláthatóan, kereshetően és archiválhatóan tudnám kezelni. A dokumentumok sokszor egyszerű szöveges jegyzetek de PDF és HTML is előfordul (atz arányuk egyre nő).
A MediaWiki túl körülményes, nem igen lesz itt más aki ezt kezeli mint én. A WEBDAV már túl egyszerű (illetve még nem is igen néztem meg) és (gondolom) a HTML -t is nagyon kell ismerni hozzá. RDBMS -t tudok alátenni.
Tudtok valami egyszerű, kézreálló cuccot?

Chrome DEV channel + FlashPlayer - ubuntu 9.04

Hello,

Minap telepitettem a Google Chrome [DEV] valtozatat Ubuntu 9.04 ala. Nagyon szepen fut es merfoldekkel gyorsabb mint a FF. Apro problema - a Flash nem megy benne - szol, hogy telepitsem a FlashPlayert. Flash telepitve van - FF alatt szepen jatsza a tartalmat.
Keresgeltem a googlival de sehol sem kaptam egy jo magyarazatot / egy hasznalhato kiindulasi pontot. Valakinek van valami otlete, honnan induljak el?

Koszi,
rozmar564