Displaying 4 results from an estimated 4 matches for "nixcraft".
2008 Apr 11
1
rsync to copy files remoteserver
...o copy files from remote server we need to update
username&password in the file
secrets file = /etc/rsyncd.scrt ,but this file is not available on my etc
directory.
Actually i am using the following command to copy files from remote server
to local machine.
*$ rsync -v -e ssh jerry@openbsd.nixcraft.in:~/webroot.txt /tmp*
**
after executing the above command I am getting the following error.
*==============================================================*
*ssh: openbsd.nixcraft.in: no address associated with name
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync...
2008 Jul 28
3
script
Hi ALL
#!/bin/sh
# Shell script to monitor or watch the disk space
# It will send an email to $ADMIN, if the (free avilable) percentage
# of space is >= 90%
# -------------------------------------------------------------------------
# Copyright (c) 2005 nixCraft project <http://cyberciti.biz/fb/>
# This script is licensed under GNU GPL version 2.0 or above
# -------------------------------------------------------------------------
# This script is part of nixCraft shell script collection (NSSC)
# Visit http://bash.cyberciti.biz/ for more information....
2007 May 14
2
vsftp anonymous upload access
I'm trying to set up anonymous ftp using vsftp. I want to be able to
allow uploads. The anonymous id is userid "ftp". The ~ftp/ directory
is actually owned by root, but ~ftp/pub is owned by ftp.
Here's the vsftpd.conf:
anonymous_enable=YES
anon_upload_enable=YES
local_enable=NO
write_enable=NO
local_umask=022
dirmessage_enable=YES
2010 Jun 09
1
PXE boot into rescue mode
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I followed the instructions here:
http://nixcraft.com/file-servers/14803-how-centos-5-pxe-linux-installation-server.html,
along with a few other sources that were less successful, and I finally
got a pxe boot going. I'm using CentOS 5.3 x86_64 media as the source.
The server boots, but keeps hanging.
Here is my boot line:
images/centos/5/x...