The Linux Standard Base (LSB) was created to lower the overall costs of supporting the Linux platform. By reducing the differences between individual Linux distributions, the LSB greatly reduces the costs involved with porting applications to different distributions, as well as lowers the cost and effort involved in after-market support of those applications.
Questions tagged [lsb]
55 questions
0
votes
1 answer
How to install an ELF 64-bit LSB executable on Debian?
I'm trying to install the mips-linux-gnu-gcc Toolchain on Debian 7 from a guide, which has the instructions to install it from a directory on the machine (which I already sent in) and has the following command to do so:
export…

Elías García Zarazúa
- 11
- 4
0
votes
0 answers
Already installed lsb_core not detected by OpenCl installer on Debian 9
I'm trying to install an OpenCL runtime on my Debian 9 virtual machine (on GCP) and I get an error of missing libraries when checking the requirements.
Particularly, it says lsb_core is not install, but when I try apt-get install lsb_core it says…

DannySsB
- 1
- 1
0
votes
1 answer
`lsb_release -a` inside an `opensuse/tumbleweed` docker
Context
When trying to install a python3 package using
python3 -m pip install absl-py
It fails if lsb-release package is installed (which is my case and mandatory).
After digging I've found, pip will internally call lsb_release -a which will lead…

Mizux
- 8,222
- 7
- 32
- 48
0
votes
2 answers
eval works in script until installed as service
On Red Hat 7.4, in init.d, I have file sapabi, which is installed by calling
chkconfig --add sapabi
This result in entries like /etc/rc3.d/
S10network
S90sapinit
S91sapabi
Example entry in /etc/rc6.d/
K90network
K09sapabi
K10sapinit
When I…

user2215655
- 71
- 8
0
votes
0 answers
Extracting a sequence of LSBs using a trigger sequence?
I just have a question with regards to extracting a sequence of LSBs from an audio file. I've embedded 580 bits in sequences of 58 in the audio file, each sequence is 1000 samples apart. The first 10 bits of the sequence are the trigger bits.
What…

user3604802
- 3
- 2
0
votes
1 answer
Setting/clearing LSB of an audio sample
I'm just wondering if anyone could help me out with setting/clearing the LSB of an audio sample
The code below goes through an array of 24 elements and each element is added to the file with a new line that follows.
FILE *fp;
fp = fopen(EmbedFile,…

user3604802
- 3
- 2
0
votes
1 answer
PSNR of image in matlab
I am confused with the Peak signal-to-noise ratio (PSNR) between original image and encrypted image. As i know, the higher PSNR value means the better image quality. I tried to test and calculate the PSNR value. I used LSB technique on the text…

kenreal
- 101
- 9
0
votes
1 answer
Trouble executing lsb-release in a Bitbucket Pipelines docker instance
I have a Bitbucket Pipelines yaml that looks like this:
image: python:3.5.1
pipelines:
branches:
master:
- step:
script:
- apt-get update
- apt-get install lsb-release -y
- curl --silent…

serlingpa
- 12,024
- 24
- 80
- 130
0
votes
0 answers
Debian - InitScript - "Do NOT set -e" in /etc/init.d/skeleton
I was wondering why "Do NOT set -e" was present in /etc/init.d/skeleton as I thought it was always good practice.
#! /bin/sh
### BEGIN INIT INFO
# Provides: skeleton
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs…

Bastien
- 658
- 1
- 9
- 24
0
votes
2 answers
systemd[1]: Failed to start LSB: Apache2 web server
I have an Apache Web (version 2.4.10) server running on Debian 8 (Jessie). It is mainly used as a SVN repository server.
It was working well since a few weeks, and suddenly, I got an internal error when attempting to list the SVN repos from a Web…

cyadmin
- 1
- 1
- 2
0
votes
2 answers
Can you retrieve the original decimal number from the least significant bits of another operation?
I am performing an operation where a function F(k,x) takes two 64bit values and returns the product of their decimal numbers. For example:
F(123,231) = 123 x 231 = 28413
The number is then converted into binary and the least significant bits are…

elgreco007
- 3
- 2
- 1
0
votes
2 answers
See version of Operating System in shell unix
How can I see in the shell unix the version and the operating system that the machine have?
I try the command lsb_release but i can't see with that.
Any solution?

PRVS
- 1,612
- 4
- 38
- 75
0
votes
1 answer
embedding a character in an image
So here is what I was trying to do. I'm absolutely new to matlab. It has only been a day or so that I've used it and here is a little something that my teacher had asked me to do. Embed statements or group of strings within an image using the LSB…

Xavier
- 27
- 3
0
votes
0 answers
DWT Steganography
I am studying in the field of steganography/watermarking. I am fairly new to this, so please bear with me! I found an excellent post on here How do I encapsulate some text information in an image and extract it using MATLAB? using LSB method, which…

Hitmanpaddy
- 29
- 7
0
votes
1 answer
Django LSB scripts
I have a Django app running under CentOS 6. I want now to add an LSB script to make it running on startup. I googled the topic and didn't really find any intersting stuff.
Do you have some recommendations? some samples? some docs? best…

hzrari
- 1,803
- 1
- 15
- 26