A little bit of everything answered here. : serverSetup

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
Most recent edit on 2008-12-30 21:22:28 by JimLucas

Additions:
~-Install Postfix and Dovecot with MySQL & SASL support



Edited on 2008-10-26 21:31:13 by JimLucas

Additions:
Different CLI options
find ./ -type f -name "*.jpg" | sed -e "s/\(.*\)/\"\\1\"/" | xargs rm




Edited on 2008-05-02 09:19:00 by JimLucas

Additions:




Edited on 2008-05-02 09:18:39 by JimLucas

Additions:

How to mount different things

1. mount CDROM
# mkdir /mnt/cdrom
# echo "/dev/cd0a /mnt/cdrom cd9660 ro,nodev,nosuid,noauto 0 0"
/etc/fstab
#mount /mnt/cdrom

2. mount iso
# vnconfig svnd0 /usr/local/share/4.1.iso
# mount -t cd9660 /dev/svnd0c /mnt/cdrom

3. mount usb
# mkdir /mnt/usb
# mount_msdos /dev/sd0i /mnt/usb




Edited on 2008-04-17 23:13:02 by JimLucas

Additions:
~-Configure and MP3 Streaming Software Server

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.2
Page was generated in 0.3344 seconds