Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
15 results tagged kernel  ✕   ✕
mist64/cbmsrc https://github.com/mist64/cbmsrc
Sat 14 Aug 2021 07:30:39 PM PDT archive.org

This repository collects the original source code of various Commodore Business Machines (CBM) computers converted to a modern encoding (ASCII, LF, indentation).

Using kernalemu and cbm6502asm, almost all source in this repo can be built from the UNIX command line. To build everything, run build.sh from the Unix command line, on a case-insensitive filesystem.

In the repo:

  • All of the KIM and AIM machines
  • All of the CBM machines
  • All of the PET machines
  • VIC-20
  • C64, 65 and 128
  • Ultimax
  • C16/C116/+4
  • All floppy disk drives
  • Printer ROM (seems there was only one)
  • Software that came in ROM
  • Internal software devkits and tools
  • Some games that were only on cartridge
  • Firmware for an Amiga serial interface
retrocomputing commodore roms basic source code kernel
unbibium/atari64 https://github.com/unbibium/atari64
Sat 14 Aug 2021 07:09:51 PM PDT archive.org

This is the Commodre 64 KERNAL, modified to run on the Atari 8-bit line of computers. They're practically the same machine; why didn't someone try this 30 years ago?

You will need bash, dasm, and Python 3.

retrocomputing atari commodore kernel port
GitHub - orhun/kmon: Linux Kernel Manager and Activity Monitor 🐧💻 https://github.com/orhun/kmon
Thu 01 Oct 2020 01:25:59 PM PDT archive.org

kmon provides a text-based user interface for managing the Linux kernel modules and monitoring the kernel activities. By managing, it means loading, unloading, blacklisting and showing the information of a module. These updates in the kernel modules, logs about the hardware and other kernel messages can be tracked with the real-time activity monitor in kmon. Since the usage of different tools like dmesg and kmod are required for these tasks in Linux, kmon aims to gather them in a single terminal window and facilitate the usage as much as possible while keeping the functionality.

It's in the Arch community package repository.

cli sysadmin linux kernel utility monitoring rust
umlaeute/v4l2loopback: v4l2-loopback device https://github.com/umlaeute/v4l2loopback
Sun 29 Mar 2020 10:55:12 PM PDT archive.org

This module allows you to create "virtual video devices" normal (v4l2) applications will read these devices as if they were ordinary video devices, but the video will not be read from e.g. a capture card but instead it is generated by another application. this allows you for instance to apply some nifty video effects on your Skype video... it also allows some more serious things (e.g. I've been using it to add streaming capabilities to an application by the means of hooking GStreamer into the loopback devices).

DKMS version is in the AUR.

linux kernel modules video driver loopback
The Linux Kernel Archives http://www.kernel.org/
Tue 20 Mar 2018 03:18:36 AM PDT archive.org
development sysadmin resources kernel foss official system community geek computer tech archives linux download
dvbsnoop - DVB Stream Analyzer, MPEG Analyzer http://dvbsnoop.sourceforge.net/
Tue 20 Mar 2018 03:11:16 AM PDT archive.org

A utility which analyzes DVB video streams in realtime.

kernel mpeg monitor foss videos dvb linux sniffer software
Openwall Project - Information Security software for open environments http://www.openwall.com/
Tue 20 Mar 2018 03:07:07 AM PDT archive.org
kernel firewall linux auditing networking patches systems infosec utilities cracking programming
home [RSBAC: Extending Linux Security Beyond the Limits] http://www.rsbac.org/
Tue 20 Mar 2018 03:06:16 AM PDT archive.org

A ruleset-based access control system for the Linux kernel.

kernel hardening system rbac computer rsbac foss linux security software
Audit http://people.redhat.com/sgrubb/audit/
Tue 20 Mar 2018 02:17:58 AM PDT archive.org

A daemon that implements granular auditing and logging of OS-level events on Linux systems. Requires kernel v2.6.0 or later.

audit kernel monitoring redhat rules capp foss lspp infosec sysadmin stig nispom linux security auditing software
Rebooting the Magic Way | Linux Journal http://www.linuxjournal.com/content/rebooting-magic-way
Tue 20 Mar 2018 02:15:08 AM PDT archive.org

A Linux Journal article about rebooting a failing box remotely using the magic sysrq key.. without needing console access. Assumes that you compiled this support into the kernel (many distros do by default while users might not).

  1. echo 1 > /proc/sys/kernel/sysrq
  2. echo b > /proc/sysrq-trigger

Optionally: echo "kernel.sysrq = 1" >> /etc/sysctl.conf

kernel sysfs howto sysadmin sysrq linux
djrbliss/libplayground - GitHub https://github.com/djrbliss/libplayground/
Tue 20 Mar 2018 12:56:08 AM PDT archive.org

A basic framework for forcing heap overflow vulnerabilities in the Linux kernel. This is for the purpose of learning to write heap overflow exploits in the Linux kernel as well as for developing the techniques to find and exploit them. It is entirely possible that this library may destabilize the kernel so practice on a virtual machine that you can revert to a known-stable state when you're done.

kernel programming testing heapexploit ioctl library exploits linux infosec software
arch linux - archlinux cannot boot after replace module init with kmod - Unix and Linux - Stack Exchange http://unix.stackexchange.com/questions/32023/archlinux-cannot-boot-after-replace-module-init-with-kmod
Tue 20 Mar 2018 12:52:01 AM PDT archive.org

If you find yourself in a position in which you're running Arch Linux and your file systems are based on LVM, RAID, or both, and when you upgrade your kernel your system won't boot because the kernel isn't running the lvm2 hook, here's how to fix it.

  1. create an arch live stick and boot it
  2. mount your root partition to /mnt on the live stick
  3. mount your /proc partition to /mnt/proc using mount -t procfs proc /mnt/proc
  4. mount your /sys partition to /mnt/sys using mount -t sysfs sys /mnt/sys
  5. mount your /dev partition to /mnt/dev using mount -t tmpdevfs dev /mnt/dev
  6. mount your /boot partition to /mnt/boot
  7. chroot into /mnt using chroot /mnt
  8. now perform pacman -Syu and watch your kernel being built.
  9. finally type exit and reboot. remove your stick and boot into your now working arch linux.
kernel raid boot fix upgrades howto initramfs archlinux sysadmin linux lvm
The little book about OS development https://littleosbook.github.io/
Tue 20 Mar 2018 12:25:08 AM PDT archive.org

A free and libre textbook of OS design and implementation on the x86 architecture. The full book can be read here or downloaded as a PDF from this site, or you can check out the book from its Github repository (https://github.com/littleosbook/littleosbook).

development kernel github x86 programming os textbook creativecommons pdf
/RKX1209/kernel_exploit_world https://github.com/RKX1209/kernel_exploit_world
Mon 19 Mar 2018 10:57:27 PM PDT archive.org

Github repo for a tutorial on writing kernel exploits.

kernel github exploits howto infosec repo linux hacking tutorial
Introduction · Linux Inside https://0xax.gitbooks.io/linux-insides/content/
Mon 19 Mar 2018 10:49:26 PM PDT archive.org

An online book that talks about the linux kernel, how it boots up, and the theory and practice behind the subsystems.

kernel linux book architecture online os
4997 links, including 379 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn