Skip to content

Instantly share code, notes, and snippets.

Created September 9, 2016 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/cf784166fbfe9d6318703f2f553508cc to your computer and use it in GitHub Desktop.
Save anonymous/cf784166fbfe9d6318703f2f553508cc to your computer and use it in GitHub Desktop.
----------------------------------------------------------------------------------------------------------
cat /etc/KaOS-release
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------
inxi -Fxz
----------------------------------------------------------------------------------------------------------
System: Host: <HOSTNAME> Kernel: 4.7.3-1 x86_64 (64 bit gcc: 5.4.0)
Desktop: KDE Plasma 5.7.90 (Qt 5.7.0) Distro: KaOS (2016)
Machine: System: Hewlett-Packard (portable) product: HP EliteBook 8570p v: A1028C1100
Mobo: Hewlett-Packard model: 17A7 v: KBC Version 42.38
UEFI: Hewlett-Packard v: 68ICF Ver. F.62 date: 04/07/2015
Battery BAT0: charge: 41.6 Wh 97.4% condition: 42.8/42.8 Wh (100%)
model: Hewlett-Packard Primary status: N/A
CPU: Dual core Intel Core i5-3360M (-HT-MCP-) cache: 3072 KB
flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 11174
clock speeds: max: 3500 MHz 1: 1506 MHz 2: 1554 MHz 3: 1409 MHz 4: 1498 MHz
Graphics: Card: Intel 3rd Gen Core processor Graphics Controller bus-ID: 00:02.0
Display Server: X.Org 1.18.4 drivers: intel (unloaded: vesa) Resolution: 1366x768@60.07hz
GLX Renderer: Mesa DRI Intel Ivybridge Mobile
GLX Version: 3.0 Mesa 12.0.2 Direct Rendering: Yes
Audio: Card Intel 7 Series/C210 Series Family High Definition Audio Controller
driver: snd_hda_intel bus-ID: 00:1b.0
Sound: Advanced Linux Sound Architecture v: k4.7.3-1
Network: Card-1: Intel 82579LM Gigabit Network Connection
driver: e1000e v: 3.2.6-k port: 4060 bus-ID: 00:19.0
IF: enp0s25 state: down mac: <filter>
Card-2: Intel Centrino Advanced-N 6205 [Taylor Peak] driver: iwlwifi bus-ID: 24:00.0
IF: wlo1 state: up mac: <filter>
Drives: HDD Total Size: 272.7GB (0.7% used) ID-1: /dev/sdc model: Samsung_SSD_850 size: 250.1GB
ID-2: USB /dev/sdd model: Flash_Disk size: 16.0GB
ID-3: USB /dev/sdb model: BlackBerry size: 6.6GB
Sensors: System Temperatures: cpu: 53.0C mobo: 0.0C
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 184 Uptime: 15 min Memory: 1139.7/3819.6MB Init: systemd runlevel: 5 Gcc sys: 5.4.0
Client: Unknown : octopi inxi: 2.3.1
----------------------------------------------------------------------------------------------------------
journalctl -b -p err
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------
cat /etc/pacman.conf
----------------------------------------------------------------------------------------------------------
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
HoldPkg = pacman glibc pacman-helpme
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl %u > %o
#CleanMethod = KeepInstalled
#UseDelta = 0.7
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options (all disabled by default)
#NoPassiveFtp
#UseSyslog
Color
#TotalDownload
CheckSpace
VerbosePkgLists
ILoveCandy
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Never
LocalFileSigLevel = Never
#RemoteFileSigLevel = Required
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
[core]
Include = /etc/pacman.d/mirrorlist
[main]
Include = /etc/pacman.d/mirrorlist
[apps]
Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs
----------------------------------------------------------------------------------------------------------
pacman -Qm
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------
cat /var/log/pacman.log
----------------------------------------------------------------------------------------------------------
[2016-09-09 08:42] [PACMAN] Running 'pacman -Sy'
[2016-09-09 08:42] [PACMAN] synchronizing package lists
----------------------------------------------------------------------------------------------------------
cat /var/log/installation.log
----------------------------------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment