2005/2/9-10 [Computer/SW/P2P] UID:36120 Activity:high | 2/9 A lot of movies I get from Kazaa or Bittorrent are in AVI format, and
I end up having to convert them back to MPG to burn to DVD or VCD
which is a big drag. Is there any reason why people prefer AVI instead
of the good 'ol MPG format? Is it the size, compression ratio,
quality, or other factors?
\_ http://www.videohelp.com has enormous amounts of information on
...
|
2004/9/28 [Computer/SW/P2P, Recreation/Media] UID:33804 Activity:low | 9/28 I wanna buy the complete 4 seasons of Southpark but Amazon is kind of
pricy. What are other places that sell Southpark DvDs cheap? ok thx
\_ http://www.deepdiscountdvd.com looks ~$30 cheaper
\_ bittorrent + time = free
\_ you know I've never used Kazaa/Napster (fear), is bittorrent
easy to use and is it legal?
...
|
2004/6/28-30 [Computer/SW/P2P] UID:31051 Activity:moderate | 6/28 Looking for Macross Do You Remember Love, 0 on Kazaa. Where else
can you download it from?
\_ emule
\_ What does the ", 0" on the end mean? Are you looking for both
MDYRL and Macross Zero?
\_ Sigh. Read the "0" as "zero" and parse as describing the number
...
|
2004/2/21-23 [Computer/SW/Mail, Computer/SW/Languages/Perl] UID:12341 Activity:low | 2/21 What's the best tool to convert raw network traffic captured on the
wire into something useful? I'm currently reading the unparsed
output from ngrep, tcpdump and similar tools but I'd like to see that
turned into the real thing. For example, I want to see an output log
that says machine X went to host/port Y/y to grab URL Z for http
connections. I want emails going by saved out in mbox or other
...
|
2004/2/6 [Computer/SW/P2P] UID:12117 Activity:kinda low | 2/5 So I've been trying to download stuff on Kazaa and I'm very impressed
at how the record industry is fighting back by uploading fake music
files. 95% of the stuff I download now are bogus. I'm very very
impressed. At any rate, what are some other non-sucking p2p programs
I could use? Thanks.
\_ IRC
...
|
2004/2/3-4 [Finance/Banking, Computer/HW/Drives] UID:12083 Activity:nil | 2/2 Can you guys see a problem with this? An online company sells CDs, and
they offer to give you a download of the CDs you bought in say 65kbit
mp3, 128kbit mp3, 256kbit mp3 and FLAC. That way you are saved the
trouble of ripping the CD and getting the right ID3 tags, you also get
to listen to the music immediately. As a further extension, you could
have them hold onto your physical CD for a while and only ship you discs
...
|
2004/1/5 [Computer/SW/P2P] UID:11659 Activity:nil | 1/4 Ares is the new P2P client. Kazaa-like interface, no ad-ware,
good selection with good bitrates based on my initial searching.
\_ How does it compare to Kazaa-lite?
...
|
2003/12/7-8 [Computer/SW/P2P] UID:11352 Activity:nil | 12/7 Recommendations for a good file-sharing client? I'm mainly
interested in shamelessly subverting copyright law (ie, downloading
music MP3's). Kazaa seems to be sucking as of late.
\_ What's your login, I ll email you what I use.
\_ phillip@csua
\_ If you're looking for mainstream, there are few good bittorrent
...
|
2003/11/28-12/1 [Computer/SW/P2P] UID:11261 Activity:nil | 11/28 I have Verizon and I noticed that whenever I run Kazaa, my ISP
disconnects me and reconnecws me every few minutes or so. How
to prevent that?
\_ stop pirating software, music, books and pr0n.
\_ shut the fuck up. Current IP laws is so fucking twisted
\_ try emule, it's better than kazaa. and the above poster forgot
...
|
2011/2/6-19 [Computer/Networking] UID:54028 Activity:nil | 2/5 hmm.
$netstat -at | grep LISTEN
tcp 0 0 *:43300 *:* LISTEN
\_ this is an sshd
tcp 0 0 *:49416 *:* LISTEN
tcp 0 0 *:36201 *:* LISTEN
...
|
2009/11/13-30 [Computer/SW/Unix] UID:53523 Activity:nil | 11/12 How does one find out if a system has rootkit installed?
\_ Unix or m$?
\_ Unix. On M$ I always assume it's compromised.
\_ Install Tripwire before you plug your server into The Net?
The only other answer I can think of is to reinstall the
OS from scratch on another server and do an md checksum
...
|
2007/2/2-3 [Computer/Networking, Computer/SW/Unix] UID:45642 Activity:very high | 2/2 So is there some serious problem with gigabit? I keep seeing problems
with gigabit devices in 10/100 networks, or vice versa.
\_ do you think gigabit is some exotic, bleeding edge technology
just a few people are using?
\_ All I know is that when I use it in mixed networks, I keep
running into problems.
...
|
2006/12/22-26 [Computer/Networking] UID:45487 Activity:kinda low | 12/22 Does anyone know if there's a system call to test if a port is
availible without actually attempting to bind to it? Such a call
would be really useful for me.
\_ You could try to connect to it.
\_ You could also parse the output of "netstat -an" to see if
there's anything listening on the port. Are you sure this
...
|
2006/3/30-31 [Computer/SW/OS/OsX] UID:42561 Activity:nil | 3/30 Is there a way in Mac OS X to get the total packet count sent/received
for a particular network interface?
\_ $ netstat -I [interface] | tail -1
Col 5 (Ipkts) is the recv'd pkts, Col 7 (Opkts) is the sent pkts.
\_ Excellent! Thanks.
\_ Looks like Activity Monitor shows all network activity combined.
...
|
2006/1/4-6 [Computer/SW/Mail, Computer/SW/OS/Linux] UID:41223 Activity:nil | 1/4 Linux question: when I do a ypcat passwd on a Linux NIS client,
I see 11-13 lines, then a long pause and then it continues. On my
sun boxes and a few other Linux machines the whole map appears
instantly. Any ideas? netstat -i doesn't report any errors on the
client or nis server.
...
|
2005/10/7-9 [Computer/SW/OS/Solaris] UID:40017 Activity:nil | 10/7 I'm using winxp's rsh to connect to a solaris 2.8 machine. Is there
anyway to have the rsh connection timeout? Currently, it seems to
hang forever when something goes wrong. So far the only remedy is
to reboot the windoze machine. TIA.
\_ I don't know anything about winxp's rsh but generically speaking
you can wrap anything with perl or expect alarms/timers.
...
|
2005/5/12-15 [Computer/HW/Laptop, Computer/Networking] UID:37661 Activity:low | 5/12 Hi, I run windows Xp home edition on my laptop. It's hooked up
to my DSL router via ethernet most of the time. When I want to
just use the laptop without a net connection, the laptop sometimes
locks up and becomes really really slow. To the point where I can't
even right-click on the network icon to disable it temporarily.
I can't even do Ctrl-Alt-Delete to bring up the task manager.
...
|
2005/2/11-14 [Computer/HW/Laptop] UID:36144 Activity:kinda low | 2/11 Any idea why my debian laptop would have this traffic. I'm on a
wireless network in my house. connected to the internet via
comcast. My laptop's iptables firewall is blocking all
inbound ports
14:18:55.194060 10.0.0.101.2622 > http://fatboy.paqnet.com.www
\_ spyware, most likely
...
|
2004/8/16-17 [Computer/SW/Unix, Computer/SW/Mail] UID:32946 Activity:moderate | 8/16 Anybody know of an existing program similar to pop-before-smtp
but for IMAP. It wou use a current IMAP connection to allow
SMTP relaying from the same IP addres as that IMAP connection?
\_ it's the same program, just change the regexp used to search
for login lines and change the logfile watched
\_ Nope, That does not work. IMAP connections are persistent and
...
|
2004/6/12-14 [Computer/Networking] UID:30771 Activity:very high | 6/12 I setup imaps and pop3s on a freebsd virtual server. I can connect
to it if I first ssh into the machine and do pine. But if I try
to connect to it from somewhere outside (say soda) it always times
out. I can see that the daemons are running from "netstat -a".
What could be wrong? some router filtering on 993 or 995? Or
the server is configured in some weird way? this is a virtual server
...
|
2003/8/29-2004/2/14 [Computer/Networking] UID:12259 Activity:nil | 2/13 In NT or XP, is there a way to display the IP address of a remote
machine when the remote machine is pinging my machine? Thanks.
\_ netstat?
\- netstat is ridiculous for this. hammer. nail. bad. wrong.
i believe tcpdump runs on msftware:
tcpdump -i <if> 'icmp[0] = 8 or icmp[0] = 0'
...
|
|