Skip to content

Instantly share code, notes, and snippets.

Created March 22, 2016 21:10
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/9dfa08247d958273cab5 to your computer and use it in GitHub Desktop.
Save anonymous/9dfa08247d958273cab5 to your computer and use it in GitHub Desktop.
----------------------------------------------------------------------------------------------------------
cat /etc/KaOS-release
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------
inxi -Fxz
----------------------------------------------------------------------------------------------------------
System: Host: <HOSTNAME> Kernel: 4.4.5-1 x86_64 (64 bit gcc: 4.9.3)
Desktop: KDE Plasma 5.6.0 (Qt 5.6.0) Distro: KaOS rolling
Machine: Mobo: ASRock model: N68-GS3 UCC Bios: American Megatrends v: P1.40 date: 09/19/2011
CPU: Hexa core AMD Phenom II X6 1055T (-MCP-) cache: 3072 KB
flags: (lm nx sse sse2 sse3 sse4a svm) bmips: 33755
clock speeds: max: 2800 MHz 1: 1500 MHz 2: 800 MHz 3: 800 MHz 4: 800 MHz 5: 1500 MHz
6: 2800 MHz
Graphics: Card: Advanced Micro Devices [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM]
bus-ID: 02:00.0
Display Server: X.Org 1.18.2 drivers: ati,radeon (unloaded: vesa)
Resolution: 1680x1050@59.88hz
GLX Renderer: Gallium 0.4 on AMD CAICOS (DRM 2.43.0, LLVM 3.7.1)
GLX Version: 3.0 Mesa 11.1.2 Direct Rendering: Yes
Audio: Card-1 Advanced Micro Devices [AMD/ATI] Caicos HDMI Audio [Radeon HD 6400 Series]
driver: snd_hda_intel bus-ID: 02:00.1
Card-2 NVIDIA MCP61 High Definition Audio driver: snd_hda_intel bus-ID: 00:05.0
Sound: Advanced Linux Sound Architecture v: k4.4.5-1
Network: Card-1: NVIDIA MCP61 Ethernet driver: forcedeth port: d480 bus-ID: 00:07.0
IF: enp0s7 state: down mac: <filter>
Card-2: Ralink RT5370 Wireless Adapter driver: rt2800usb v: 2.3.0 usb-ID: 001-005
IF: wlp0s2f1u7 state: N/A mac: N/A
Drives: HDD Total Size: 2196.0GB (37.3% used) ID-1: /dev/sda model: INTEL_SSDSC2BW18 size: 180.0GB
ID-2: /dev/sdb model: WDC_WD10EZEX size: 1000.2GB
ID-3: USB /dev/sdc model: Alu_Line size: 15.5GB
ID-4: /dev/sdd model: SAMSUNG_HD103SJ size: 1000.2GB
Sensors: System Temperatures: cpu: 39.6C mobo: N/A gpu: 71.0
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 202 Uptime: 2:50 Memory: 1995.4/16052.6MB Init: systemd runlevel: 5 Gcc sys: 4.9.3
Client: Unknown : octopi inxi: 2.2.35
----------------------------------------------------------------------------------------------------------
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-03-22 18:22] [PACMAN] Running 'pacman -Sy'
[2016-03-22 18:22] [PACMAN] synchronizing package lists
[2016-03-22 18:29] [PACMAN] Running 'pacman -S google-chrome'
[2016-03-22 18:31] [ALPM] transaction started
[2016-03-22 18:31] [ALPM] installed atk (2.18.0-1)
[2016-03-22 18:31] [ALPM] installed gtk-update-icon-cache (3.18.9-1)
[2016-03-22 18:31] [ALPM] installed gtk2 (2.24.30-1)
[2016-03-22 18:31] [ALPM] installed gconf (3.2.6-6)
[2016-03-22 18:31] [ALPM] installed pepper-flash (51.0.2679.0-3)
[2016-03-22 18:31] [ALPM-SCRIPTLET]  Firefox users make sure to add freshplayerplugin
[2016-03-22 18:31] [ALPM-SCRIPTLET]  sudo pacman -S freshplayerplugin
[2016-03-22 18:31] [ALPM-SCRIPTLET]  This way it is no longer needed to use adobe flash 
[2016-03-22 18:31] [ALPM] installed google-chrome (51.0.2679.0-3)
[2016-03-22 18:31] [ALPM-SCRIPTLET]  To have better integration with KaOS
[2016-03-22 18:31] [ALPM-SCRIPTLET]  Select Use GTK+ theme, this will follow your KDE settings
[2016-03-22 18:31] [ALPM-SCRIPTLET]  Or download and use the KaOS specific theme crx:
[2016-03-22 18:31] [ALPM-SCRIPTLET]  http://sourceforge.net/projects/kaosx/files/sources/chrome-themes/theme1454128732.crx
[2016-03-22 18:31] [ALPM-SCRIPTLET]  This google-chrome theme follows the KaOS color scheme and look 
[2016-03-22 18:31] [ALPM] transaction completed
----------------------------------------------------------------------------------------------------------
cat /var/log/installation.log
----------------------------------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment