Torna indietro   Hardware Upgrade Forum > Software > Linux, Unix, OS alternativi

HP Elitebook Ultra G1i 14 è il notebook compatto, potente e robusto
HP Elitebook Ultra G1i 14 è il notebook compatto, potente e robusto
Pensato per il professionista sempre in movimento, HP Elitebook Ultra G1i 14 abbina una piattaforma Intel Core Ultra 7 ad una costruzione robusta, riuscendo a mantenere un peso contenuto e una facile trasportabilità. Ottime prestazioni per gli ambiti di produttività personale con un'autonomia lontano dalla presa di corrente che permette di lavorare per tutta la giornata
Microsoft Surface Pro 12 è il 2 in 1 più compatto e silenzioso
Microsoft Surface Pro 12 è il 2 in 1 più compatto e silenzioso
Basato su piattaforma Qualcomm Snapdragon X Plus a 8 core, il nuovo Microsoft Surface Pro 12 è un notebook 2 in 1 molto compatto che punta sulla facilità di trasporto, sulla flessibilità d'uso nelle differenti configurazioni, sul funzionamento senza ventola e sull'ampia autonomia lontano dalla presa di corrente
Recensione REDMAGIC Astra Gaming Tablet: che spettacolo di tablet!
Recensione REDMAGIC Astra Gaming Tablet: che spettacolo di tablet!
Il REDMAGIC Astra Gaming Tablet rappresenta una rivoluzione nel gaming portatile, combinando un display OLED da 9,06 pollici a 165Hz con il potente Snapdragon 8 Elite e un innovativo sistema di raffreddamento Liquid Metal 2.0 in un form factor compatto da 370 grammi. Si posiziona come il tablet gaming più completo della categoria, offrendo un'esperienza di gioco senza compromessi in mobilità.
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 03-04-2004, 20:18   #1
Zeno Cosini
Senior Member
 
L'Avatar di Zeno Cosini
 
Iscritto dal: Jan 2004
Città: Giussano (MI)
Messaggi: 1019
Aprire porte da utente...

Ciao ragazzi! Mi spiegate come faccio a fare in modo da poter usare la porta 412 da semplice utente? e magari pure la 411?
Sto impazzendo! Grazias!
__________________

Vendo: P4 3,2 ghz | P4 2,66 ghz | iBook G4 12"
Zeno Cosini è offline   Rispondi citando il messaggio o parte di esso
Old 04-04-2004, 12:38   #2
l.golinelli
Senior Member
 
Iscritto dal: Jan 2002
Città: Imola
Messaggi: 1116
Cosa? IPTABLES di usa da ROOT e non da UTENTE...
l.golinelli è offline   Rispondi citando il messaggio o parte di esso
Old 04-04-2004, 12:43   #3
Ikitt_Claw
Senior Member
 
Iscritto dal: Dec 2002
Città: /dev/urandom breed
Messaggi: 1689
Re: Aprire porte da utente...

