Skip to content

Instantly share code, notes, and snippets.

View anatol's full-sized avatar
💭
Жыве Беларусь!

Anatol Pomozov anatol

💭
Жыве Беларусь!
View GitHub Profile
Index: PKGBUILD
===================================================================
--- PKGBUILD (revision 130577)
+++ PKGBUILD (working copy)
@@ -6,7 +6,7 @@
pkgname=v8
# use http://omahaproxy.appspot.com/ to find stable v8 version
-pkgver=3.30.33.16
+pkgver=4.2.77.14
#!/usr/bin/ruby
ver = "3.4.2"
rel = "1"
pkgver = ver + "-" + rel
pkgs = [
["glib2"],
["atk", ["glib2"]],
["gobject-introspection", ["glib2"]],
Index: PKGBUILD
===================================================================
--- PKGBUILD (revision 237257)
+++ PKGBUILD (working copy)
@@ -8,17 +8,20 @@
arch=('i686' 'x86_64')
url="http://www.kernel.org/pub/software/network/tftp/tftp-hpa/"
license=('BSD')
+backup=('etc/tftpd.conf')
depends=('readline>=6.0.00')
#
# Automatically generated file; DO NOT EDIT.
# coreboot configuration
#
#
# General setup
#
CONFIG_EXPERT=y
CONFIG_LOCALVERSION="anatol"
#!/usr/bin/ruby
# Android build system is ugly. It uses its own complicated Make-based system,
# mixes C and C++ in the project.
# This script generates a simple script to build the Android tools.
def expand(dir, files)
files.uniq.map{|f| File.join(dir,f)}
end
#!/bin/sh
set -e
package=$1
mkdir -p $package/{repos,trunk}
touch $package/trunk/PKGBUILD
svn add $package
svn propset svn:keywords "Id" $package/trunk/PKGBUILD
$Id: PKGBUILD 256714 2017-09-09 22:42:50Z anatolik $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Guillaume ALAUX <guillaume@archlinux.org>
# Contributor: Florian Pritz <bluewind at jabber dot ccc dot de>
pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
pkgbase=wireshark
pkgver=2.4.1
pkgrel=2
arch=('i686' 'x86_64')
license=('GPL2')
-- Logs begin at Mon 2016-12-26 12:45:42 PST, end at Thu 2017-11-02 22:27:54 PDT. --
Oct 31 21:14:26 argo kernel: microcode: microcode updated early to revision 0xba, date = 2017-04-09
Oct 31 21:14:26 argo kernel: random: get_random_bytes called from start_kernel+0x42/0x4b7 with crng_init=0
Oct 31 21:14:26 argo kernel: Linux version 4.13.10-1-ARCH (builduser@tobias) (gcc version 7.2.0 (GCC)) #1 SMP PREEMPT Fri Oct 27 16:16:03 CEST 2017
Oct 31 21:14:26 argo kernel: Command line: BOOT_IMAGE=../vmlinuz-linux cryptdevice=UUID=8bb729d1-3512-49b9-968b-e2f67253da29:cryptroot root=/dev/mapper/cryptroot rw drm.debug=0xe log_bug_len=2M initrd=../intel-ucode.img,../initramfs-linux.img
Oct 31 21:14:26 argo kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 31 21:14:26 argo kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 31 21:14:26 argo kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 31 21:14:26 argo kernel: x86/fpu: Supporting XSAVE feature 0x00
@anatol
anatol / rebuild.list
Last active March 19, 2021 23:21
Ruby 2.6 rebuild list
$ sogrep -r
$ pkgfile -d /usr/lib/ruby/2.7.0/
extra/ruby
extra/rubygems
community/cairo-dock-plug-ins
$ pkgfile -d /usr/lib/ruby/gems/2.7.0/
extra/ruby
@anatol
anatol / qemucheatsheet
Created December 30, 2018 02:52
Install Arch in QEMU and run KTSAN
https://medium.com/@clem.boin/creating-a-minimal-kernel-development-setup-using-qemu-and-archlinux-987896954d84
# Install Arch system
qemu-image -f qcow2 kernel-dev-archlinux.img 4G
wget http://mirrors.edge.kernel.org/archlinux/iso/2018.12.01/archlinux-2018.12.01-x86_64.iso
# Note that ping does not work here
qemu-system-x86_64 -cdrom archlinux-2018.12.01-x86_64.iso -boot order=d -drive file=kernel-dev-archlinux.img,format=qcow2 -m 2G -enable-kvm -cpu host -smp 8 -net user,hostfwd=tcp::10022-:22 -net nic