Questions tagged [debian-jessie]

About the 8.0 release of the Debian GNU/Linux operating system. Superseded by Debian Stretch (9.0). Long-term support was available until June 30th, 2020. QUESTIONS MUST BE PROGRAMMING RELATED.

Jessie was initially released on April 26th, 2015, superseding the previous LTS release wheezy (debian 7). It got its last update in 23th June, 2018. Since 30th June, 2020 it has no more LTS support.

Notable changes and improvements

  • New architectures: ppc64el and arm64
  • Dropped architectures: s390 (31-bit s390 replaced by s390x), sparc and ia64
  • New desktop environments: cinnamon and mate-desktop
  • More packages built by security-hardening compiler flags
  • Cross-platform binutils to ease cross-compilation
  • node.js first appearance
  • Legacy SSLv3 support dropped

References

206 questions
-1
votes
1 answer

Installing TCPFLOW on Pi V2 running Jessie from the GIT site

I've done this before but yesterday I could not get it to work! Running Jessie on a Raspberry Pi v2. Working from the GIT site (https://github.com/simsong/tcpflow/) I'm trying to install the latest version of TCPFLOW. I have done the apt-get…
RDK
  • 355
  • 2
  • 7
  • 24
-1
votes
1 answer

Debain jessie Empty PHP session variables

I am using Debian jessie I installed apache 2.4 and php 7.0 but the problem that I have is that the variables are always while I put the instruction session_start () in all the pages Thank you for help me please
Assane Keita
  • 11
  • 1
  • 3
-1
votes
2 answers

how to upgrade to MySQL to 5.6.0 or higher from 5.5 on Rasbian (RaspberryPi, ARM)

I was installing Magento (E-commerce platform) on my Raspberry Pi 3 (Raspbian Pixel), which I used as a server. I have installed PHP5, MySQL-Server v5.5. But Magento requires version 5.6.0 or higher of MySQL server, I am unable to update it through…
Chirag Sukhala
  • 53
  • 1
  • 14
-1
votes
1 answer

Debian install MySQL specific version not available

I got two serveurs. ClientServ and DevServ. The client serveur is on Debian 7 with Mysql 5.5.49-0+deb7u1. My goal is to have the same package in my DevServ. Unfortunaly, I tried to apt-get install I only got "5.5.55-0+deb7u1". I checked the repo…
Joe
  • 83
  • 2
  • 9
-1
votes
1 answer

Not able to download Postgresql 9.6.1 version on raspberry pi 3 (OS : Debian Jessie)

I specifically need this version to make it compatible with heroku app psql version. If the versions don't match, I cannot pull the database from heroku app to a local machine. When I execute, heroku pg:pull HEROKU_POSTGRESQL_MAGENTA mylocaldb --app…
-1
votes
1 answer

port forwarding in raspberry pi on debian

I want to forward incomings from 192.168.1.50:5007 to 10.1.1.117:5007 on raspberry pi debian installed . I do not want to make a bridge between two networks. How can I achieve this?
-2
votes
1 answer

wget not working with raspberry pi project pacman in terminal

I am trying to do the raspberry pi project Pacman Treasure and on the first step it says to use the command wget -O - http://rpf.io/pacmanstart | bash and when I tried, the terminal gave me an error saying that '0' was an invalid option. I double…
rrr
  • 21
  • 6
-2
votes
1 answer

Linux log server permission denied

I'm trying to copy few log files from the server to the local machine for further analyzing. I can log in the server with ssh and enter in the directory. I try to copy the files with the command, scp…
Arefe
  • 11,321
  • 18
  • 114
  • 168
-2
votes
1 answer

No network interfaces on Debian 8 Lenovo install

So I recently got the Lenovo x270, and installed Debian on it instead of the default Windows OS. I've come to find out WiFi, as well as ethernet are both shipped not working. I've tried to fix it, but nothing has worked so far. I switched from…
Austin
  • 23
  • 1
  • 9
-3
votes
1 answer

Downgrade a Beagle bone image from 4.1.15 to 3.8.13

My new beaglebone black has 4.1.15 image on it and when I tried to follow the instructions by uncommenting the "cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh" in /boot/uEnv.txt, the script init-eMMC-flasher-v3.sh doesnt really…
user6345
  • 15
  • 1
  • 5
-3
votes
2 answers

Hosting C# Discord bot on a Debian 8 VPS

I'm trying to get my discord C# bot to host on my Debian 8 VPS. I've not worked with Linux a lot before and I tried, but can't seem to find how to run my bot/code on my VPS. If it's possible can a step-by-step be provided? I already installed Mono…
1 2 3
13
14