Quote:
Originariamente inviato da Zeno Cosini
Ciao ragazzi! Mi spiegate come faccio a fare in modo da poter usare la porta 412 da semplice utente? e magari pure la 411?
Sto impazzendo! Grazias!
Con GNU/Linux vanilla non si puo` ne` in un senso (usare iptables) ne` nell'altro (avviare i servizi). Devi necessariamente usare i privilegi di root, o quantomeno avere la capability adeguata.
Ikitt_Claw è offline   Rispondi citando il messaggio o parte di esso
Old 05-04-2004, 20:16   #4
Zeno Cosini
Senior Member
 
L'Avatar di Zeno Cosini
 
Iscritto dal: Jan 2004
Città: Giussano (MI)
Messaggi: 1019
Mmm... Diciamo ok, ho risolto usando porte sopra la 1024 e tutto sembra ok...
Ora qualcuno mi sa spiegare come diavolo avviare un istanza del client direct connect DCTC? Riesco ad avviare dc_gui2, ma ovviamente senza core (DCTC) non va un cacchio!
se digito da shell dctc mi esce una sfilza di "consigli" tipo:

Quote:
[zeno@Ale zeno]$ dctc
INFO ] ""Direct Connect Text Client v0.85.9|
Usage: dctc [options]
Options:
-h, --help Display this help
-n, --nick=NICKNAME user nickname (default: 'Noname')
-i, --info=INFO user description (default: none)
-c, --cnx=CNX user connection type (default: 'Cable')
-e, --email=EMAIL user e-mail (default: none)
-d, --dlslot=NUM number of download slot (default: 3)
-s, --share=DIR shared directory (default: none)
-o, --offset=NUM add this value to size real size of shared
data (default: 0)
-a, --hostaddr=HOSTIP IP of the host running this client (mandatory
if using active mode)
(default: IP of the first network interface)
-p, --port=PORT localhost port to accept incoming connection
(only in active mode)
(default: 412 (like Direct Connect)). Be
careful, value below 1024 is only allowed to
privileged users (root)
-g, --hubip=HUBIP[:PORT] IP of the hub to connect to. If no port is
given the default port (411) is used
-f, --firewall enable passive mode because host is behind a
firewall (default: not behind a firewall)
-T, --tos=HUB,UDP,DL,UL TOS-Value to use on hub,udp,download,upload
connections. Default values are 0.
-x, --no_xfer Remote users cannot download (same as /DLOFF)
-w, --when_done When download is done, move the file into
done/ directory (same as /DONE).
-t, --no_tty Detach from the tty used by the shell
starting the program
-l, --link Wait a connection on the unix socket before
-m, --mark Add DCTC tag to user description
-Z, --socket_dir=DIR Change the unix socket path (default: ~/.dctc)
starting (only useful with a GUI)
-v, --version=VERSION Force DC version. Modifying this number
doesn't affect DCTC but it allows you to enter
a hub refusing you just because you don't have
the latest version of DC. This DCTC supports
DC protocol version 1,0091
-u, --upload=NUM1,NUM2,NUM3 Bandwidth limit. NUM1 is the number of
512 bytes per second allowed to be sent
NUM2 is the number of 512 bytes per second
allowed to be received. NUM3 is the number
of 8KBytes bloc per second that can be copied
when client gathers GDLs parts.
(default: unlimited [in fact, it is 16MB/s])
Note: this flag is only taken into account
if this client creates the bandwidth limit
semaphore, use /[UDG]BL to change the value
later
-b, --precmd=COMMAND perform the given command BEFORE connecting to
the hub. Not all / commands can be used here,
look at the command list to know which are.
You can run more than one command by using
--precmd for each one. When multiple --precmd
are given, commands are performed in the given
order.
-C, --connectproxy=ADDR[:PORT] address (IP or name) and port of a web proxy
supporting the CONNECT command. The default
port is 8080 if none is provided.
-S, --socksaddr=ADDR address (IP or name) of the SOCKS proxy to use
Default: no SOCKS proxy is used
-P, --socksport=NUM port of the SOCKS proxy. Default: 1080
Only used if -S used
-U, --socksuid=STRING If the SOCKS/Web proxy requires a userID,
this is it. Default: none
-X, --socksv5 Enable SOCKS v5 support. Default: if -S is
used, SOCKS protocol version 4 is used.
-K, --sockspass=STRING If the SOCKS/Web proxy requires a password,
use this flag. Note: if this flag is used,
you MUST also use -U to give a userID.
-D, --virtual_share_dir=DIR Define a directory contains files describing
virtually shared files. (see Docs/Vshare).

Be careful, most of the information you provide can't contain the following
characters because Direct Connect uses them internally: | $
scusate la mia niubbaggine!
__________________

Vendo: P4 3,2 ghz | P4 2,66 ghz | iBook G4 12"
Zeno Cosini è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


HP Elitebook Ultra G1i 14 è il notebook compatto, potente e robusto HP Elitebook Ultra G1i 14 è il notebook c...
Microsoft Surface Pro 12 è il 2 in 1 più compatto e silenzioso Microsoft Surface Pro 12 è il 2 in 1 pi&u...
Recensione REDMAGIC Astra Gaming Tablet: che spettacolo di tablet! Recensione REDMAGIC Astra Gaming Tablet: che spe...
Dopo un mese, e 50 foto, cosa abbiamo capito della nuova Nintendo Switch 2 Dopo un mese, e 50 foto, cosa abbiamo capito del...
Gigabyte Aero X16 Copilot+ PC: tanta potenza non solo per l'IA Gigabyte Aero X16 Copilot+ PC: tanta potenza non...
TV 4K Hisense a partire da 259€: modelli...
Carica di tutto, anche i MacBook, ha 7 p...
Lenovo Legion Go 2 mostrata in un video:...
iOS 26 Beta 4, torna il Liquid Glass! Ec...
Degrado batteria, ottime notizie anche p...
Un hard disk esterno Seagate da 20TB a 3...
GeForce RTX 5080, 5060 Ti e Radeon RX 90...
Sconti oggi sugli SSD Orico PCIe Gen.4 d...
Prezzo crollato per le Samsung Galaxy Bu...
MetaMask, bug nel wallet crypto: distrug...
Motorola edge 50 Neo 12/512GB o edge 60 ...
Dick Pic addio? L'AI di Flirtini insegna...
WhoFi: riconoscimento biometrico tramite...
Zero-day SharePoint: Microsoft punta il ...
Grab & Go, il nuovo Telepass per chi...
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: 09:12.


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