Tuesday, June 6, 2017

Necessary steps to tune your Linux Mint 18.1 XFCE

Install the below applications to Linux Mint 18.1 XFCE.

1. WPS - this office program from kingsoft - Chinese light-weight office package, almost Microsoft compatible.
2. Chrome - the well known browser
3. VLC - the well known open source Media player that plays almost everything.
4. gedit, vim - text editors for coding
5. pinguy builder - for remastering the installed OS for future use
6. Flareget, - a free downloader
7. ultracopier - a light-weight fast copying app in linux environment

Removing the below stuff


1. Libre office 5 - a heavy weight office package

2. Xplayer - remove this, as we have already installed VLC player.

Monday, June 5, 2017

Linux questions


1What does GPL meanA. General Public LicensB. Generic Public LicensC. GNU Public License
D. Good Public License

2Red Hat Package Manager uses which othe following extensions?
A. .tar.gB. .rpC. .deb D. .tar

3What does NAT stands for?
A. Network Advertised Translation
B. Network Address Translation
C. Network Address Transport
D. Network Acceptable Translation


4Which othe following packages is used to provide file sharing?
A. SambB. SquiC. KRUD D. Apache

5What is the minimum recommended swap partition size on a system with 512
MB oRAM?
A. 256 MB B. 1024 MB C. 512 MB D. 768 MB


6Where are the automatically mounted file systems listed?
A. /etc/lilo.conf
B. /etc/fstab
C. /etc/inittab
D. /etc/syslog.conf

7Where are most othe boot-up log files kept?
A. /etc/logB. /var/logC. /sbin/logD. /root/log/


8What is the most common Linux Web server in use today?
A. IIS
B. Tux
C. FastTrack
D. Apache


9What key combination will exit VI and not save the changes made?
A. : ! B. uC. : w! D. q!


10. What VI command is used to exit the edit mode?
A. q
B. w
C. <esc>
D. !


11. Which of the following indicates that the shell is BASH?
A. SHELL=/bin/bash
B. SHELL=/bin/bashshell
C. SHELL=/bin/BASH
D. SHELL=/etc/bash


12. What command will display the directory path that is currently in use?
A. dir
B. shell
C. path
D. pwd


13.Which command will list all the files and sub-directories in a directory and include the access rights?
A. ls -B. ls -n C. ls -D. ls -i

14. Which command line will copy the file named myfile from the home directorof user john to the /tmp directory?
A. [john@dhcppc1 /]cp myfile /tmp/
B. [bob@dhcppc1 bob]$ cp /home/john/myfile /tmpC. [john@dhcppc1 john]$ cp /home/john /myfile /tmpD. [john@dhcppc1 john]$ cp /john/myfile /tmp/




15.What is the maximum amount of swap memory that can be accessed by a linux system? A.   2GB
B.   4GB
C.   16GB D.   64GB

16.Which command is used to create a Linux file system? A.   Fdisk
B.   Mke2fs
C.   Mkswap
D.   Mount


17.Which Unix command rename a file? A.   cp
B.   mv
C.   rename
D.   rn


18.To redirect the output of command x as the input of command y,Which command do you use? A.   X<y
B.   x>y
C.   x >>y
D.   x l y


19.Which othe following can provide a TCP/IP services? A.   A continuously running daemon
B.   daemon started when needed
C.   The kernel
D.   pseudo-tty

20.Which othe following was the principal author othe Linux kernel? A.   Dennis Ritchie
B.   Andrew Tannenbaum
C.   Ken Thompson
D.   Linus Torvalds


21.Which othe following versions numbers would denote a stable Linux kernel?
A.
1.1
B.
1.2
C.
2.1
D.
2.2


22.Which othe following sources othe installation media is supported by the installation procedures graphical mode installation user interface?
A.   FTP
B.   HTTC.   NFS
D.   SMB(Samba)

23.Which runlevel causes an X-based login to apper when when the system is booted?
A.
2
B.
3
C.
4
D.
5

24.Suppose that a user owns 150 inodes and that the soft limit i200.Which othe following is correct if thgrace period has not expired?
A.   The user can create nmore files.
B.   The user can not append data to an  existing file.
C.   The user can not log off without deleting some files. D.   The user will receive an e-mail notice oviolation.

