- Wednesday, July 14, 2010, 18:59
- Linux, Server Configuration
To implement the following tutorial,there are some prerequisites.
1. The Linux machine should have samba packages installed.
2. In windows machine the remote access should be enabled.
We are implementing this by using net rpc command
Full story
- Friday, June 25, 2010, 6:20
- Apache, Linux
WebDAV stands for web based Distributed Authoring and Versioning.And it is a set of extension to the http protocol that allows users to directly edit files on the apache server so that they do not need to be downloaded/uploaded via FTP.apache Enabling webDAV on apache webserver includes the following steps
Full story
- Tuesday, June 22, 2010, 4:13
- Linux, Server Configuration
NFS stands for Network File System, and is a way to share files between machines as if they were on your local hard drive.Linux can be both an NFS server and an NFS client, which means that it can export filesystems to other systems,and mount filesystems exported from other machines.
Full story