Changes

From SME Server
Jump to navigationJump to search
1,293 bytes added ,  02:41, 27 June 2008
Line 32: Line 32:     
To remove mysql database and user, both are b4rt, see [[MySQL#Remove a database]] and [[MySQL#Remove a user]]. There is no need to reboot.
 
To remove mysql database and user, both are b4rt, see [[MySQL#Remove a database]] and [[MySQL#Remove a user]]. There is no need to reboot.
 +
 +
=== Usage ===
 +
 +
Torrents are downloaded to /opt/b4rt/html/downloads, for users to access these:
 +
 +
1. The user can download the file to their PC using the web interface
 +
 +
2. Admin can create a symbloic link to and existing ibay
 +
cd /home/e-smith/files/ibays/ibay1/files
 +
ln -s /opt/b4rt/html/downloads/
 +
 +
3. Admin can create a new samba share, and map a new drive with netlogon
 +
 +
nano -w /etc/e-smith/templates-custom/etc/smb.conf/50torrent
 +
 +
[torrent]                                                                     
 +
comment = torrent Files                                                       
 +
path = /opt/b4rt/html/downloads/                                             
 +
browseable = yes                                                             
 +
read only = no                                                               
 +
writable = yes                                                               
 +
printable = no                                                               
 +
inherit permissions = yes                                                     
 +
create mode = 0660
 +
 +
nano -w /home/e-smith/files/samba/netlogon/netlogon.bat
 +
 +
<snip>
 +
net use t: \\servername\torrent                                                     
 +
 +
signal-event ibay-modify
    
=== Additional information ===
 
=== Additional information ===

Navigation menu