Questions tagged as 'linux'

1
answer

Take site redirection on linode

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.     
asked by 17.08.2018 / 14:59
2
answers

Using MKDIR via shell script [closed]

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...
asked by 17.08.2018 / 03:00
2
answers

Update packages on Linux [closed]

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...
asked by 27.07.2017 / 20:49
1
answer

What commands for GitHub in the Linux Terminal?

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...
asked by 30.10.2017 / 19:43
2
answers

Who assigns my ip? [closed]

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?     
asked by 02.06.2017 / 02:09
1
answer

How to use your renamed [closed]

Does anyone know how to use root at the prompt / terminal, but with its suu rename? I tried to type suu - in the terminal did not give.     
asked by 04.10.2016 / 17:05
1
answer

Error installing eclipse: Exit Code: 13

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,...
asked by 27.11.2018 / 14:57
1
answer

Capture Linux logon event using Java [closed]

Hello, I'd like some help to create a class that captures a user's login event on Linux using Java.     
asked by 08.04.2014 / 18:05
1
answer

How to run this script in a more sophisticated way?

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...
asked by 06.09.2018 / 11:23
1
answer

Doubts in the operation of a CRON task, No and how to SCHEDULE, but the same function [duplicate]

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...
asked by 03.09.2018 / 22:06