Skip to content

Instantly share code, notes, and snippets.

Created January 12, 2018 20:19
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/e53af886887aa66844596fe96b867a58 to your computer and use it in GitHub Desktop.
Save anonymous/e53af886887aa66844596fe96b867a58 to your computer and use it in GitHub Desktop.
----------------------------------------------------------------------------------------------------------
cat /etc/KaOS-release
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------
inxi -Fxz
----------------------------------------------------------------------------------------------------------
System: Host: <HOSTNAME> Kernel: 4.13.12-1 x86_64 bits: 64 gcc: 6.4.0
Desktop: KDE Plasma 5.11.3 (Qt 5.9.2) Distro: KaOS (2017)
Machine: Device: desktop System: Brain product: 965P-S3 serial: N/A
Mobo: Gigabyte model: 965P-S3 v: x.x serial: N/A BIOS: Award v: F14A date: 07/31/2008
CPU: Dual core Intel Core2 6420 (-MCP-) arch: Conroe rev.6 cache: 4096 KB
flags: (lm nx sse sse2 sse3 ssse3 vmx) bmips: 12799
clock speeds: max: 2940 MHz 1: 2940 MHz 2: 2815 MHz
Graphics: Card: Advanced Micro Devices [AMD/ATI] RV516 [Radeon X1300/X1550 Series] bus-ID: 01:00.0
Display Server: x11 (X.Org 1.19.5 ) drivers: ati,radeon (unloaded: modesetting,vesa)
Resolution: 1440x900@59.89hz
OpenGL: renderer: ATI RV515 version: 2.1 Mesa 17.2.5 Direct Render: Yes
Audio: Card Intel 82801H (ICH8 Family) HD Audio Controller driver: snd_hda_intel bus-ID: 00:1b.0
Sound: Advanced Linux Sound Architecture v: k4.13.12-1
Network: Card: Marvell 88E8056 PCI-E Gigabit Ethernet Controller
driver: sky2 v: 1.30 port: b000 bus-ID: 04:00.0
IF: enp4s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Drives: HDD Total Size: NA (-)
ID-1: /dev/sda model: WDC_WD3202ABYS size: 320.1GB
ID-2: /dev/sdb model: WDC_WD3202ABYS size: 320.1GB
ID-3: /dev/sdc model: WDC_WD10EADS size: 1000.2GB
ID-4: /dev/sdd model: ST3320620AS size: 320.1GB
Sensors: System Temperatures: cpu: 46.0C mobo: N/A
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 141 Uptime: 5 min Memory: 839.1/3952.7MB Init: systemd runlevel: 5 Gcc sys: 6.4.0
Client: Unknown : octopi inxi: 2.3.42
----------------------------------------------------------------------------------------------------------
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
----------------------------------------------------------------------------------------------------------
fatrat 1.2.0.4-4
ktexteditorpreviewplugin 0.2.1-1
vcdimager 0.7.24-5
----------------------------------------------------------------------------------------------------------
cat /var/log/pacman.log
----------------------------------------------------------------------------------------------------------
[2018-01-12 20:16] [PACMAN] Running 'pacman -Sy'
[2018-01-12 20:16] [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