Questions tagged [lts]

Long-Term Support (LTS) is a product lifecycle management policy in which a stable release of computer software is maintained for a longer period of time than the standard edition. The term is typically reserved for open-source software, where it describes a software edition that is supported for months or years longer than the software's standard edition.

LTS is an acronym for Long-Term Support.

LTS applies the tenets of reliability engineering to the software development process and software release life cycle. Long-term support extends the period of software maintenance; it also alters the type and frequency of software updates (patches) to reduce the risk, expense, and disruption of software deployment, while promoting the dependability of the software. It does not necessarily imply technical support.

At the beginning of a long-term support period, the software developers impose a feature freeze: They make patches to correct software bugs and vulnerabilities, but do not introduce new features that may cause regression. The software maintainer either distributes patches individually, or packages them in maintenance releases, point releases, or service packs. At the conclusion of the support period, the product either reaches end-of-life, or receives a reduced level of support for a period of time (e.g., high-priority security patches only).

More info here: Wikipedia

39 questions
0
votes
0 answers

TYPO3 - Hide "Reset user settings to default state" Button in with UserTS

I try to hide all fields in the user-settings, that should not be accessible for non-admins. In the Tab Edit and advanced functions, i've hidden all fiels with this UserTS: setup { fields { startModule.disabled = 1 …
Naderio
  • 1,306
  • 11
  • 26
0
votes
1 answer

IPython Installation with Spark 2.2 on CDH 5.12

I have a cluster with Spark 2.2 on CDH 5.12 with RHEL and I am trying to set up IPython to use with pyspark2. I have installed IPython 5.x LTS (long term support) but I am not able to get it to work. So far yum -y update yum install…
xmorera
  • 1,933
  • 3
  • 20
  • 35
0
votes
2 answers

Hive case-insensitive alphabetical sorting

When I have an "order by" clause inside of a hive query, for example: SELECT * FROM categories ORDER BY category_name The results will be sorted as all the capital letters first and then all the lower letters. I need some table constraint or…
David Yaffe
  • 23
  • 1
  • 5
0
votes
2 answers

Migrating CodeIgniter from WAMP to Ubuntu 12.04 LTS LAMP

After I successfully installed Ubuntu 12.04 LTS LAMP on my local machine, following this TUT. And installed phpmyadmin with this instruction. I migrated my working CodeIgniter project inside /var/www/ and updated my database. Everything seems to be…
Hard Spocker
  • 765
  • 11
  • 32
0
votes
1 answer

How to avoid composer form upgrading project dependencies (ex. laravel from 5.1 LTS)?

I'm worrying about Laravel and long term support concepts, related to my application. Now I've developed my app on lrvl 5.2, but the LTS version is the 5.1. Since I'd like to have a long term supported framework as my application basement, I wonder…
koalaok
  • 5,075
  • 11
  • 47
  • 91
0
votes
1 answer

Python - ImportError

I have a module I have installed called lts_fits, and this is its path: ~/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/lts_fits So it is clearly in the site packages folder. Within this folder, there is a python…
0
votes
1 answer

Ubuntu 12.04 LTS Super user with full access to other users directories using FTP

When creating a user, a directory is created with user name, I want to create a super user, who has access to other users directory, and this using FTP, so when the super user is connected, he has access to all other users directories. Is there a…
Yassine
  • 51
  • 1
  • 8
-2
votes
1 answer

Django: Do you recommend using LTS or always keep upgrading versions?

Im looking for opinions with good arguments. Django Framework now is at it's 1.9.2 version being 1.8.9 the LTS package. I'm going to write a new project template and Im asking myself if it should be good to use the LTS for this particular idea or…
-4
votes
1 answer

R: lts regression: $ operator is invalid for atomic vectors

I'm trying to do a variable selection using LTS regression but I encounter with this error. sigma.full<-summary(ltsreg(y~x1+x2+x3+x4+x5))$scale Error in summary(ltsreg(y~x1+x2+x3+x4+x5))$scale: $ operator is invalid for atomic vectors Can…
1 2
3