Skip to content
IRZU INSTITUTE

IRZU INSTITUTE

Inštitut za raziskovanje zvočnih umetnosti

  • ABOUT
  • EVENTS
    • ARTISTIC
    • EDUCATIONAL
    • INTERVIEWS
    • ONLINE
    • PRODUCTION
  • PRODUCTS
    • DIRECTIONAL AUDIO SPEAKERS
    • BREATHING EXERCISE GAMES
    • VIRTUAL REALITY
    • INTERACTIVE MIDI
    • SMARTDRUMS ANDROID SOFTWARE
    • SMARTGUITARS OPEN SOURCE
    • UNIVERSAL RECORDING CABLES
    • ANDROID TO SHEETS LOGGING
    • ANDROID TO CALENDAR LOGGING
    • WEBCAM LIE DETECTOR OVERLAY
  • RESEARCH
    • OPEN SOURCE BIOLOGY
    • ACOUSTICS & DSP
    • DATA MANAGEMENT
    • ELASTIC & LUCENE
    • FFT & WAVELETS
    • GAME DEVELOPMENT
    • JS, REACT & NODE
    • KERNEL STREAMING
    • LINUX & ANDROID
    • LOW VOLTAGE IC
    • MEMS SYSTEMS
    • MQTT & IOT AUTOMATION
    • REST/HTTP & GRAPHQL
    • VIRTUALIZATION
    • 3D PRINTING & FABRICATION
  • EDUCATION
    • CRISPR WORKSHOP
    • TASKER WORKSHOP
    • PUREDATA WORKSHOP
  • INTERNSHIPS

Tag: BUSYBOX

LINUX & ANDROID VIRTUALIZATION

Mock Exam 2 Question: Create an nginx pod called `nginx-resolver` using image `n . . . – Kubernetes – KodeKloud

December 19, 2021admin

Samir:Mock Exam 2 Question: Create an nginx pod called nginx-resolver using image nginx, expose it internally with a service called nginx-resolver-service. Test that you are able to look up the…Read moreMock Exam 2 Question: Create an nginx pod called `nginx-resolver` using image `n . . . – Kubernetes – KodeKloud

LINUX & ANDROID

Bug #896902 in busybox marked as pending

December 17, 2021admin

Control: tag -1 -pending On Sun, 29 Jul 2018 08:36:41 +0000 Nobuhiro Iwamatsu <iwama…@debian.org> wrote: > Control: tag -1 pending > > Bug #896902 in busybox reported by you has…Read moreBug #896902 in busybox marked as pending

LINUX & ANDROID

USN-5179-1: BusyBox vulnerabilities | Ubuntu security notices

December 8, 2021admin

Details It was discovered that BusyBox incorrectly handled certain malformed gziparchives. If a user or automated system were tricked into processing aspecially crafted gzip archive, a remote attacker could use…Read moreUSN-5179-1: BusyBox vulnerabilities | Ubuntu security notices

LINUX & ANDROID

Claroty, JFrog on Fuzzing BusyBox – Aperture: A Claroty Podcast

November 29, 2021admin

Claroty researcher Vera Mens and JFrog researcher Shachar Menashe join the podcast to discuss a recent research collaboration between the two companies that looked at the security of BusyBox. Busybox…Read moreClaroty, JFrog on Fuzzing BusyBox – Aperture: A Claroty Podcast

DATA MANAGEMENT LINUX & ANDROID

linux – finding pid for a port without busybox in Android

November 26, 2021admin

cat /proc/net/tcp you will get a list of all ports with their processes. sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode 0: 0100007F:13AD 00000000:0000 0A 00000000:00000000…Read morelinux – finding pid for a port without busybox in Android

LINUX & ANDROID

1.22.0-8ubuntu1 : busybox : amd64 : Vivid (15.04) : Ubuntu

