nupat uzlikām web redirektu 409.iists.it tā lai Apache viltīgā veidā ar mod_proxy palīdzību paņem lapu no servera iekšējā tīklā. Interesanti.
jāatkomentē mod_proxy iekš moduļiem, jāpievieno pāris rindiņas, manā gadījumā tikai divas un jāpārstartē serveris:
ProxyPass /foo http://foo.example.com/bar
ProxyPassReverse /foo http://foo.example.com/bar
--> http://httpd.apache.org/docs/2.0/mod/mod_proxy.html
uzliku half-life (counter-strike) serveri. Visās pamācības biedēja ar prasībām, man pašlaik darbojas serveris + stati (hlstats) + kādi 6 boti un viss notiekas kā vajag bez manāmām problēmām. šai uzstādīšanai vajadzētu pat atsevišķu rakstu jo tur bija dažādas problēmas.
tiko viens kursabiedrs (barbara) atnesa cieto disku, piemontēt un lietot pa tīklu, jo viņam portatīvais dators un nav kur to ielikt.. tā kā uz linux NTFS lasīšana un rakstīšana nav uzreiz pieejama, to vajadzēja pieinstalēt.
1. This step is only for Breezy users. Dapper users, continue to step 2.
* You will need to install all the dependencies. Type the following into the terminal to do that.
sudo apt-get install libfuse2 fuse-utils
* Download and install the following DEB files:
-libntfs8
-ntfsprogs
-libfuse2
-fuse-utils
* Use the following command to install them all at once (replace * with version number)
sudo dpkg -i libfuse2_*.deb fuse-utils_*.deb ntfsprogs_*.deb libntfs8_*.deb
2. Add fuse to the list of modules to load
echo fuse | sudo tee -a /etc/modules
3. Create a group for using the ntfs disks
sudo addgroup ntfs
4. Edit the fstab file to mount the disks
gksudo gedit /etc/fstab
Now add the following line to it:
/dev/hda1 /media/hda1 ntfs-fuse auto,gid=1002,umask=0002 0 0
This will depend on what HDD you want to use. Also, you will notice gid. This is the group ID. If it is different to the ID that was outputted when you made a group in step 3, please change it to that. To block all access for users not in the NTFS group (I am assuming this includes read), just change umask=0002 to umask=0007.]
5. Add users to the group!
sudo adduser username ntfs
Every user you add to this groups will be able to write to NTFS partitions.
6. Fix a Dapper Bug (obviously for Dapper users only)
sudo rm /sbin/mount.ntfs-fuse && sudo ln /usr/bin/ntfsmount /sbin/mount.ntfs-fuse
--> http://ubuntuos.com/2006/05/readwrite-ntfs-partitions
pēc tam protams parediģēju /etc/smb.con un saliku šāres
pārējo diezgan elementārā veidā iespējams uzlikt pašam, tās ir ikdienišķas lietas un nav nepieciešams papildus atkārtot. :)