Skip to main content

Posts

Showing posts from May, 2020

Opening Ports on Ubuntu Firewall

Ubuntu Linux server comes with a default firewall configuration tool i-e ufw. With ufw we can easily configure and use firewall rules on  operating system. Command to check the status of the firewall. sudo ufw status verbose Command to start the firewall service and check the status . sudo ufw enable To allow incoming tcp packets on port 22. sudo ufw allow 22/tcp The command is as follows to open http and  https service ports. sudo ufw allow http We can also leverage ufw service to check all the   installed applications. sudo ufw app list

Installation of xrdp on Ubuntu 20.04 lts

xrdp is a free implementation of windows RDP service . It allows users  to access the graphical linux remote desktop (GUI) leveraging  the same 3389 port. To install xrdp service m ake sure that you are logged into the server  either with root user or  else with a non-root user having  sudo privileges. First of all update all the packages to the latest using  following commands. sudo apt update Now install the xfce desktop as it is a fast , lightweight and stable desktop. You can also install other desktops  such as Mate  and  lubuntu Desktops as per your requirement.   sudo apt install xfce4 xfce4-goodies xorg dbus-x11 x11-server-utils Now installing the xrdp package on ubuntu server. sudo apt install xrdp  xrdp will be installed as a service on your ubuntu server . Use the  following command to check the status of the service. sudo systemctl status xrdp You need to restart the service if any changes are made to the ...

Solaris Installation From FLAR [FLASH ARCHIVE]

login as: username Password: user@hostname:~$ user@hostname:~$ user@hostname:~$ user@hostname:~$ su - Password: Oracle Corporation       SunOS 5.11       11.2     November 2019 You have new mail. user@hostname:~# bash user@hostname:~# #LIST THE DOMAINS ON BASE MACHINE root@hostname:~# ldm list NAME             STATE       FLAGS   CONS     VCPU   MEMORY   UTIL   NORM   UPTIME primary           active     -n-cv-   UART     32     64G       0.3%   0.3%   139d 13h hostname-AI-REPO active     -n----   5001     16     32G       0.1%   0.1%   139d 13h hostname-LD02 active     -n----   5002     32     32G       0.0%   0.0%   15m hostname-LD03 bound       ------...