Most voted "debian" questions
Debian GNU/Linux is a widely used free (free and open source) non-commercial distribution of GNU/Linux. All software included in the distribution is free software, and it is optional to add official proprietary software repositories. If the doubt is not about Debian, do not use this tag, even if the Debian OS is present in your project.
Learn more…57 questions
Sort by count of
-
5
votes1
answer156
viewsHow to uninstall a tar.bz2 package?
I recently installed the ghdl in my Debian x64, but I installed the wrong version, so I uninstalled the ghdl and installed the version for x64 bits; but the old ghdl (version 0.29) continues on the…
-
3
votes2
answers143
viewsconfigure virtual host in apache2
I am having difficulty configuring my virtual host in Apache2 with Debian. I created the folder: mkdir /var/www/site/public_html inside that directory I created a file index.html. After that I set…
-
2
votes1
answer3038
viewsDirectory listing of the server appears in the browser
I have on the server installed the Debian, Apache, PHP5 and MySql. When typing in the browser the address of a folder, for example, http://www.dominio.com/api, all folders and files are listed. How…
-
2
votes1
answer115
viewsELK + REDIS - Duplicating data
Fala galera, I need a help... I have the following Logstash configuration files: agent conf. input { log4j { type => "bdj" port => 25827 } } filter{ json{ source => "message" } } output {…
-
2
votes1
answer804
viewsHow to create Debian startup script by modifying environment variables
I need to elaborate a startup script that modifies the resolution that Debian puts by default. I currently have the following shell script that does the job: export…
-
2
votes3
answers2214
viewsCrontab Linux run PHP Script at a frequency of less than 1 minute
Please, I need to run crontab so that it runs every 1 second, you should run a . php script on the Debian Linux server. root /usr/bin/php5 -q /var/www/cloudns.php when executing manual, it performs…
-
2
votes0
answers45
viewsUsing the sysstat utility to save server usage information in XML format
Sysstat allows you to collect all the information I need from the server: CPU usage, memories, buffers... sadf - with the -x option prints in XML format. I would like all information (CPU usage,…
-
2
votes1
answer766
viewsAdd Debian 9 Stretch archive mirror/mirror
How to include the http://ftp.br.debian.org/debian/ in my sources.list of Debian 9 (Stretch)? I need to include with the contrib non-free also. I need to explain why as well, because the…
debianasked 7 years, 3 months ago user86792 -
2
votes1
answer128
viewsIs it possible to install perlapi 5.14.2 in Debian 9?
I am trying to install the perlapi-5.14.2 package on a Debian 9 linux server and am getting the following feedback: Reading package lists... Done Building dependency tree Reading state…
-
2
votes1
answer201
viewsNetbeans + Php7.0 + Apache2 + Debian : Best Practices
Was having trouble enabling apache2 to run . php pages. Then I did the following: I removed from the Directory address the html folder, so was the file: I removed the html folder in /var/www/html…
-
2
votes0
answers63
viewsSimulate a mouse click using X11
I’m trying to simulate a mouse click using the X11 library on linux. Using the command xev in the terminal I have the following exits. For a real click: ButtonPress event, serial 32, synthetic NO,…
-
1
votes0
answers66
viewsHelp to configure Toyvpn Server Android
Hello, I have a problem and I’m already 3 days looking for a solution, I hope someone can help me. I’m trying to test the example of Android Toyvpn, but I’m not succeeding in server settings. The…
-
1
votes1
answer839
viewsCron on Linux minute and day of the week
I would like a force with a Linux Cronjob. Follows: */1 * * * * wget http://192.168.6.80/sistema.php I would like to see this process run every minute, from Monday to Friday, from 18 to 06 o'clock…
-
1
votes1
answer33
viewsDo not view Dominio my site
built a homemade server ( debian Linux + no-ip+ apache + mysql + wordpress + clud dns ). my problem is that : it accesses www.prensanuble.cl BUT when I try to access any link of the site ceases to…
-
1
votes1
answer1049
viewsFailed to install . deb on Ubuntu
I downloaded a file. deb directly from the official website (Astah Community installer), and after the download was completed I double-clicked on the file. The screen of Ubuntu Software was opened…
-
1
votes0
answers48
viewsRun Debian program compiled on Ubuntu with Lazarus
When I compile any source developed on Lazarus on Ubuntu, it normally runs on Lazarus, but on Debian with the command ./Programa, gives the following error: "Segmentation failure". The program can…
-
1
votes0
answers754
viewsConfiguring Debian dns Bind9
I have a network that is configured like this: Endereço IP: 138.94.189.185 PPPoE Máscara de Sub-rede: 255.255.255.0 Gateway: 138.94.189.185 Servidor DNS: 138.94.188.19 , 8.8.8.8 I am wanting to make…
-
1
votes1
answer56
viewsPreparing Linux Development Server
I am using the Debian 9 distro on my server, while searching through PHP packages I noticed that php-fpm seems to be an alias for php7.0-fpm. If I am correct, I can install my packages like this:…
-
1
votes1
answer83
viewsHow to update Apache2 on Dedian 9 (Stretch)?
I am using version 2.4.10 of Apache on Debian 9. However, this version of Apache, which I am using, is from Debian 8. I would like to know how to update the Apache2 to the version 2.4.25.…
-
1
votes1
answer256
viewsVagrant: Does not sync folder
I’m using: Windows 10 64bits Vagrant 1.9.7 VirtualBox 5.1.22 Box Debian Jessie 64bits Plugins Vagrant: >vagrant-vbguest >vagrant-share My configuration of Vagrantfile: Vagrant.configure("2")…
-
1
votes1
answer133
viewsInstalling web environment with shell script
The shell script below performs some simple tasks for me, however, I would like to leave the code a little but elegant: #!/bin/bash echo "#######################" echo "Preparando servidor web" echo…
-
1
votes0
answers83
viewsPDO returning error when no error
Randomly, I get the following error while upgrading my system: Fatal error: Uncaught PDOException: SQLSTATE[HY000] [2002] Cannot assign requested address By error, it can not connect to the server,…
-
1
votes0
answers133
viewsProblem connecting to Beaglebone Black
Does anyone know how to connect to BeagleBone Black ? The Linux that had in it was very old, so I decided to do a new boot and install a newer Linux that was the debian-9.1-console-armhf-2017-09-21…
-
1
votes1
answer55
viewsAccessing Debian server via IP externally
I released in my Apache 2 the port 8080 so that it can be accessed externally, I can access so: http://meu_ip:8080/nome_de_uma_pasta It would be possible to access the server only with My IP?…
-
1
votes0
answers35
viewsEmail sent, always arrives as spam, in Squirrelmail with Postfix in debian 8
I installed the postfix and the Squirrelmail in my server to receive and send emails, it happens that the emails always arrive to the recipient always in the spam box. What settings should I make…
-
1
votes1
answer67
viewsMVN Install - Java Home Error
root@vps145918:/opt/Bot# mvn install The JAVA_HOME environment variable is not defined correctly This environment variable is needed to run this program NB: JAVA_HOME should point to a JDK not a JRE…
debianasked 6 years, 7 months ago Filipe Lopes 11 -
1
votes0
answers240
viewsSquirrelmail ERROR: Connection Dropped by IMAP server
I installed postfix with dovecot to make an email server, when I log an email account in Squirrelmail returns this message: ERROR: Connection Dropped by IMAP server. What can I do to fix? # See…
debianasked 6 years, 11 months ago Wagner Martins Bodyboard 698 -
1
votes0
answers197
viewsPHP 7 (Debian) connection error with Sybase 16
I have the following difficulty: I need to configure the PHP environment to connect to a Sybase 16 base. I am not a PHP programmer and I am helping another colleague. Everything that has been tried…
-
1
votes1
answer144
viewsFile structure and Deployment of JSF applications with Jboss EAP in Debian 8
I wonder if there is how to configure Jboss EAP to deploy Java applications (JSF, Hibernate, Primefaces, Maven) in the folder /var/www/. The structure of the folder /var/www is the following:…
-
1
votes1
answer356
viewsShell script take out extension and search only by name
Someone can fix my script? The purpose of the script is to compare the input files with the files in the folder JUNK, the problem is that if the input file is teste1.txt he cannot find the file…
-
1
votes2
answers331
viewsphp - Cast double with number_format
When executing: $number = 50/3; var_dump(number_format($number, 2, '.', '')); is returned string(5) "16.67" however I need this value to be given in decimal type, so I run the cast to (double).…
-
0
votes0
answers32
viewsError in binutils when doing Cross-Pilot. lex: not found
I am cross-piling for the i686-Elf architecture with a Debian 8 86_64 bit host I already uninstalled and installed flex but the error continues! I’ll leave the terminal output. checking for gcc...…
-
0
votes1
answer113
viewsNode.js Conflicts: /sbin/Node vs /usr/bin/Node
Good morning, everyone ! I would like someone to exclaim very well this conflict that arises in the installation of the nodejs ? Thanks!
-
0
votes1
answer468
viewsOCI8 in PHP 7 on Linux
I’m in a bit of a pickle.. I have a server running Debian and installed Apache and PHP 7, but I am having problems activating the Oracle Oci8 connection, I followed this tutorial Installing until…
-
0
votes3
answers122
viewsHow to install rvm in Debian
I’m trying to install the RVM but I’m not getting it. When checking the dependencies it complains about the package libgmp-dev that is not installed and when trying to install it is not located.…
-
0
votes1
answer844
viewsSet path to save files to Linux
I have a Back-end done in Java where I get some files from the front and save them to a folder. This system ran on a server Windows with Tomcat but recently the same had to be migrated to Debian. In…
-
0
votes1
answer57
viewsI cannot create zip in Debian
I can’t create a zip in Debian even with permission 777 folder, and the worst is that it returns no error. Code I use to create zip: function Compress($source_path, $chave) { // Normaliza o caminho…
-
0
votes3
answers2285
viewsHow to get the local ip in shell-script?
I’m making a script that needs the machine IP on the network, tried several ways unsuccessfully until I figured out a way: ip="`ip addr show | grep global | grep -oE…
-
0
votes0
answers303
viewsInstallation of Mongodb in Debian
I am trying to run Mongodb on Debian Jessie and apparently install everything correctly, but when I run it gives errors as indicated below. I don’t know if it’s relevant either, but following the…
-
0
votes2
answers834
views -
0
votes1
answer83
viewsInstall Redmine Debian 9
I am trying to install Redmine in debian 9 (stretch), following the tutorial: http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_on_Debian_9 When I go to migrate from the bank, the…
-
0
votes1
answer31
viewsInstalling email in my debian 8
I have installed Debian 8 and already managed to make a web server, now I need to install the email from my domain, as this I have never done, I would like to know where I can get started, so I can…
debianasked 6 years, 12 months ago Wagner Martins Bodyboard 698 -
0
votes1
answer62
viewsDoubts about installing php7.0 in Debian 8
Ae galley I am installing php7 on the linux server, Debian8 and wanted to know where I get the listing of all php packages that exist, I know some but I wonder if there is where I see all that are…
-
0
votes2
answers544
viewsUpdate from Jenkins
I have Jenkins installed on a server with Debian 8. I would like to know the correct procedure for updating the version. In the current documentation, it does not specify the update procedure. In…
-
0
votes0
answers51
views$_SERVER['LOGON_USER'] equivalent on Linux
In the company where I work, there was an ISS-based PHP5 server, however it is migrating to another Debian-based Apache server with PHP7.0. I enabled the errors of the new server, and I see that I…
-
0
votes1
answer29
viewsMake an alias for Webmail
I am not able to make an alias for my Webmail in Debian 8, I am editing the /etc/hosts to make the alias, it is not working, see: Alias for my website <VirtualHost *:80> # The ServerName…
debianasked 6 years, 12 months ago Wagner Martins Bodyboard 698 -
0
votes1
answer57
viewsDjango application (NGINX and WSGI) consuming only one core, reaching 100% and locking
I have a problem that I have deployed with NGINX and UWSGI on a debian 9 with 24 cores, the application is simply running correctly, but when I upload an excel file the application is using only one…
-
0
votes1
answer54
viewsIMAP Certificate Failure for imap.gmail.com error
I am developing an application where I use Imap to connect to a client’s gmail, everything works properly on the spot but when I upgrade to the server and run the code I get the following error…
-
0
votes0
answers260
viewsApache does not read subdirectories
Hello, I’m starting with Linux now and I’m trying to set up an Apache server for test purposes. I am using Debian 9 and have already installed Apache, PHP 7.0, libs and Mariadb. Through the browser…
-
0
votes1
answer228
viewsDebian Linux Phpmailer: EOF Caught while checking if Connected
Hello! I’m having a problem using Phpmailer for an email sending via an external SMTP. When I try to run the code, it always shows the following error at the end: SMTP -> NOTICE: EOF Caught while…