Skip to content

Instantly share code, notes, and snippets.

Created September 5, 2016 20:12
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/aeec6e7d59dfe307f80d47e1d41ac681 to your computer and use it in GitHub Desktop.
Save anonymous/aeec6e7d59dfe307f80d47e1d41ac681 to your computer and use it in GitHub Desktop.
----------------------------------------------------------------------------------------------------------
cat /etc/KaOS-release
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------
inxi -Fxz
----------------------------------------------------------------------------------------------------------
System: Host: <HOSTNAME> Kernel: 4.6.4-1 x86_64 (64 bit gcc: 5.4.0)
Desktop: KDE Plasma 5.7.2 (Qt 5.7.0) Distro: KaOS (2016)
Machine: System: Acer (portable) product: Aspire 4820 v: V1.25
Mobo: Acer model: JM41_CP Bios: INSYDE v: V1.25 date: 03/16/2011
Battery BAT1: charge: 42.8 Wh 76.1% condition: 56.1/60.0 Wh (94%)
model: PANASONIC AS10B5E status: Charging
CPU: Dual core Intel Core i3 M 380 (-HT-MCP-) cache: 3072 KB
flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 10110
clock speeds: max: 2533 MHz 1: 1199 MHz 2: 1066 MHz 3: 1333 MHz 4: 1333 MHz
Graphics: Card: Intel Core Processor Integrated Graphics Controller bus-ID: 00:02.0
Display Server: X.Org 1.18.4 drivers: intel (unloaded: vesa) Resolution: 1366x768@60.10hz
GLX Renderer: Mesa DRI Intel Ironlake Mobile
GLX Version: 2.1 Mesa 11.2.2 Direct Rendering: Yes
Audio: Card Intel 5 Series/3400 Series High Definition Audio driver: snd_hda_intel bus-ID: 00:1b.0
Sound: Advanced Linux Sound Architecture v: k4.6.4-1
Network: Card-1: Qualcomm Atheros AR8151 v1.0 Gigabit Ethernet
driver: atl1c v: 1.0.1.1-NAPI port: 2000 bus-ID: 01:00.0
IF: enp1s0 state: down mac: <filter>
Card-2: Broadcom BCM43225 802.11b/g/n driver: bcma-pci-bridge bus-ID: 02:00.0
IF: wlp2s0b1 state: up mac: <filter>
Drives: HDD Total Size: 124.0GB (4.5% used) ID-1: /dev/sda model: Solidata_SSD size: 120.0GB
ID-2: USB /dev/sdb model: DT_HyperX size: 4.0GB
Sensors: System Temperatures: cpu: 49.0C mobo: N/A
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 195 Uptime: 59 min Memory: 825.6/3630.6MB Init: systemd runlevel: 5 Gcc sys: 5.4.0
Client: Unknown : octopi inxi: 2.3.0
----------------------------------------------------------------------------------------------------------
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-05 20:11] [PACMAN] Running 'pacman -Sy'
[2016-09-05 20:11] [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