Open ports in Ubuntu’s firewall using IP Tables
On the terminal, do the following to open port 80 sudo iptables -A INPUT -p tcp --dport 80 -j ACCEPT sudo iptables -F Persisting the rule changes across boot cy...
On the terminal, do the following to open port 80 sudo iptables -A INPUT -p tcp --dport 80 -j ACCEPT sudo iptables -F Persisting the rule changes across boot cy...
To make a new disk you just added to the Ubuntu device, please go through the following steps – Check whats the /dev path of the disk. On terminal, run- You wou...
Problem: The newly set hostname reverts back to older one after reboot Reason : Hostname is reset by cloud-init Solution : Inactivate cloud-init. On t...
Problem: The newly set hostname reverts back to older one after reboot Reason : Hostname is reset by cloud-init Solution : Inactivate cloud-init. On terminal, k...
Hey there ! So you are a programmer, wanting to master machine learning ? You are at the right place. Lets get started. So, what exactly is machine learning ? W...
Problem: Running Cqlsh exits with the error : from cqlshlib import cql3handling, cqlhandling, pylexotron,sslhandling, copy ImportError: No module named cqlshlib...
dhee । தீ । ধী । ధీ । धी । ಧೀ । ധീ । ઘી । ଢ଼ୀ Are you planning to bring in conversational automation using AI to make your processes more cost effective and con...
dhee । தீ । ধী । ధీ । धी । ಧೀ । ധീ । ઘી । ଢ଼ୀ Are you planning to bring in conversational automation using AI to make your processes more cost effective and con...
Problem: apt-get update gives an error : [bash] W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease Temporary failure resolving ‘archive....
To debug why a container within a docker stack didn’t start, these commands will help [bash] #list all processes docker service ls #note the id of your problema...