Skip to content

Instantly share code, notes, and snippets.

@shirishag75
shirishag75 / sources.list generated for jessie
Created April 10, 2017 02:55
Typical /etc/apt/sources.list
#------------------------------------------------------------------------------#
# OFFICIAL DEBIAN REPOS
#------------------------------------------------------------------------------#
###### Debian Main Repos ######
deb http://deb.debian.org stable main contrib
deb-src http://deb.debian.org stable main contrib
deb http://deb.debian.org stable-updates main contrib
deb-src http://deb.debian.org stable-updates main contrib
@shirishag75
shirishag75 / linux-image-amd64 contents.txt
Created April 10, 2017 02:58
linux-image-amd64 contents
[$] dpkg -L linux-image-amd64
/.
/usr
/usr/share
/usr/share/bug
/usr/share/bug/linux-image-amd64
/usr/share/bug/linux-image-amd64/presubj
/usr/share/doc
/usr/share/doc/linux-image-amd64
/usr/share/doc/linux-image-amd64/NEWS.Debian.gz
@shirishag75
shirishag75 / kernel image description.txt
Created April 10, 2017 03:00
description of a kernel image
[$] aptitude show linux-image-amd64
Package: linux-image-amd64
Version: 4.9+79
State: installed
Automatically installed: no
Priority: optional
Section: kernel
Maintainer: Debian Kernel Team
Architecture: amd64
@shirishag75
shirishag75 / kernels-found
Last active April 10, 2017 03:05
List of linux kernels that one can find.
[$] aptitude search linux-image
p linux-image-4.10.0-rc6-686:i386 - Linux 4.10-rc6 for older PCs (signed)
p linux-image-4.10.0-rc6-686-dbgsym:i386 - Debug symbols for linux-image-4.10.0-rc6-686
p linux-image-4.10.0-rc6-686-pae:i386 - Linux 4.10-rc6 for modern PCs (signed)
p linux-image-4.10.0-rc6-686-pae-dbgsym:i386 - Debug symbols for linux-image-4.10.0-rc6-686-pae
p linux-image-4.10.0-rc6-686-pae-unsigned:i386 - Linux 4.10-rc6 for modern PCs
p linux-image-4.10.0-rc6-686-unsigned:i386 - Linux 4.10-rc6 for older PCs
p linux-image-4.10.0
┌─[shirish@debian] - [/usr/share/doc/linux-image-4.12.0-1-amd64] - [10257]
└─[$] zgrep 'intel' changelog.Debian.gz [7:30:58]
- [x86] perf/x86/intel: Add 1G DTLB load/store miss support for SKL
- [x86] intel_rdt: Fix memory leak on mount failure
- [x86] perf/x86/intel/uncore: Fix wrong box pointer check
- [x86] KVM: vPMU: fix undefined shift in intel_pmu_refresh()
- [x86] ASoC: intel: Fix PM and non-atomic crash in bytcr drivers
- [x86] perf/x86/intel/pt: Add format strings for PTWRITE and power
- [x86] platform/intel-mid: Correct MSI IRQ line for watchdog device
- Bluetooth: hci_intel: add missing tty-device sanity check
@shirishag75
shirishag75 / gdb-qbittorrent.txt
Created October 7, 2017 13:11
qbittorrent 3.3.15 crash/hang while parsing metadata
[$] gdb qbittorrent [17:29:52]
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
@shirishag75
shirishag75 / sources.list
Last active July 18, 2018 07:49
My /etc/apt/sources.list
[$] cat /etc/apt/sources.list</code>
1 #### Debian stretch #########</code>
2 deb http://deb.debian.org/debian/ stretch main contrib
3 deb-src http://deb.debian.org/debian stretch main contrib
4
5 #### Debian unstable #########
6 deb http://deb.debian.org/debian unstable main contrib
7 deb-src http://deb.debian.org/debian unstable main contrib