25.Which othe following commands lets you set a users quota? A.   edquota
B.   edquota user
C.   edquota p user
D.   edquota u user


26.What is the name of the file created when group quotas are used? A.   quota
B.   quota.grouC.   quota.user D.   quotas

27.Which othe following commands uninstalls the package xyz.rpm
A rpm –e xyz.rpm
B rpm –i xyz.rpm
C rpm –u xyz.rpm
D rpm –U  xyz.rpm

28.To list the name of each installed package,issue the command. A rpm –q
B rpm –qa
C rpm –qi
D rpm -qp

29.which of the following are essential system directories? A.   /bin
B.   /etc
C.   /usr/bin
D.   /var/log

30.what is the default directory that contains the Linux Kernel? A.   /
B.   /booC.   /dev D.   /sbin

31.which file contains the system startup information? A.   /etc/inetd.conf
B.   /etc/inittab
C.   /usr/etc/inetd.conf
D.   /usr/etc/inittab

32.What script invokes the runlevel scripts? A.   /etc/rc.d/rc
B.   /etc/rc.d/rc.local C.   /etc/rc.d/rc.serial D.   /etc/rc.d/rc.sysinit

33. To add Ethernet device eth1 with IP address 192.168.1.1 which of the following commands should be issued? A.   ifconfig  ip 192.168.1.1 eth1
B.   ifconfig 192.168.1.1 eth1
C.   ifonfig eth1 192.168.1.1
D.   ifconfig eth1  ip 192.168.1.1

34.To view the kernels routing table ,which of the following commands should be issued? A.   netstat  i
B.   netstat – m C.   netstat  M D.   netstat -r

35.which of the following commands brings up the device eth2? A.   ifup eth2
B.   ifup ifcfg-eth2
C.   ifup /etc/sysconfig/eth2
D.   ifup /etc/sysconfig/network-scripts/eth2

36.Which othe following commands will reboot the system? A.   init 6
B.   reboot
C.   shutdown r now
D.   telinit 6

37.What is the minor version number oLinux 2.4.5-6?
A.
2
B.
4
C.
5
D.
6

38.What command diplays the version number of the running Linux kernel? A.   dmesg
B.   motd
C.   uname -r
D.   w

39.To list the existing partitions othe local hard drives,which of the following should be issued? A.   fdisk l
B.   fdisk C.   fdisk lp D.   fdisk -r

40.Which othe following is the number of a privileged port?
A.
1
B.
100
C.
1000
D.
10000

41.what files can an anonymous FTP user access?
A.   Files and directories in the home directory of the user ftp
B.   Files in any world-readable directory
C.   File in the /tmp directory
D.   Files readable via the users account

42.which of the following are primary Red Hat Linux desktop environments? A.   Afterstep
B.   RatpoisoC.   GNOME D.   KDE

43.If X is started via startx, X will attempt to source which othe following files? A.   ~/.startx
B.   ~/.xinitrc
C.   ~/.xrc
D.   ~/.Xsession

44.which of the following mount points must be present in a Linux system? A.   /
B.   /booC.   /usr D.   /var


45.Which othe following commands will replace package xyz if that package is already installed?
A.  rpm i xyz B.   rpm  xyz C.   rpm F xyz D.   rpm U xyz

46.How many members does the default group of a newly created ordinary user contain?
A.
1
B.
2
C.
3
D.
4

47.Which othe following key sequences typically switches from a virtual console to X ? A.   CTRL-ALT-F1
B.   CTRL-ALT-F3
C.   CTRL-ALT-F7
D.   CTRL-ALT-F8

48.What is a mount points?
A.   The device file associated with a removable device
B.   The directory associated with a mountable device
C.   The side of a floppy diskettee inserted into the drive
D.   The time at which you insert the installation media

49.Which othe following authentication options should normaly be set? A.   MD5 passwards
B.   NIS domain
C.   NIS server
D.   Shadow passwords

50.Why should you creat a boot disk?
A.   Creating the boot disk proves Linux is properly installed
B.   You can use it to boot ypur syatem.

C.   You can not boot the system from the hard drive until installation is complete. 
D.   You can not create one after installation is complete.