Top "Debian" questions

Note: Questions MUST be programming related.

"Call to undefined function mysql_connect()" after upgrade to php-7

After I upgraded php5 to php7, I get an error 500 with PHP Fatal error: Uncaught Error: Call to undefined function …

php debian php-7
How do I download a package from apt-get without installing it?

I have a computer without a NIC, and I want to install some programs in it via USB memory, but …

debian apt-get
How to upgrade glibc from version 2.13 to 2.15 on Debian?

I heard I can do it using apt-get install libc6, but I need to add something to /etc/apt/sources.…

debian glibc
Google server putty connect 'Disconnected: No supported authentication methods available (server sent: publickey)

I'm trying to connect to my Debian Google Compute Engine server through PuTTy (I've tried other alternatives too) but when …

ssh google-cloud-platform debian google-compute-engine putty
How to remove MySQL completely with config and library files?

So far I've tried the following commands: sudo apt-get remove mysql-server mysql-client mysql-common sudo apt-get purge mysql-server mysql-client mysql-common sudo …

mysql debian
Call Python script from bash with argument

I know that I can run a python script from my bash script using the following: python python_script.py …

python linux bash shell debian
python-dev installation error: ImportError: No module named apt_pkg

I am Debian user, and I want to install python-dev, but when I run the code in the shell as …

python linux installation debian
How to check the version before installing a package using apt-get?

I'm thinking to install hylafax+ version 5.5.4 which was release last month on my Debian PC. I checked dpkg -l | grep "…

debian version apt apt-get dpkg
Fatal error: Call to undefined function curl_init()

<?php $filename = "xx.gif"; $handle = fopen($filename, "r"); $data = fread($handle, filesize($filename)); // $data is file data $pvars = array(…

php linux ubuntu curl debian
How to run a script at a certain time on Linux?

I have a text file containing a specific date and time. I want to be able to run a script …

linux bash scripting debian