Skip to content

Instantly share code, notes, and snippets.

View Strykar's full-sized avatar
:electron:
pkt_label

Avinash H. Duduskar Strykar

:electron:
pkt_label
View GitHub Profile
anycast.slackware.in
bind 2a07:1c44:4800::1
log logs/mysite.log
tls {
dns vultr
}
proxy / localhost:81 localhost:82 localhost:83 localhost:84 localhost:85 {
}
#!/bin/sh
#_smokeconf='/usr/local/etc/smokeping/config'
_smokeconf=''
if [ -z "$_smokeconf" ]
then
{ printf "\nYou need to set the path to your Smokeping config. Aborting.\n" ; exit 1; }
fi
command -v grep >/dev/null 2>&1 || { echo >&2 "I require grep but it's not installed. Aborting."; exit 1; }
execve("/usr/local/bin/rtl_airband", ["/usr/local/bin/rtl_airband", "-fe", "-c", "/usr/local/etc/rtl_airband.conf."...], [/* 21 vars */]) = 0
brk(NULL) = 0xaaab1cfc4000
faccessat(AT_FDCWD, "/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
faccessat(AT_FDCWD, "/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=38069, ...}) = 0
mmap(NULL, 38069, PROT_READ, MAP_PRIVATE, 3, 0) = 0xffff9ef92000
close(3) = 0
faccessat(AT_FDCWD, "/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/aarch64-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
-- Logs begin at Fri 2019-02-01 06:54:18 IST, end at Mon 2019-04-15 18:49:20 IST. --
Apr 15 18:48:08 i-5 kernel: Linux version 5.0.7-arch1-1-ARCH (builduser@heftig-20167) (gcc version 8.2.1 20181127 (GCC)) #1 SMP PREEMPT Mon Apr 8 10:37:08 UTC 2019
Apr 15 18:48:08 i-5 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d98178fb-ecb8-446b-8a9e-d65c8d2f2dda rw splash quiet
Apr 15 18:48:08 i-5 kernel: KERNEL supported cpus:
Apr 15 18:48:08 i-5 kernel: Intel GenuineIntel
Apr 15 18:48:08 i-5 kernel: AMD AuthenticAMD
Apr 15 18:48:08 i-5 kernel: Hygon HygonGenuine
Apr 15 18:48:08 i-5 kernel: Centaur CentaurHauls
Apr 15 18:48:08 i-5 kernel: x86/fpu: x87 FPU will use FXSAVE
Apr 15 18:48:08 i-5 kernel: BIOS-provided physical RAM map:
============ start debug info ============
libhd version 21.60 (x86-64) [7688]
using /var/lib/hardware
kernel version is 5.0
----- /proc/cmdline -----
BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d98178fb-ecb8-446b-8a9e-d65c8d2f2dda rw splash quiet
----- /proc/cmdline end -----
debug = 0xff7ffff7
probe = 0x15938fcdaa17fcf9fffe (+memory +pci +isapnp +net +floppy +misc +misc.serial +misc.par +misc.floppy +serial +cpu +bios +monitor +mouse +scsi +usb -usb.mods +modem +modem.usb +parallel +parallel.lp +parallel.zip -isa -isa.isdn +isdn +kbd +prom +sbus +int +braille +braille.alva +braille.fhp +braille.ht -ignx11 +sys -bios.vbe -isapnp.old -isapnp.new -isapnp.mod +braille.baum -manual +fb +pppoe -scan +pcmcia +fork -parallel.imm +s390 +cpuemu -sysfs -s390disks +udev +block +block.cdrom +block.part +edd +edd.mod -bios.ddc -bios.fb -bios.mode +input +block.mods +bios.vesa -cpuemu.debug -scsi.noserial +wlan -bios.crc -hal +bios.vram +bios.acpi -bios.ddc.ports=0 +modules.pata -net.eeprom +x86emu=dump -max -lxrc)
shm: at
cpu:
Intel(R) Core(TM) i5 CPU 750 @ 2.67GHz, 1236 MHz
Intel(R) Core(TM) i5 CPU 750 @ 2.67GHz, 1203 MHz
Intel(R) Core(TM) i5 CPU 750 @ 2.67GHz, 1203 MHz
Intel(R) Core(TM) i5 CPU 750 @ 2.67GHz, 1275 MHz
keyboard:
/dev/input/event6 Chicony Electronics USB Keyboard
mouse:
/dev/input/mice Logitech G402 Gaming Mouse
monitor:
*** General ***
owner = Avinash H. L. Duduskar
contact = strykar@hotmail.com
mailhost = wrtpoona.in
#sendmail = /usr/bin/sendmail
display_name = vpn
#imgcache = /var/cache/smokeping
imgcache = /srv/smokeping/imgcache
imgurl = imgcache
# Example configuration file for Munin, generated by 'make build'
# The next three variables specifies where the location of the RRD
# databases, the HTML output, logs and the lock/pid files. They all
# must be writable by the user running munin-cron. They are all
# defaulted to the values you see here.
#
#dbdir /var/lib/munin
htmldir /srv/http/munin
#logdir /var/log/munin
strykar@phreedom:~$ pip install --upgrade prompt_toolkit
Collecting prompt_toolkit
Using cached https://files.pythonhosted.org/packages/f7/a7/9b1dd14ef45345f186ef69d175bdd2491c40ab1dfa4b2b3e4352df719ed7/prompt_toolkit-2.0.9-py3-none-any.whl
Requirement already satisfied, skipping upgrade: wcwidth in ./.local/lib/python3.6/site-packages (from prompt_toolkit) (0.1.7)
Requirement already satisfied, skipping upgrade: six>=1.9.0 in /usr/local/lib/python3.6/site-packages (from prompt_toolkit) (1.12.0)
ERROR: Error checking for conflicts.
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3012, in _dep_map
return self.__dep_map
File "/usr/local/lib/python3.6/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2806, in __getattr__
@Strykar
Strykar / patch_error.log
Created June 28, 2019 22:05
gnome-terminal add_google_search_support.patch fail log
[strykar@i-5 extra-x86_64]$ updpkgsums
==> Retrieving sources...
-> Found add_google_search_support.patch
==> Generating checksums for source files...
[strykar@i-5 extra-x86_64]$ updpkgsums
==> Retrieving sources...
-> Found add_google_search_support.patch
==> Generating checksums for source files...
[strykar@i-5 extra-x86_64]$ makepkg
==> Making package: gnome-terminal 3.32.2-1 (Sat 29 Jun 2019 03:24:04 AM IST)