Torna indietro   Hardware Upgrade Forum > Software > Linux, Unix, OS alternativi > Discussioni Ufficiali e Documentazione

Prova GeForce NOW upgrade Blackwell: il cloud gaming cambia per sempre
Prova GeForce NOW upgrade Blackwell: il cloud gaming cambia per sempre
L'abbonamento Ultimate di GeForce NOW ora comprende la nuova architettura Blackwell RTX con GPU RTX 5080 che garantisce prestazioni tre volte superiori alla precedente generazione. Non si tratta solo di velocità, ma di un'esperienza di gioco migliorata con nuove tecnologie di streaming e un catalogo giochi raddoppiato grazie alla funzione Install-to-Play
Ecovacs Deebot X11 Omnicyclone: niente più sacchetto per lo sporco
Ecovacs Deebot X11 Omnicyclone: niente più sacchetto per lo sporco
Deebot X11 Omnicyclone implementa tutte le ultime tecnologie Ecovacs per l'aspirazione dei pavimenti di casa e il loro lavaggio, con una novità: nella base di ricarica non c'è più il sacchetto di raccolta dello sporco, sostituito da un aspirapolvere ciclonico che accumula tutto in un contenitore rigido
Narwal Flow: con il mocio orizzontale lava i pavimenti al meglio
Narwal Flow: con il mocio orizzontale lava i pavimenti al meglio
Grazie ad un mocio rotante che viene costantemente bagnato e pulito, Narwal Flow assicura un completo e capillare lavaggio dei pavimenti di casa. La logica di intellignza artificiale integrata guida nella pulizia tra i diversi locali, sfruttando un motore di aspirazione molto potente e un sistema basculante per la spazzola molto efficace sui tappeti di casa
Tutti gli articoli Tutte le news

Vai al Forum
Discussione Chiusa
 
Strumenti
Old 01-01-2007, 01:40   #19141
|Stan|
Senior Member
 
L'Avatar di |Stan|
 
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 Free software 99% (100% soon)
|Stan| è offline  
Old 01-01-2007, 01:53   #19142
NeoNum6
Senior Member
 
Iscritto dal: Feb 2004
Città: BhO
Messaggi: 3701
buon 2007
__________________
Linux User 414915 linux counter
Ho concluso con yorick, gor, djgusmy85, sulphur, Rospaccio, Leland Gaunt, paciuli
NeoNum6 è offline  
Old 01-01-2007, 02:19   #19143
guldo76
Senior Member
 
L'Avatar di guldo76
 
Iscritto dal: Nov 2002
Città: Morio Cho
Messaggi: 2595
BUON 2007 A TUTTI
guldo76 è offline  
Old 01-01-2007, 11:31   #19144
Carcass
Senior Member
 
L'Avatar di Carcass
 
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 ) apposta .
__________________
[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.
Carcass è offline  
Old 01-01-2007, 11:43   #19145
Herod2k
Senior Member
 
L'Avatar di Herod2k
 
Iscritto dal: Jan 2005
Città: Roma
Messaggi: 4870
Auguri Ragazzi
Herod2k è offline  
Old 01-01-2007, 14:35   #19146
skintek1
Senior Member
 
L'Avatar di skintek1
 
Iscritto dal: Dec 2005
Messaggi: 2195
Quote:
Originariamente inviato da Carcass
porta.....




anno nuovo e subito giu con le soluzioni....





P.S.ma hai cambiato avatar???
__________________
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.
skintek1 è offline  
Old 01-01-2007, 14:41   #19147
Carcass
Senior Member
 
L'Avatar di Carcass
 
Iscritto dal: May 2004
Messaggi: 7806
Quote:
Originariamente inviato da skintek1
anno nuovo e subito giu con le soluzioni....





P.S.ma hai cambiato avatar???


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}
Carcass è offline  
Old 01-01-2007, 15:53   #19148
sirus
Senior Member
 
Iscritto dal: Mar 2004
Messaggi: 16053
Tanti auguri a tutti.
sirus è offline  
Old 01-01-2007, 18:47   #19149
guldo76
Senior Member
 
L'Avatar di guldo76
 
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
mi blocca il device, e nessun'altra applicazione può usarlo...
Probabilmente devo specificare qualche opzione in più a jack, ma come?!?
Non c'ho capito molto...
guldo76 è offline  
Old 01-01-2007, 22:46   #19150
CARVASIN
Senior Member
 
L'Avatar di CARVASIN
 
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!"
CARVASIN è offline  
Old 01-01-2007, 23:12   #19151
guldo76
Senior Member
 
L'Avatar di guldo76
 
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:~#
quindi alsaplayer non trova jack.
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:~#
guldo76 è offline  
Old 01-01-2007, 23:25   #19152
Carcass
Senior Member
 
