Questions tagged [versioning]

52 questions
0
votes
2 answers

Confused about nginx version number

I'm administrating an Ubuntu 14 server. When I type nginx -v in bash, I get nginx version: nginx/1.4.6 (Ubuntu). According to nginx.org, the latest stable version appears to be 1.13.9, not 1.4.6. However, when I run sudo apt-get install…
Magnus
  • 255
  • 1
  • 2
  • 8
0
votes
2 answers

Pure Perl RPM Version checker

I have a machine located in a secure environment that does not have access to the internet. I has a base load of CentOS with a handful of additional RPMs. This includes a basic install of PERL with no additional modules. Nor does it have GCC…
dutsnekcirf
  • 249
  • 2
  • 4
  • 16
0
votes
0 answers

RPM .spec file and versioning

I have a .spec file in the /root/rpmbuild/SPECS directory and I have a Version file in the /root/rpmbuild/SOURCES directory. The Version file contain a version number similar as 1.4.5, how can I take it into the .spec file Version: tag? We are…
PumpkinSeed
  • 345
  • 2
  • 5
  • 12
0
votes
0 answers

Change Alfresco versioning baseline

Here's something I've been struggling with for months... I'd like to use Alfresco to manage our teams' internal documentations, but its default versioning is a major drawback to us: it stats at 1.0, we need it to start at 0.1. I've been searching…
X99
  • 192
  • 4
  • 14
0
votes
2 answers

how to extract mysql version by bash script in centos 6

I need to extract the mysql version in a bash script on CentOS 6 for a minimum requirements check Example: # mysql -V mysql Ver 14.14 Distrib 5.5.43, for Linux (x86_64) using readline 5.1 # mysql -V mysql Ver 14.14 Distrib 5.6.24, for Linux…
vasek
  • 13
  • 1
  • 1
  • 3
0
votes
2 answers

Can I lookup a software version number which is bundled with a specific CentOS version without installing CentOS?

Is there a website where I can enter a software package (for example Apache) and select a CentOS version number and get the version number of Apache which comes with the selected CentOS distribution?
DASKAjA
  • 179
  • 2
  • 9
0
votes
1 answer

Hard link files within directory to reduce space usage, by "version"

I have an Ubuntu 12.04 server. Server is running rsyncd (rsync daemon), and allows an external process to rsync in files to a given path, with full control of the file structure within that given path. These files will be ultimately used by multiple…
Jon L.
  • 318
  • 2
  • 9
0
votes
2 answers

versioning files in ubuntu ( like versions in mac os)

I'm a little lost as to where to look regarding this, which is why I'm asking, there might be something obvious out there and I'm simply not hitting the right google keywords. Here's what I'm trying to go for: I have multiple users accessing and…
D.Mill
  • 379
  • 5
  • 15
0
votes
1 answer

Implementation of Updates on Apache Server / TOMCAT

I'm in the process of designing a high level revision control system that is going to update users when an update is available for various software on our systems. But i need more of a low level understanding of how updates are implemented by Apache…
user127500
0
votes
1 answer

Best practices in customizing Oracle E-Business Suite and Oracle Applications in general

I am looking for some best practices in customizing Oracle E-Business Suite, especially in terms of version control of concurrent programs (like Oracle Reports), Oracle Forms tracking/rolling back settings changes and tracking changes of the DB…
Kamil Zadora
  • 217
  • 1
  • 3
  • 9
0
votes
1 answer

How to synchronize adds and modifications with another a local folder on Windows Server 2008?

I am looking for a solution to mirror a folder at every change by synchronizing it with another local folder (let's say C:\Data and C:\Mirror) : synchronize new files and modifications but do not synchronize suppressions. I know this is possible…
0
votes
1 answer

Is there a limit as to how many times a file can be versioned within Dropbox?

Further to my question here, I'm just wondering if there is a limit as to how many times a single file can be versioned within Dropbox? For anyone unsure, I'm talking about the number of changes found in this window: Any insights? Cheers,
barfoon
  • 760
  • 4
  • 14
  • 29
0
votes
0 answers

How to parse MariaDB version banner?

I encountered this form of MariaDB DB version via banner: 5.5.5-10.3.38-MariaDB-log What is the version of the MariaDB? Is it 5.5.5 or 10.3.38? If one of them, what is the meaning of the other? (I thought about MySQL -> MariaDB things) Thanks!
Gari BN
  • 101
  • 2
0
votes
1 answer

Windows OS Version

I'd like to run containers on a Windows Server 2022. Unfortunatelly it says The container operating system does not match the host operating system. My host ver is: 10.0.20348.261 (I haven't found any description of this on Google) My dotnet image…
Jan Zahradník
  • 547
  • 6
  • 14
0
votes
1 answer

Version control and branching when using Oracle

At work we're using Oracle and C#/ASP.net to handle a customer's website, this site is very large-scale so the database is very large. We use Perforce for our version control, and tack create or replace scripts to FogBugz cases whenever a database…
Ed James
  • 101
  • 3