|
|
|
![]() |
|
Strumenti |
![]() |
#19141 |
Senior Member
Iscritto dal: May 2006
Città: Dagli Abruzzi con furore a Bologna col trattore...
Messaggi: 513
|
Auguri di buon anno debianisti
![]() ![]() ![]() ![]() ![]() ![]()
__________________
stan @ jabber.linux.it | irc.pocoserio.net #poco-serio | Ricorda: sii spammer
100% Microshit Windows Free ![]() |
![]() |
![]() |
#19142 |
Senior Member
Iscritto dal: Feb 2004
Città: BhO
Messaggi: 3701
|
buon 2007
__________________
il cucchiaio non esiste...MondoIT: recensioni, appunti di vita da nerd, virtualizzazione e altre diavolerie informatiche Linux User 414915 linux counter Ho concluso con yorick, gor, djgusmy85, sulphur, Rospaccio, Leland Gaunt, paciuli
|
![]() |
![]() |
#19143 |
Senior Member
Iscritto dal: Nov 2002
Città: Morio Cho
Messaggi: 2595
|
BUON 2007 A TUTTI
![]() ![]()
__________________
Sono GULDO, non Guido! Cioè, certo che guido... Bé, insomma, avete capito ![]() Linux 2.6.26|Debian|Debian@Hwupgrade|Debian Clan|Solo Puffin ti darà forza e grinta a volontà! NERD rank 62|Milla Jovovich|大事な物はいつも形の無い物だけ Sito e Forum sul Giappone|La mia libreria su aNobii |
![]() |
![]() |
#19144 |
Senior Member
Iscritto dal: May 2004
Messaggi: 7806
|
# 4661 TCP (outgoing): Port, on which a server listens for connection (defined by server).
# 4662 TCP (outgoing and incoming): Client to client transfers. # 4665 UDP (outgoing and incoming): Used for global server searches and global source queries. This is always Client TCP port + 3 # 4672 UDP (outgoing and incoming): Extended eMule protocol, Queue Rating, File Reask Ping, Kad. Kad will be 'firewalled' if NAT (Network Address Translation) remaps this port number. ho abilitato secondo wiki queste porte nel mio iptables ma amule è firewalled perche??? Arno's Iptables Firewall Script v1.8.8c ------------------------------------------------------------------------------- Sanity checks passed...OK Detected IPTABLES module... Loading additional IPTABLES modules: All IPTABLES modules loaded! Configuring /proc/.... settings: Enabling anti-spoof with rp_filter Enabling SYN-flood protection via SYN-cookies Disabling the logging of martians Disabling the acception of ICMP-redirect messages Setting the max. amount of simultaneous connections to 16384 Enabling protection against source routed packets Setting default conntrack timeouts Enabling reduction of the DoS'ing ability Setting Default TTL=64 Disabling ECN (Explicit Congestion Notification) Enabling support for dynamic IP's Flushing route table /proc/ setup done... Flushing rules in the filter table Setting default (secure) policies Using loglevel "info" for syslogd Setting up firewall rules: ------------------------------------------------------------------------------- Accepting packets from the local loopback device Enabling setting the maximum packet size via MSS Enabling mangling TOS Logging of stealth scans (nmap probes etc.) enabled Logging of packets with bad TCP-flags enabled Logging of INVALID packets disabled Logging of fragmented packets enabled Logging of access from reserved addresses enabled Setting up anti-spoof rules Reading custom IPTABLES rules from /etc/arno-iptables-firewall/custom-rules Loading (user) plugins Setting up INPUT policy for the external net (INET): Enabling support for a DHCP assigned IP on external interface(s): eth0 Logging of explicitly blocked hosts enabled Logging of denied local output connections enabled Packets will NOT be checked for private source addresses Allowing the whole world to connect to TCP port(s): 4662 Allowing the whole world to connect to UDP port(s): 4665 4672 8767 Denying the whole world to send ICMP-requests(ping) Logging of dropped ICMP-request(ping) packets enabled Logging of dropped other ICMP packets enabled Logging of possible stealth scans enabled Logging of (other) connection attempts to PRIVILEGED TCP ports enabled Logging of (other) connection attempts to PRIVILEGED UDP ports enabled Logging of (other) connection attempts to UNPRIVILEGED TCP ports enabled Logging of (other) connection attempts to UNPRIVILEGED UDP ports enabled Logging of other IP protocols (non TCP/UDP/ICMP) connection attempts enabled Logging of ICMP flooding enabled Applying INET policy to external (INET) interface: eth0 (without an external subnet specified) Security is ENFORCED for external interface(s) in the FORWARD chain Jan 01 2:19:52 All firewall rules applied. Codice:
debian:/home/carcass# iptables -n -L Chain INPUT (policy DROP) target prot opt source destination ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0 ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0 state ESTABLISHED ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state RELATED tcp d pts:1024:65535 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 state RELATED udp d pts:1024:65535 ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 state RELATED HOST_BLOCK 0 -- 0.0.0.0/0 0.0.0.0/0 SPOOF_CHK 0 -- 0.0.0.0/0 0.0.0.0/0 VALID_CHK 0 -- 0.0.0.0/0 0.0.0.0/0 EXT_INPUT_CHAIN !icmp -- 0.0.0.0/0 0.0.0.0/0 state NEW EXT_INPUT_CHAIN icmp -- 0.0.0.0/0 0.0.0.0/0 state NEW lim it: avg 20/sec burst 100 EXT_ICMP_CHAIN icmp -- 0.0.0.0/0 0.0.0.0/0 state NEW LOG 0 -- 0.0.0.0/0 0.0.0.0/0 limit: avg 1/sec bu rst 5 LOG flags 0 level 6 prefix `Dropped INPUT packet: ' DROP 0 -- 0.0.0.0/0 0.0.0.0/0 Chain FORWARD (policy DROP) target prot opt source destination ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0 TCPMSS tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 TCPMSS clamp to PMTU ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0 state ESTABLISHED ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state RELATED tcp d pts:1024:65535 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 state RELATED udp d pts:1024:65535 ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 state RELATED HOST_BLOCK 0 -- 0.0.0.0/0 0.0.0.0/0 SPOOF_CHK 0 -- 0.0.0.0/0 0.0.0.0/0 VALID_CHK 0 -- 0.0.0.0/0 0.0.0.0/0 LOG 0 -- 0.0.0.0/0 0.0.0.0/0 limit: avg 1/min bu rst 3 LOG flags 0 level 6 prefix `Dropped FORWARD packet: ' DROP 0 -- 0.0.0.0/0 0.0.0.0/0 Chain OUTPUT (policy ACCEPT) target prot opt source destination TCPMSS tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 TCPMSS clamp to PMTU ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0 state ESTABLISHED LOG 0 -f 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min bu rst 5 LOG flags 0 level 6 prefix `FRAGMENTED PACKET (OUT): ' DROP 0 -f 0.0.0.0/0 0.0.0.0/0 EXT_OUTPUT_CHAIN 0 -- 0.0.0.0/0 0.0.0.0/0 Chain EXT_ICMP_CHAIN (1 references) target prot opt source destination LOG icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 8 limit: avg 12/hour burst 1 LOG flags 0 level 6 prefix `ICMP-request(ping) flood: ' LOG icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 3 limit: avg 12/hour burst 1 LOG flags 0 level 6 prefix `ICMP-unreachable flood: ' LOG icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 4 limit: avg 12/hour burst 1 LOG flags 0 level 6 prefix `ICMP-source-quench flood: ' LOG icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 11 limit: avg 12/hour burst 1 LOG flags 0 level 6 prefix `ICMP-time-exceeded flood: ' LOG icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 12 limit: avg 12/hour burst 1 LOG flags 0 level 6 prefix `ICMP-param.-problem flood: ' DROP icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 8 DROP icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 3 DROP icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 4 DROP icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 11 DROP icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 12 LOG icmp -- 0.0.0.0/0 0.0.0.0/0 limit: avg 12/hour burst 1 LOG flags 0 level 6 prefix `ICMP(other) flood: ' DROP icmp -- 0.0.0.0/0 0.0.0.0/0 Chain EXT_INPUT_CHAIN (2 references) target prot opt source destination LOG tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:0 limit: av g 6/hour burst 1 LOG flags 0 level 6 prefix `TCP port 0 OS fingerprint: ' LOG udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:0 limit: av g 6/hour burst 1 LOG flags 0 level 6 prefix `UDP port 0 OS fingerprint: ' DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:0 DROP udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:0 LOG tcp -- 0.0.0.0/0 0.0.0.0/0 tcp spt:0 limit: av g 6/hour burst 5 LOG flags 0 level 6 prefix `TCP source port 0: ' LOG udp -- 0.0.0.0/0 0.0.0.0/0 udp spt:0 limit: av g 6/hour burst 5 LOG flags 0 level 6 prefix `UDP source port 0: ' DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp spt:0 DROP udp -- 0.0.0.0/0 0.0.0.0/0 udp spt:0 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp spt:67 dpt:68 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:4662 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:4665 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:4672 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:8767 LOG icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 8 limit: avg 3/min burst 1 LOG flags 0 level 6 prefix `ICMP-request: ' LOG icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 3 limit: avg 12/hour burst 1 LOG flags 0 level 6 prefix `ICMP-unreachable: ' LOG icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 4 limit: avg 12/hour burst 1 LOG flags 0 level 6 prefix `ICMP-source-quench: ' LOG icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 11 limit: avg 12/hour burst 1 LOG flags 0 level 6 prefix `ICMP-time-exceeded: ' LOG icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 12 limit: avg 12/hour burst 1 LOG flags 0 level 6 prefix `ICMP-param.-problem: ' LOG tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpts:1024:65535 flags:!0x17/0x02 limit: avg 3/min burst 5 LOG flags 0 level 6 prefix `Stealth s can (UNPRIV)?: ' LOG tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpts:0:1023 fla gs:!0x17/0x02 limit: avg 3/min burst 5 LOG flags 0 level 6 prefix `Stealth scan (PRIV)?: ' DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:!0x17/0x0 2 LOG tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpts:0:1023 lim it: avg 6/min burst 2 LOG flags 0 level 6 prefix `Connection attempt (PRIV): ' LOG udp -- 0.0.0.0/0 0.0.0.0/0 udp dpts:0:1023 lim it: avg 6/min burst 2 LOG flags 0 level 6 prefix `Connection attempt (PRIV): ' LOG tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpts:1024:65535 limit: avg 6/min burst 2 LOG flags 0 level 6 prefix `Connection attempt (UNPRIV ): ' LOG udp -- 0.0.0.0/0 0.0.0.0/0 udp dpts:1024:65535 limit: avg 6/min burst 2 LOG flags 0 level 6 prefix `Connection attempt (UNPRIV ): ' DROP tcp -- 0.0.0.0/0 0.0.0.0/0 DROP udp -- 0.0.0.0/0 0.0.0.0/0 DROP icmp -- 0.0.0.0/0 0.0.0.0/0 LOG 0 -- 0.0.0.0/0 0.0.0.0/0 limit: avg 1/min bu rst 5 LOG flags 0 level 6 prefix `Other-IP connection attempt: ' DROP 0 -- 0.0.0.0/0 0.0.0.0/0 Chain EXT_OUTPUT_CHAIN (1 references) target prot opt source destination Chain HOST_BLOCK (2 references) target prot opt source destination Chain MAC_FILTER (0 references) target prot opt source destination Chain RESERVED_NET_CHK (0 references) target prot opt source destination LOG 0 -- 10.0.0.0/8 0.0.0.0/0 limit: avg 1/min bu rst 1 LOG flags 0 level 6 prefix `Class A address: ' LOG 0 -- 172.16.0.0/12 0.0.0.0/0 limit: avg 1/min bu rst 1 LOG flags 0 level 6 prefix `Class B address: ' LOG 0 -- 192.168.0.0/16 0.0.0.0/0 limit: avg 1/min bu rst 1 LOG flags 0 level 6 prefix `Class C address: ' LOG 0 -- 169.254.0.0/16 0.0.0.0/0 limit: avg 1/min bu rst 1 LOG flags 0 level 6 prefix `Class M$ address: ' DROP 0 -- 10.0.0.0/8 0.0.0.0/0 DROP 0 -- 172.16.0.0/12 0.0.0.0/0 DROP 0 -- 192.168.0.0/16 0.0.0.0/0 DROP 0 -- 169.254.0.0/16 0.0.0.0/0 Chain SPOOF_CHK (2 references) target prot opt source destination RETURN 0 -- 0.0.0.0/0 0.0.0.0/0 Chain VALID_CHK (2 references) target prot opt source destination LOG tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x3F/0x29 limit: avg 3/min burst 5 LOG flags 0 level 6 prefix `Stealth XMAS scan: ' LOG tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x3F/0x37 limit: avg 3/min burst 5 LOG flags 0 level 6 prefix `Stealth XMAS-PSH scan: ' LOG tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x3F/0x3F limit: avg 3/min burst 5 LOG flags 0 level 6 prefix `Stealth XMAS-ALL scan: ' LOG tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x3F/0x01 limit: avg 3/min burst 5 LOG flags 0 level 6 prefix `Stealth FIN scan: ' LOG tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x06 limit: avg 3/min burst 5 LOG flags 0 level 6 prefix `Stealth SYN/RST scan: ' LOG tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x03/0x03 limit: avg 3/min burst 5 LOG flags 0 level 6 prefix `Stealth SYN/FIN scan(?): ' LOG tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x3F/0x00 limit: avg 3/min burst 5 LOG flags 0 level 6 prefix `Stealth Null scan: ' DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x3F/0x29 DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x3F/0x37 DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x3F/0x3F DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x3F/0x01 DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x06 DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x03/0x03 DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x3F/0x00 LOG tcp -- 0.0.0.0/0 0.0.0.0/0 tcp option=64 limit : avg 3/min burst 1 LOG flags 0 level 6 prefix `Bad TCP flag(64): ' LOG tcp -- 0.0.0.0/0 0.0.0.0/0 tcp option=128 limi t: avg 3/min burst 1 LOG flags 0 level 6 prefix `Bad TCP flag(128): ' DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp option=64 DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp option=128 DROP 0 -- 0.0.0.0/0 0.0.0.0/0 state INVALID LOG 0 -f 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min bu rst 1 LOG flags 0 level 4 prefix `Fragmented packet: ' DROP 0 -f 0.0.0.0/0 0.0.0.0/0 debian:/home/carcass# ![]() una idea sarebbe quella di inserire delle iptables rules in /etc/arno/custom-rules ma non ne ho idea dato che ho messo arno (a dire la verità è un ottimo tool davvero ![]() ![]()
__________________
[HWU Debian Clan Official GOOGLER]-[GNU/Filosophy]-www.debianclan.org-[Debian SID User #\402616] ![]() {I AM NOT A GENIUS,I AM JUST NEVER SATISFIED AND VERY VERY PERSISTENT}-{carcass@jabber.linux.it} ![]() Ultima modifica di Carcass : 01-01-2007 alle 11:37. |
![]() |
![]() |
#19145 |
Senior Member
Iscritto dal: Jan 2005
Città: Roma
Messaggi: 4870
|
Auguri Ragazzi
![]() ![]() ![]() ![]() |
![]() |
![]() |
#19146 | |
Senior Member
Iscritto dal: Dec 2005
Messaggi: 2195
|
Quote:
anno nuovo e subito giu con le soluzioni.... ![]() ![]()
__________________
venitemi a trovare nel mio sito www.skintek.altervista.org/skintek1.htm forum di camionisti virtuali http://virtualtrucker.mastertopforum.com/index.php Ultima modifica di skintek1 : 01-01-2007 alle 14:37. |
|
![]() |
![]() |
#19147 | |
Senior Member
Iscritto dal: May 2004
Messaggi: 7806
|
Quote:
![]() ![]() si l'ho cambiato ![]()
__________________
[HWU Debian Clan Official GOOGLER]-[GNU/Filosophy]-www.debianclan.org-[Debian SID User #\402616] ![]() {I AM NOT A GENIUS,I AM JUST NEVER SATISFIED AND VERY VERY PERSISTENT}-{carcass@jabber.linux.it} ![]() |
|
![]() |
![]() |
#19148 |
Senior Member
Iscritto dal: Mar 2004
Messaggi: 16053
|
Tanti auguri a tutti.
![]() |
![]() |
![]() |
#19149 |
Senior Member
Iscritto dal: Nov 2002
Città: Morio Cho
Messaggi: 2595
|
Buon anno
![]() vado di n-esima domandina: ![]() come funziona jack? Un semplice: Codice:
$ jackd -d alsa -d hw:0 Probabilmente devo specificare qualche opzione in più a jack, ma come?!? Non c'ho capito molto... ![]()
__________________
Sono GULDO, non Guido! Cioè, certo che guido... Bé, insomma, avete capito ![]() Linux 2.6.26|Debian|Debian@Hwupgrade|Debian Clan|Solo Puffin ti darà forza e grinta a volontà! NERD rank 62|Milla Jovovich|大事な物はいつも形の無い物だけ Sito e Forum sul Giappone|La mia libreria su aNobii |
![]() |
![]() |
#19150 |
Senior Member
Iscritto dal: Mar 2004
Città: Roma
Messaggi: 10101
|
Sono ancora in tempo.....
AUGURI A TUTTI!!! ![]() Ciao! ![]()
__________________
"Most people think that skydivers like to jump because we love the adrenaline rush.
That's not at all. We love to jump because WE LOVE TO FLY!" |
![]() |
![]() |
#19151 |
Senior Member
Iscritto dal: Nov 2002
Città: Morio Cho
Messaggi: 2595
|
sempre su jack...
ho cercato un po' in giro, e per prima cosa ho cominciato a vedere se riesco a usarlo da root: Codice:
debian:~# jackd -R -d alsa jackd 0.101.1 Copyright 2001-2005 Paul Davis and others. jackd comes with ABSOLUTELY NO WARRANTY This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details JACK compiled with System V SHM support. loading driver .. creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit control device hw:0 configuring for 48000Hz, period = 1024 frames, buffer = 2 periods nperiods = 2 for capture nperiods = 2 for playback Codice:
debian:~# alsaplayer -o jack ~guldo/wav/singingHeart/audio_04.wav Failed to load output plugin "jack". Trying defaults. ALSA lib pcm_dmix.c:864:(snd_pcm_dmix_open) unable to open slave snd_pcm_open: Device or resource busy (default) Failed to initialize plugin! /usr/lib/alsaplayer/output/libalsa_out.so failed to load NOTE: THIS IS THE NULL PLUGIN. YOU WILL NOT HEAR SOUND!! ...done playing debian:~# E' corretto avviare jack in quel modo? Perché non va? ![]() Ah, un'altra cosa; su una pagina web avevo visto di montare /dev/shm con file system shmfs, ma non capisco cosa sia questo tipo di file system (che per il mio sistema è sconosciuto); infatti: Codice:
$ mount -l | grep shm devshm on /dev/shm type tmpfs (rw) tmpfs on /dev/shm type tmpfs (rw) debian:~# grep -i shm /boot/config-2.6.18-3-k7 CONFIG_SHMEM=y # CONFIG_TINY_SHMEM is not set debian:~#
__________________
Sono GULDO, non Guido! Cioè, certo che guido... Bé, insomma, avete capito ![]() Linux 2.6.26|Debian|Debian@Hwupgrade|Debian Clan|Solo Puffin ti darà forza e grinta a volontà! NERD rank 62|Milla Jovovich|大事な物はいつも形の無い物だけ Sito e Forum sul Giappone|La mia libreria su aNobii |
![]() |
![]() |
#19152 |
Senior Member
Iscritto dal: May 2004
Messaggi: 7806
|
__________________
[HWU Debian Clan Official GOOGLER]-[GNU/Filosophy]-www.debianclan.org-[Debian SID User #\402616] ![]() {I AM NOT A GENIUS,I AM JUST NEVER SATISFIED AND VERY VERY PERSISTENT}-{carcass@jabber.linux.it} ![]() |
![]() |
![]() |
#19153 |
Senior Member
Iscritto dal: Feb 2004
Città: BhO
Messaggi: 3701
|
non quella di fibonacci...è quella di archimede!!!!!
__________________
il cucchiaio non esiste...MondoIT: recensioni, appunti di vita da nerd, virtualizzazione e altre diavolerie informatiche Linux User 414915 linux counter Ho concluso con yorick, gor, djgusmy85, sulphur, Rospaccio, Leland Gaunt, paciuli
|
![]() |
![]() |
#19154 | |
Senior Member
Iscritto dal: May 2004
Messaggi: 7806
|
Quote:
Tutto cio dimostra come mamma Debian sia LA distro ![]()
__________________
[HWU Debian Clan Official GOOGLER]-[GNU/Filosophy]-www.debianclan.org-[Debian SID User #\402616] ![]() {I AM NOT A GENIUS,I AM JUST NEVER SATISFIED AND VERY VERY PERSISTENT}-{carcass@jabber.linux.it} ![]() |
|
![]() |
![]() |
#19155 |
Senior Member
Iscritto dal: Sep 2004
Città: Interamnia Urbs
Messaggi: 2125
|
l'hai graficata con matlab?
__________________
Un wormhole (buco di tarlo, in italiano), detto anche Ponte di Einstein-Rosen, è una ipotetica caratteristica topologica dello spaziotempo che è essenzialmente una "scorciatoia" da un punto dell'universo a un altro, che permetterebbe di viaggiare tra di essi più velocemente di quanto impiegherebbe la luce a percorrere la distanza attraverso lo spazio normale. Go to a Wormhole |
![]() |
![]() |
#19156 | |
Senior Member
Iscritto dal: May 2004
Messaggi: 7806
|
Quote:
![]() trovata in rete ![]()
__________________
[HWU Debian Clan Official GOOGLER]-[GNU/Filosophy]-www.debianclan.org-[Debian SID User #\402616] ![]() {I AM NOT A GENIUS,I AM JUST NEVER SATISFIED AND VERY VERY PERSISTENT}-{carcass@jabber.linux.it} ![]() |
|
![]() |
![]() |
#19157 |
Senior Member
Iscritto dal: Aug 2003
Messaggi: 6386
|
Dite quello che vi pare ma beryl è molto più completo di compiz! Nonchè velocissimo sulla mia deb
![]() |
![]() |
![]() |
#19158 | |
Senior Member
Iscritto dal: Mar 2004
Città: Roma
Messaggi: 10101
|
Feed RSS del sito
Ma solo io ho problemi?
Ad esempio solo oggi mi appare il titolo del post di dierre, quello con gli auguri di buon Natale... È sempre stato cosi (da quando sono stati fatti i "lavori di ristrutturazione"); il feed si aggiorna dopo tanto tempo. Quote:
![]() Ora però l'ho tolto, sono tornato al classico metacity ![]() Ciao!
__________________
"Most people think that skydivers like to jump because we love the adrenaline rush.
That's not at all. We love to jump because WE LOVE TO FLY!" |
|
![]() |
![]() |
#19159 | |
Senior Member
Iscritto dal: Sep 2004
Città: Interamnia Urbs
Messaggi: 2125
|
Quote:
![]()
__________________
Un wormhole (buco di tarlo, in italiano), detto anche Ponte di Einstein-Rosen, è una ipotetica caratteristica topologica dello spaziotempo che è essenzialmente una "scorciatoia" da un punto dell'universo a un altro, che permetterebbe di viaggiare tra di essi più velocemente di quanto impiegherebbe la luce a percorrere la distanza attraverso lo spazio normale. Go to a Wormhole |
|
![]() |
![]() |
#19160 | |
Senior Member
Iscritto dal: May 2004
Messaggi: 7806
|
Quote:
![]() ![]() ![]() ![]() ![]()
__________________
[HWU Debian Clan Official GOOGLER]-[GNU/Filosophy]-www.debianclan.org-[Debian SID User #\402616] ![]() {I AM NOT A GENIUS,I AM JUST NEVER SATISFIED AND VERY VERY PERSISTENT}-{carcass@jabber.linux.it} ![]() |
|
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 14:10.