November 22, 2021admin

 BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for the most common utilities you would usually find on your desktop system (i.e.,…Read more1.22.0-8ubuntu1 : busybox : amd64 : Vivid (15.04) : Ubuntu

LINUX & ANDROID

Bug#998804: busybox: please enable bas64

November 8, 2021admin

Package: busyboxVersion: 1:1.30.1-7+b1Severity: wishlist Hi. Could you please enable CONFIG_BASE64? base64 is normally guaranteed to be avialble because it’s part of coreutils.But it is not in e.g. the initramfs. While…Read moreBug#998804: busybox: please enable bas64

LINUX & ANDROID

busybox – start-stop-daemon syslog as non-root

November 5, 2021admin

I have a Yocto based embedded Linux build using busybox-1.24.1 and its sylogd and start-stop-daemon utilities. root:~# ls -l /sbin/syslogd lrwxrwxrwx 1 root root 19 Nov 2 17:57 /sbin/syslogd ->…Read morebusybox – start-stop-daemon syslog as non-root

LINUX & ANDROID

dual boot – BusyBox Ubuntu Issue

October 30, 2021admin

Your description of the steps you’ve taken is inconsistent with the result you are seeing which sounds like an initramfs prompt. Windows doesn’t use busybox or initramfs, so if you…Read moredual boot – BusyBox Ubuntu Issue

DATA MANAGEMENT LINUX & ANDROID

openSUSE alert openSUSE-SU-2021:3531-1 (busybox) [LWN.net]

October 28, 2021admin

From:   opensuse-security@opensuse.org To:   security-announce@lists.opensuse.org Subject:   openSUSE-SU-2021:3531-1: important: Security update for busybox Date:   Wed, 27 Oct 2021 15:29:29 +0200 Message-ID:   <20211027132929.1AF1CFBB1@maintenance.suse.de> Archive-link:   Article openSUSE Security…Read moreopenSUSE alert openSUSE-SU-2021:3531-1 (busybox) [LWN.net]

DATA MANAGEMENT LINUX & ANDROID

SUSE alert SUSE-SU-2021:3531-1 (busybox) [LWN.net]

October 28, 2021admin

From:   sle-security-updates@lists.suse.com To:   sle-security-updates@lists.suse.com Subject:   SUSE-SU-2021:3531-1: important: Security update for busybox Date:   Wed, 27 Oct 2021 15:33:11 +0200 Message-ID:   <20211027133311.88CC4FBB1@maintenance.suse.de> SUSE Security Update: Security update…Read moreSUSE alert SUSE-SU-2021:3531-1 (busybox) [LWN.net]

LINUX & ANDROID

Bug #1948812 “Bad busybox modinfo output on exactly 3 modules” : Bugs : Ubuntu

October 26, 2021admin

Trying on Ubuntu 20.04.3 with linux-modules-5.4.0-88-generic and busybox     for a in $(find /lib/modules/5.4.0-88-generic/ -name ‘*.ko’)    do       [ $(busybox modinfo -F name $a|wc -w) = 1 ] || echo $a    done This code should…Read moreBug #1948812 “Bad busybox modinfo output on exactly 3 modules” : Bugs : Ubuntu

LINUX & ANDROID

ubuntu – How to remove Busybox after uninstalling Linux

October 15, 2021admin

After trying out linux for a week, I decided to switch back to Windows because of the apps I use daily. Yesterday I decided to completely reinstall windows for whatever…Read moreubuntu – How to remove Busybox after uninstalling Linux

LINUX & ANDROID VIRTUALIZATION

image ref parsing broken – Gardener/Component-Cli

September 29, 2021admin

What happened:Running component-cli oci pull busybox:latest results in the following error: unable to get manifest for “busybox:latest”: parse “dummy://busybox:latest”: invalid port “:latest” after host –> The ref parsing cannot handle…Read moreimage ref parsing broken – Gardener/Component-Cli

LINUX & ANDROID

busybox-whois-1.33.1-19.2.noarch.rpm openSUSE Tumbleweed Download

September 24, 2021admin

2021-08-02 – Thorsten Kukuk <kukuk@suse.com> – Add shadow as BuildRequires 2021-07-01 – Thorsten Kukuk <kukuk@suse.com> – Add util-linux-systemd as BuildRequires 2021-03-15 – Ludwig Nussel <lnussel@suse.de> – busybox-misc needs to conflict…Read morebusybox-whois-1.33.1-19.2.noarch.rpm openSUSE Tumbleweed Download

LINUX & ANDROID

busybox-net-tools-1.33.1-19.2.noarch.rpm openSUSE Tumbleweed Download

September 24, 2021admin

2021-08-02 – Thorsten Kukuk <kukuk@suse.com> – Add shadow as BuildRequires 2021-07-01 – Thorsten Kukuk <kukuk@suse.com> – Add util-linux-systemd as BuildRequires 2021-03-15 – Ludwig Nussel <lnussel@suse.de> – busybox-misc needs to conflict…Read morebusybox-net-tools-1.33.1-19.2.noarch.rpm openSUSE Tumbleweed Download

DATA MANAGEMENT LINUX & ANDROID

Busybox no coverage

September 22, 2021admin

On Fri, Aug 27, 2021 at 03:36:31AM -0700, Sony Bavaria wrote: […] > As mentioned earlier depending on applet I get 1 to 3 paths. For example > for gunzip/gzip…Read moreBusybox no coverage

Copyright © 2022 IRZU INSTITUTE | Deneb by Firefly Themes
Scroll Up