Installing Webmin Unfortunately, the Ubuntu server doesn’t include any form of GUI tool to use for administrative purposes. You can easily install Webmin to make the server admin task far easier. Here’s how. Log in to your Ubuntu server. Issue the command sudo nano /etc/apt/sources.list.d/webmin.list. Add the following two lines to the file: deb http://download.webmin.com/download/repository […]
Category: Linux
CompTIA Linux+ (LX0-101) Practice Questions
CompTIA Linux+ (LX0-101) Practice Questions Question 1 A user has inserted a USB drive but it has not been automatically mounted. Which of the following commands will show the device name of the USB drive? A. mount -t usb B. fdisk -l C. usb_scan D. partprobe Question 2 Which of the following will burn an […]
How do I turn on Logging IP Packet Header Options?
How do I turn on Logging IP Packet Header Options? Add the following command to your iptables script beo: iptables -A INPUT -j LOG –log-ip-options iptables -A INPUT -j DROP How do I turn on Logging TCP Packet Header Options? Add the following command to your iptables script: iptables -A INPUT -j LOG –log-tcp-options iptables […]
Start/Stop SSH Server on Kali Linux
service ssh start|stop /etc/init.d/ssh start|stop
How to Install Minimal Desktop for Centos 7 Server
1. Install CentOS-7 – Minimal (First entry point in list) 2. yum groupinstall “X Window System” 3. yum install gnome-classic-session gnome-terminal nautilus-open-terminal control-center liberation-mono-fonts 4. unlink /etc/systemd/system/default.target 5. ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target 6. reboot