simplemanual.blogspot.com
.......Linux simple manual: Zimbra CLI
http://simplemanual.blogspot.com/2008/12/zimbra-cli.html
Kamis, 04 Desember 2008. Start, stop, status of the Zimbra servers. Performs mailbox management tasks. Performs all provisioning tasks in Zimbra LDAP,. Example: zmprov sp adminname@domain.com password. Zmprov ca namauser@domain.com password. Zmprov sp namauser@domain.com New Password. When you create an account, you may want to pre-create some tags and folders. You can invoke zmmailbox inside of zmprov by using “selectMailbox(sm)”. Prov ca efri@mail.fery.ok password. Prov sm efri@mail.fery.ok. Find a spe...
simplemanual.blogspot.com
.......Linux simple manual: September 2008
http://simplemanual.blogspot.com/2008_09_01_archive.html
Senin, 08 September 2008. Berfore you start command, you must know man pages or help for command. Search the manual page names and descriptions). Display manual page descriptions). If command apropos and whatis not work, you must build database for what is type this command /usr/sbin/makewhatis. The majority of linux commands is :. Alias Create an alias. At Schedule a job to run in the future. Awk Find and Replace text within file(s). Break Exit from a loop. Builtin Run a shell builtin. Cut Divide a file...
simplemanual.blogspot.com
.......Linux simple manual: Instalation with Kickstart
http://simplemanual.blogspot.com/2008/11/instaltion-with-kictstart.html
Senin, 24 November 2008. Kickstart installations can be performed using a local CD-ROM, a local hard drive, or via NFS, FTP, or HTTP. To use kickstart, you must:. 1 Create a kickstart file. 2 Create a boot diskette with the kickstart file or make the kickstart file available on the network. 3 Make the installation tree available. 4 Start the kickstart installation. 1 mkdir –p /config/kickstart. Config/kickstart *(ro,no squash root). If you have any change your configuration run this command.
simplemanual.blogspot.com
.......Linux simple manual: Oktober 2008
http://simplemanual.blogspot.com/2008_10_01_archive.html
Rabu, 22 Oktober 2008. Primary Domain Controller (PDC). Primary Domain Controller (PDC) is a server computer in a pre-Windows 2000 NT server Domain. A domain is a concept used in NT server operating systems whereby a user may be granted access to a number of computer resources with the use of a single username and password combination. The PDC emulator master acts in place of the Primary Domain Controller if there are Windows NT 4.0 domain controllers (BDCs) remaining within the domain, acting as a s...
simplemanual.blogspot.com
.......Linux simple manual: Network printer with cups
http://simplemanual.blogspot.com/2008/11/netwotk-printer-with-cups.html
Senin, 24 November 2008. Network printer with cups. Once you have set the IP address you can access the printer or print server using the ipp, lpd, or socket backends. The following is a list of common network interfaces and printer servers and the settings you should use with CUPS:. Let's we start to configure cups server :. 1open your browser and type url http:/ localhost:631 or http:/ ip-address:631. 3Entry printer name(exp: pr. 4Choose your printer device. 5Choose Make/Manufakture your printer.
simplemanual.blogspot.com
.......Linux simple manual: Quota user in Linux
http://simplemanual.blogspot.com/2008/11/quota-user-in-linux.html
Minggu, 16 November 2008. Quota user in Linux. For the implementation of disk quotas follow these steps:. 1Check whether your hard drive / and /home one partition or no. Dev/hda5 /home ext3 defaults,usrquota,grpquota 1 2. 2 Make files db quota. 4Make table current disk usage per file system. Quotacheck -vug /home -m. 7 Make quota per user. Setquota -u very 100000 110000 0 0 -a. Have i nice try. Langganan: Poskan Komentar (Atom). Instalation linux with NFS. Quota user in Linux. Network printer with cups.
simplemanual.blogspot.com
.......Linux simple manual: Instalation linux with NFS
http://simplemanual.blogspot.com/2008/11/instalation-linux-with-nfs.html
Senin, 10 November 2008. Instalation linux with NFS. Choose a directory in which to place the CD ISO images. For /media/cdrom, we'll call the directory /mnt/cdrom. Export that directory via NFS. Do all this as user root. Once the install CD's are properly loaded in the directory, that directory must be made available on the local network. Add the following to /etc/exports:. Mnt/cdrom 192.168.1.0/24 localhost(ro). Mount -t iso9660 -o ro /media/cdrom /mnt/cdrom. Test nfs for localhost. If the preceding wor...
simplemanual.blogspot.com
.......Linux simple manual: November 2008
http://simplemanual.blogspot.com/2008_11_01_archive.html
Senin, 24 November 2008. Kickstart installations can be performed using a local CD-ROM, a local hard drive, or via NFS, FTP, or HTTP. To use kickstart, you must:. 1 Create a kickstart file. 2 Create a boot diskette with the kickstart file or make the kickstart file available on the network. 3 Make the installation tree available. 4 Start the kickstart installation. 1 mkdir –p /config/kickstart. Config/kickstart *(ro,no squash root). If you have any change your configuration run this command. 4Choose your...
simplemanual.blogspot.com
.......Linux simple manual: bootloader in linux
http://simplemanual.blogspot.com/2008/10/bootloader-in-linux.html
Rabu, 22 Oktober 2008. Boot loader in linux. The boot loader phase varies by platform. Since the earlier phases are not specific to the OS, the boot process is considered to start:. For x86 or x86-64: when the partition boot sector code is executed in real mode and loads the first stage boot loader (typically a part of LILO or GRUB). From that point, the boot process continues as follows:. LILO and GRUB differ in some ways:. Source: Red Hat GRUB description. 2 The first stage loads the rest of the boot l...