Questions tagged as 'linux'

1
answer

How to change the language of Git to English on Linux?

I'm using Git on the Linux terminal (Ubuntu), and it's in Portuguese.    In the master branch       Initial Submission.       nothing to send (create / copy files and use "git add" to register) How do I change the language settings for...
asked by 21.08.2017 / 20:22
1
answer

How to remove installed packages with python

I downloaded a package with wget , unpacked and accessed the folder, I used the command: python setup.py install It ran without any errors, but now I no longer use this program, what is the correct way to uninstall the program?     
asked by 23.04.2015 / 14:31
2
answers

Difference between VM and Containers LXC

Hello, I'm trying to understand what is the difference between VM and LXC Containers? Everything I read sounds a bit abstract and the end result seems to be the same.     
asked by 03.11.2015 / 20:04
1
answer

Enable .htaccess on ubuntu

I'm using the ubuntu system on my PC and my apache does not seem to recognize htaccess, none since I created a .htaccess for my project only it does not interpret what's in the content. The content is as follows: .htaccess RewriteEngine O...
asked by 24.08.2014 / 01:57
2
answers

Why does linux have an ISO for each processor architecture?

Hello, I would like to understand why Linux has several ISO's for each type of CPU (AMD64, i386, etc ...), because Windows does not need this, and how it is compiled for each type of architecture. If possible, pass on links that take th...
asked by 01.09.2015 / 17:55
3
answers

How to ensure that a service is always running on CentOS?

I created a startup script for my application in CentOS, so I can use the following commands to initialize / stop the application: service django_app start service django_app stop How do I make sure this service is always running? For ex...
asked by 12.02.2014 / 18:09
1
answer

Convert PDF document pages to JPGs

The following code is working inside the desired one, where it receives parameters in order to convert all the pages of a PDF file into JPG files: ID ( natural number ) Absolute path (must exist and point to PDF file) system user (must e...
asked by 26.03.2015 / 13:56
2
answers

Workflow Git using GitHub?

I need to learn how to clone a github project to my local computer and, after making the necessary changes, send the modifications back to the remote project. Basically the workflow of git using GitHub. I'm using linux (ubuntu) and would li...
asked by 25.05.2015 / 19:14
4
answers

What is the most complete linux for programmers? [closed]

I studied hobby programming about 4 years ago, I started with php , c # , I learned a little bit of everything, but Now I'm thinking of going deeper. I have always used Windows which I have always really enjoyed, but I feel that Linux can offe...
asked by 09.03.2014 / 23:48
1
answer

Configure Cronjob to run every 5 minutes when it is between 5 to 20 hours

I need to make a setup so my cronjob works every 5 minutes. However, if the time of day is before 5 and greater than 20 I do not want it to run. That is, I want to make a cron that runs every 5 minutes, but only in...
asked by 20.04.2016 / 20:04