Questions tagged as 'linux'

1
answer

Installing and Configuring the Lamp Stack On Ubuntu [closed]

Hello, I'm new to linux, and I would like to install a PHP and Laravel development environment on my Ubuntu 16.04 to study both the language and the framework, and for that I need the following: Apache Mysql PHP 7 Composer I need the compo...
asked by 22.08.2017 / 00:11
1
answer

Is it possible to use pyad (module for active directory) in linux?

If you can use this module in linux, would you like to know how to install it? I tried with "pip install pyad", however I get the message below:    Could not find a version that satisfies the requirement pywin32 (from pyad) (from versions:)  ...
asked by 25.07.2017 / 21:07
1
answer

Crontab does not execute script

I'm trying to run a script through centos crontab, I'm doing this: crontab -e Then I put: */1 * * * * root /home/websites/public_html/admin/functions/open.sh obs: Before doing this, add permissions to the file chmod +x open.sh I'm...
asked by 10.07.2017 / 17:13
1
answer

Docker is not running

Good evening, guys I installed the docker and created some container, my computer crashed and after restarting it when trying to execute the docker command returns the message: Is docker daemon running on this host? On the internet I found...
asked by 13.06.2017 / 07:41
1
answer

.htaccess to prevent navigation

I have a Debian server and the directory for the projects in apache is the traditional / var / www / html, I'm trying to block the browsing of directories and sub-directories by browser with .htaccess but I'm not hitting. The .htaccess code i...
asked by 22.06.2017 / 19:57
1
answer

Linux commands through Laravel

I'm creating some custom commands in Laravel as per the documentation: link ex: php artisan gestao:config This command allows me to automatically configure some things in my application, such as migrate and Seeds of my ap...
asked by 22.05.2017 / 03:34
1
answer

Programming in Ubuntu, problem IDE

Good afternoon, I'm migrating to ubuntu and looking for a good IDE with visual clean, here I find the "Builder" and when trying to use the program two errors are displayed but fortunately one already solved. The error that persists is as follows...
asked by 03.06.2017 / 20:13
3
answers

How can I display only the names of packages while they are being unzipped

The question that may already have some answers, however I did not find. I'm kind of lost, I'd say that a little bit confusing even because what I'm asking I think I've already done it in some circumstance of life but I can not remember me fo...
asked by 12.05.2017 / 20:24
1
answer

404 not found - phpmyadmin / Ubuntu

I'm using Ubuntu and I installed LAMP properly. I open PHP applications in localhost quietly, but when I try to access localhost/phpmyadmin it shows me a erro 404 Not Found . I have seen several tutorials that use a...
asked by 09.05.2017 / 02:23
1
answer

Ubuntu Terminal access a website every day

I'm working with a WebService (SOAP + XML) that requires access every day on a link, I want to automate this service on my Ubuntu Server, I thought of using Lynx along with CronTab to access the link and then close, follows the CronTab code: 0...
asked by 16.04.2017 / 23:55