To display line numbers in the vi editor, you can type this from within vi: :set number You can abbreviate it :...
To show special characters in the vi editor, you can use the command below from vi: :set list
To grant a user access to your Cobbler server, login to the server and run the command below: htdigest /etc/cobbler/users.digest “Cobbler” <username>...
To set up a ProxyPass in Apache is generally pretty straightforward. To proxy requests on serverA for / to port 8080 on...
1. Open Thunderbird. 2. Click File > New > Mail Account. 3. Enter in your name, email address, and password. 4. Click...
To resize or expand an LVM partition on a Linux server, you can perform the following steps: 1. umount /mount-point 2. e2fsck...
To set up an NFS mount on a Solaris 10 server, perform the following steps: 1. svcadm -v enable -r network/nfs/server 2....
To down a tape drive in NetBackup, you can use the vmoprcmd command. /usr/openv/volmgr/bin/vmoprcmd -down For example, to down drive 1, you...
To bring up a tape drive in NetBackup, you can use the vmoprcmd command. /usr/openv/volmgr/bin/vmoprcmd -up For example, to bring up drive...
To update the inventory of your library in NetBackup from the command line, you can use the vmupdate command. The command below...