L'Avatar di Carcass
 
Iscritto dal: May 2004
Messaggi: 7806


che Debian sia la spirale di Fibonacci?
__________________
[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}
Carcass è offline  
Old 02-01-2007, 00:05   #19153
NeoNum6
Senior Member
 
Iscritto dal: Feb 2004
Città: BhO
Messaggi: 3701
Quote:
Originariamente inviato da Carcass


che Debian sia la spirale di Fibonacci?
non quella di fibonacci...è quella di archimede!!!!!
__________________
Linux User 414915 linux counter
Ho concluso con yorick, gor, djgusmy85, sulphur, Rospaccio, Leland Gaunt, paciuli
NeoNum6 è offline  
Old 02-01-2007, 07:13   #19154
Carcass
Senior Member
 
L'Avatar di Carcass
 
Iscritto dal: May 2004
Messaggi: 7806
Quote:
Originariamente inviato da NeoNum6
non quella di fibonacci...è quella di archimede!!!!!
si verissimo ma vi è anche la relazione tra la successione numerica dei numeri di Fibonacci, la disposizione geometrica dei quadrati, i cui lati crescono di misura come gli stessi numeri, e la geometria della spirale logaritmica. anche se di sicuro la paternità è archimediana.

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}
Carcass è offline  
Old 02-01-2007, 12:22   #19155
dierre
Senior Member
 
L'Avatar di dierre
 
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
dierre è offline  
Old 02-01-2007, 12:36   #19156
Carcass
Senior Member
 
L'Avatar di Carcass
 
Iscritto dal: May 2004
Messaggi: 7806
Quote:
Originariamente inviato da dierre
l'hai graficata con matlab?
no

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}
Carcass è offline  
Old 02-01-2007, 13:51   #19157
jacopastorius
Senior Member
 
L'Avatar di jacopastorius
 
Iscritto dal: Aug 2003
Messaggi: 6386
Dite quello che vi pare ma beryl è molto più completo di compiz! Nonchè velocissimo sulla mia deb
jacopastorius è offline  
Old 02-01-2007, 14:12   #19158
CARVASIN
Senior Member
 
L'Avatar di CARVASIN
 
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:
Originariamente inviato da jacopastorius
Dite quello che vi pare ma beryl è molto più completo di compiz! Nonchè velocissimo sulla mia deb
Infatti io dico sempre la stessa cosa!

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!"
CARVASIN è offline  
Old 02-01-2007, 14:32   #19159
dierre
Senior Member
 
L'Avatar di dierre
 
Iscritto dal: Sep 2004
Città: Interamnia Urbs
Messaggi: 2125
Quote:
Originariamente inviato da CARVASIN
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.

[...]
E' che sono una persona importante, anche il forum lo sa
__________________
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
dierre è offline  
Old 02-01-2007, 16:01   #19160
Carcass
Senior Member
 
L'Avatar di Carcass
 
Iscritto dal: May 2004
Messaggi: 7806
Quote:
Originariamente inviato da dierre
E' che sono una persona importante, anche il forum lo sa
__________________
[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}
Carcass è offline  
 Discussione Chiusa


Prova GeForce NOW upgrade Blackwell: il cloud gaming cambia per sempre Prova GeForce NOW upgrade Blackwell: il cloud ga...
Ecovacs Deebot X11 Omnicyclone: niente più sacchetto per lo sporco Ecovacs Deebot X11 Omnicyclone: niente più...
Narwal Flow: con il mocio orizzontale lava i pavimenti al meglio Narwal Flow: con il mocio orizzontale lava i pav...
Panasonic 55Z95BEG cala gli assi: pannello Tandem e audio senza compromessi Panasonic 55Z95BEG cala gli assi: pannello Tande...
HONOR Magic V5: il pieghevole ultra sottile e completo! La recensione HONOR Magic V5: il pieghevole ultra sottile e co...
Dead Island 3 potrebbe essere già...
Nuova Lancia Ypsilon Rally2 HF Integrale...
Meta e TikTok vincono la sfida legale co...
Silent Hill f: svelato il peso in GB e p...
iPhone 17, Air, 17 Pro e Pro Max: TUTTI ...
YouTube Music mette i testi delle canzon...
Dreame Aqua10 Ultra Roller scende di pre...
Revolut raggiunge i 4 milioni di clienti...
Le serie GTA e CoD dominano la classific...
James Dyson Award Italia 2025: il proget...
Google AI Plus è il nuovo piano low cost...
Nikon ZR è la prima cinema camera...
Sony lancia PlayStation Family: l'app ch...
Windows: Microsoft risolve finalmente i ...
Huawei punta sul mercato auto europeo: i...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 14:10.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Served by www3v