Which line below in /etc/network/interfaces will set eth0 to use dhcp?
Which line below in /etc/network/interfaces will set eth0 to use dhcp? A. ifconfig eth0 dhcp B. iface eth0 inet dhcp C. dhclient eth0 D. ifup eth0 dhcp
How do you manually perform routine updates from the command-line?
How do you manually perform routine updates from the command-line? A. sudo apt-get upgrade && sudo apt-get dist-upgrade B. sudo apt-get update && sudo apt-get dist-upgrade C. sudo apt-get upgrade && sudo apt-get up2date D. sudo apt-get update && sudo apt-get up2date
Which daemon must you install and configure to connect to WPA-enabled 802.11 wireless networks?
Which daemon must you install and configure to connect to WPA-enabled 802.11 wireless networks? A. netplug B. hotplug C. wpa_supplicant D. wifi_supplicant
Which line below in /etc/network/interfaces will set eth0 to use dhcp?
Which line below in /etc/network/interfaces will set eth0 to use dhcp? A. ifconfig eth0 dhcp B. iface eth0 inet dhcp C. dhclient eth0 D. ifup eth0 dhcp
How do you change the screen colour depth from 16 bit to 24 bit
A. Run gnome-display-properties and select the required depth from a drop-down box. B. Edit the relevant setting in the system section of the GConf database. C. Edit the Screen section in /etc/X11/xorg.conf and restart the X server. D. X.org offers only 8, 16 and 32 bit colour depths.
What directive, when added to /etc/cups/client.conf, will enable applications to print on CUPS printers config
What directive, when added to /etc/cups/client.conf, will enable applications to print on CUPS printers configured on a remote CUPS server named foobar? A. ServerName foobar B. Default foobar C. RemoteServer foobar D. Backend foobar
NFS uses what service to publish its port configuration to clients?
NFS uses what service to publish its port configuration to clients? A. nfs_port_discover B. nfsavd C. portmap D. sunrpcconfd
Which of the following will give you root access?
All passwords and user names to an Ubuntu machine have been lost, and you need root access to that machine. Which of the following will give you root access? (Please choose TWO correct answers.) A. Type recover and press Enter at the boot: prompt of an Ubuntu LiveCD. B. Enter a grub shell at the […]
What boot time argument is passed to the kernel to disable ACPI?
What boot time argument is passed to the kernel to disable ACPI? Answer: ACPI=OFF
Which filesystems are suitable for use on a root volume?
Which filesystems are suitable for use on a root volume? (Please choose THREE correct answers.) A. EXT3 B. NTFS C. XFS D. HFS E. FAT32 F. reiser3