- Motherboard: ASRock AB350 Pro4
- CPU: Ryzen 5 1500x
- Memory: Crucial 8GB CT8G4DFD824A
- Storage: Crucial BX300 240GB SSD
- PSU: CORSAIR CX750M
- GPU: Sapphire Radeon NITRO+ RX 580 4GB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
DEVICE_ID="" | |
USERNAME="" | |
PASSWORD="" | |
echo -e "[1] Jimi Hendrix\n\n" | |
echo -e -n ">> " |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
# Colors | |
RED='\033[0;31m' | |
LRED="\033[1;31m" | |
BLUE="\033[0;34m" | |
LBLUE="\033[1;34m" | |
GREEN="\033[0;32m" | |
LGREEN="\033[1;32m" | |
YELLOW="\033[1;33m" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System: Host: tneon Kernel: 4.13.0-32-generic x86_64 (64 bit) Desktop: KDE Plasma 5.12.0 | |
Distro: neon 16.04 xenial | |
Machine: System: LENOVO (portable) product: 4177R3U v: ThinkPad T420 | |
Mobo: LENOVO model: 4177R3U Bios: LENOVO v: 83ET78WW (1.48 ) date: 01/21/2016 | |
CPU: Dual core Intel Core i5-2430M (-HT-MCP-) cache: 3072 KB | |
clock speeds: max: 3000 MHz 1: 2392 MHz 2: 2392 MHz 3: 2392 MHz 4: 2392 MHz | |
Graphics: Card: Intel 2nd Generation Core Processor Family Integrated Graphics Controller | |
Display Server: X.Org 1.19.5 drivers: (unloaded: fbdev,vesa) Resolution: [email protected] | |
GLX Renderer: Mesa DRI Intel Sandybridge Mobile GLX Version: 3.0 Mesa 17.2.4 | |
Audio: Card Intel 6 Series/C200 Series Family High Definition Audio Controller driver: snd_hda_intel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ log Initial commandline parameters: | |
+ is_set true | |
+ return 0 | |
+ local fmt=%s\n | |
+ [ Initial commandline parameters: = -n ] | |
+ printf %s\n Initial commandline parameters: | |
Initial commandline parameters: | |
+ load_hook_blacklist | |
+ [ ] | |
+ return |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.000000] Linux version 4.12.11_1 (void-buildslave@build) (gcc version 6.3.0 (GCC) ) #1 SMP PREEMPT Fri Sep 8 10:17:18 UTC 2017 | |
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.12.11_1 root=UUID=f8f62656-6a47-4361-a7c3-bc2b204d7e46 ro loglevel=4 slub_debug=P page_poison=1 | |
[ 0.000000] Disabled fast string operations | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' | |
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 | |
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. | |
[ 0.000000] e820: BIOS-provided physical RAM map: | |
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 6.389] (--) Log file renamed from "/var/log/Xorg.pid-2004.log" to "/var/log/Xorg.0.log" | |
[ 6.390] | |
X.Org X Server 1.19.3 | |
Release Date: 2017-03-15 | |
[ 6.390] X Protocol Version 11, Revision 0 | |
[ 6.390] Build Operating System: Linux 4.11.6_1 x86_64 | |
[ 6.390] Current Operating System: Linux blackhole 4.12.11_1 #1 SMP PREEMPT Fri Sep 8 10:17:18 UTC 2017 x86_64 | |
[ 6.390] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.12.11_1 root=UUID=f8f62656-6a47-4361-a7c3-bc2b204d7e46 ro loglevel=4 slub_debug=P page_poison=1 | |
[ 6.390] Build Date: 10 July 2017 01:02:19PM | |
[ 6.390] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make a temporary dir to hold downloaded files | |
mkdir ~/tempwire | |
cd ~/tempwire | |
# Get Wire Version | |
WIRE_VER=$(curl -s -N "https://github.com/wireapp/wire-desktop/releases.atom" | grep -o -m1 ".*Linux.*" | grep -Po "[0-9.]{9}"); | |
# Get latest files from Connor Anderson's Git repo | |
git clone "https://gitlab.com/ConorIA/wire-builds/repository/archive.tar.gz?ref=master" ~/tempwire | |
# Get and sort the sources | |
sed -i "s/<VERSION>/${WIRE_VER}/" wire-desktop.spec |
I hereby claim:
- I am silvernode on github.
- I am mollusk (https://keybase.io/mollusk) on keybase.
- I have a public key ASAg-xPGoH3STRWLKp8qM61cqSu2zBr8o1y4nTm9dRdiIgo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[mollusk@voidpad ~]$ sudo xbps-install -Sy pluma | |
[*] Updating `https://repo.voidlinux.eu/current/x86_64-repodata' ... | |
[*] Updating `https://repo.voidlinux.eu/current/multilib/nonfree/x86_64-repodata' ... | |
[*] Updating `https://repo.voidlinux.eu/current/multilib/x86_64-repodata' ... | |
[*] Updating `https://repo.voidlinux.eu/current/nonfree/x86_64-repodata' ... | |
Name Action Version New version Download size | |
pluma install - 1.18.2_1 - | |
Size required on disk: 14MB |