Unix Technical Forum

slack10 questions

This is a discussion on slack10 questions within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Bit torrent: I don't see why people are having problems with torrents, I got the 4 discs in under ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-19-2008, 12:49 PM
Miguel De Anda
 
Posts: n/a
Default slack10 questions

Bit torrent: I don't see why people are having problems with torrents, I got
the 4 discs in under 8 hrs (left it on overnight) and I've left it sharing
ever since (the second day after I saw the announcement for the 10)

ftpd: I did a fresh install on my laptop (I was checking out fedora core and
didn't like it) and I noticed that I can't ftp to my laptop. Does anybody
know why I would have this problem? (I can ssh to it fine and move stuff to
public_html at share it through apache fine, after editing the httpd.conf
file of course). I hardly ever move files back and forth between laptop and
desktop but I like to just ftp them because its pretty easy and fast. I'm
not sure I want to spend the time reading a howto for nfs (though I've done
it and its not that hard) I only connect to this laptop to network behind
firewalls and its not constantly on so I'm not too worried about security.
I suspect this is why the ftp server is not enabled(?).

dvd: What command was used to make the file list files on the discs? I've
tried variations of "ls -xxx" and can't get it exactly like what's on the
discs (I'm trying to make a file list file for a merged disk)

Miguel.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2008, 12:49 PM
Jeffrey Froman
 
Posts: n/a
Default Re: slack10 questions

Miguel De Anda wrote:

> ftpd: I did a fresh install on my laptop (I was checking out fedora core
> and didn't like it) and I noticed that I can't ftp to my laptop. Does
> anybody know why I would have this problem?


Probably for security, as you suggest. To enable FTP, edit /etc/inetd.conf,
and uncomment (remove the leading '#' from) the ftpd line. Then run
"/etc/rc.d/rc.inetd restart."

Happy file transfers,

Jeffrey
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 12:49 PM
Mark Hill
 
Posts: n/a
Default Re: slack10 questions

On Sat, 26 Jun 2004 23:59:03 GMT,
Miguel De Anda <miguel@thedeanda.com> wrote:
>
> dvd: What command was used to make the file list files on the discs? I've
> tried variations of "ls -xxx" and can't get it exactly like what's on the
> discs (I'm trying to make a file list file for a merged disk)


I think the following will create a list like FILELIST.TXT:

$ unset LC_ALL # get a sorting order like FILELIST.TXT
$ cd /my/dvd/root/dir/
$ find | sort | xargs ls -ld > somefile.txt

I've no idea how Pat does it, however.

--
Mark Hill <mrhill@gmail.com>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 12:51 PM
James Woodard
 
Posts: n/a
Default Re: slack10 questions

On Sat, 26 Jun 2004 23:59:03 +0000, Miguel De Anda wrote:

> dvd: What command was used to make the file list files on the discs? I've
> tried variations of "ls -xxx" and can't get it exactly like what's on the
> discs (I'm trying to make a file list file for a merged disk)


I did it the easy way. I downloaded the files and used a script I found
here. Message-ID: <YjHCc.109$oU6.53@newsfe3-gui>
Worked like a charm.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:06 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com