Skip to content

Instantly share code, notes, and snippets.

Created February 4, 2017 14:58
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/1f6fb6e99a49e045180444c55df169b3 to your computer and use it in GitHub Desktop.
Save anonymous/1f6fb6e99a49e045180444c55df169b3 to your computer and use it in GitHub Desktop.
----------------------------------------------------------------------------------------------------------
cat /etc/KaOS-release
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------
inxi -Fxz
----------------------------------------------------------------------------------------------------------
System: Host: <HOSTNAME> Kernel: 4.8.15-1 x86_64 (64 bit gcc: 5.4.0)
Desktop: KDE Plasma 5.8.5 (Qt 5.7.1) Distro: KaOS (2016)
Machine: Device: laptop System: Apple product: MacBook8 1 v: 1.0
Mobo: Apple model: Mac-BE0E8AC46FE800CC v: MacBook8 1
UEFI: Apple v: MB81.88Z.0164.B19.1610201519 date: 10/20/2016
Battery BAT0: charge: 28.9 Wh 63.7% condition: 45.5/53.0 Wh (86%)
model: SMP bq20z451 status: Discharging
CPU: Dual core Intel Core M-5Y71 (-HT-MCP-) cache: 4096 KB
flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 5200
clock speeds: max: 2900 MHz 1: 1200 MHz 2: 1200 MHz 3: 1200 MHz 4: 1343 MHz
Graphics: Card: Intel HD Graphics 5300 bus-ID: 00:02.0
Display Server: X.Org 1.18.4 drivers: intel (unloaded: modesetting,vesa)
Resolution: 1680x1050@60.00hz
GLX Renderer: Mesa DRI Intel HD Graphics 5300 (Broadwell GT2)
GLX Version: 3.0 Mesa 13.0.2 Direct Rendering: Yes
Audio: Card-1 Intel Wildcat Point-LP High Definition Audio Controller
driver: snd_hda_intel bus-ID: 00:1b.0
Card-2 Intel Broadwell-U Audio Controller driver: snd_hda_intel bus-ID: 00:03.0
Sound: Advanced Linux Sound Architecture v: k4.8.15-1
Network: Card: Broadcom Limited BCM4350 802.11ac Wireless Network Adapter
driver: brcmfmac bus-ID: 01:00.0
IF: wlp1s0 state: up mac: <filter>
Drives: HDD Total Size: NA (-)
ID-1: /dev/nvme0n1 model: N/A size: 251.0GB
ID-2: USB /dev/sda model: USB_DISK_2.0 size: 3.9GB
Sensors: System Temperatures: cpu: 44.5C mobo: N/A
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 158 Uptime: 9 min Memory: 809.3/7889.8MB Init: systemd runlevel: 5 Gcc sys: 5.4.0
Client: Unknown : octopi inxi: 2.3.7
----------------------------------------------------------------------------------------------------------
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
----------------------------------------------------------------------------------------------------------
[2017-02-04 14:58] [PACMAN] Running 'pacman -Sy'
[2017-02-04 14:58] [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