I have a site in linode and I created a subdomain, however it is being redirected to the main domain. I have no knowledge in linux, can anyone help me?
All links that are not: mysite.com are redirected to it.
I'm trying to create a directory via shell script, using the command:
mkdir -m755 "/var/www/app.dominio.com/html/$1"
Where the folder name is passed by parameter, you are getting a question mark "folder_name?" at the end and it is inaccessi...
When I give the command:
sudo apt-get autoremove
The following message appears:
The message says that it has 8 not updated, but I give the following commands, but it does not update:
sudo apt-get upgrade
And I try with this to...
I have a PC at home (Windows) and in college I use Linux Mint. At home I installed a program from GitHub for desktop, and from what I saw it only has for Windows, and only 64 bits by the way.
I started using GitHub in the last days at home an...
Could I have my own ip? If so, how? Who says my computer has an ip, is it the internet provider or Dhcp? Or it's still the Network Adapter, Netbios,
or Mac Address? Router? Or TC / IP protocol?
Hello
I'm trying to install eclipse on ubuntu XFCE 18.04, with openjdk8 installed and with the path set to "/ etc / profile":
Buthecontinuestogiveexitcode13:
I do not remember very well if in the past I changed the PATH somewhere else,...
Good morning.
I am using this code to update the firmware of my company's servers.
However, I wanted to use this same code to update a list of servers, not just one.
Follow the original code:
#!/usr/bin/python
from paramiko import SS...
I have a question in a task schedule on CRON and would like more clarification on how it works.
If I have a task running every minute, and this task for example takes longer than 1 minute, EX: I have a report with more than 20,000 lines and...