Skip to content

Instantly share code, notes, and snippets.

View linux-modder's full-sized avatar

Corey Sheldon linux-modder

  • VA,USA
View GitHub Profile
/usr/bin/dirmngr
dirmngr[8571]: error opening '/home/csheldon/.gnupg/dirmngr_ldapservers.conf': No such file or directory
dirmngr[8571.0]: permanently loaded certificates: 134
dirmngr[8571.0]: runtime cached certificates: 0
dirmngr[8571.0]: trusted certificates: 134 (133,0,0,1)
dirmngr[8571.0]: failed to open cache dir file '/home/csheldon/.gnupg/crls.d/DIR.txt': Permission denied
dirmngr[8571.0]: error creating new cache dir file '/home/csheldon/.gnupg/crls.d/DIR.txt': Permission denied
dirmngr[8571.0]: Fatal: failed to create a new cache object: Configuration error
@linux-modder
linux-modder / Keybase.md
Last active April 11, 2018 06:45
Keybase.md

Keybase proof

I hereby claim:

  • I am linux-modder on github.
  • I am 1inuxm0dd3r (https://keybase.io/1inuxm0dd3r) on keybase.
  • I have a public key ASCMDBvJnN0ptGnIr9FMM50bKkzW0ZVCtMT8dJn8HOSkWQo

To claim this, I am signing this object:

[nimrod@linwin27-defcon ~]$ sudo chronyd -Q -d -4
2017-11-25T13:07:14Z chronyd version 3.2 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SECHASH +SIGND +ASYNCDNS +IPV6 +DEBUG)
2017-11-25T13:07:14Z Disabled control of system clock
2017-11-25T13:07:14Z Frequency -0.526 +/- 5.164 ppm read from /var/lib/chrony/drift
2017-11-25T13:07:14Z Using right/UTC timezone to obtain leap second data
2017-11-25T13:07:21Z System clock wrong by -0.005655 seconds (ignored)
2017-11-25T13:07:21Z chronyd exiting
[nimrod@linwin27-defcon ~]$ sudo ntpq -pn
remote refid st t when poll reach delay offset jitter
==============================================================================
linuxmodder@morpheus:~ $ df -h | grep -v '/run/'
Filesystem Size Used Avail Use% Mounted on
devtmpfs 1.4G 0 1.4G 0% /dev
tmpfs 1.4G 0 1.4G 0% /dev/shm
tmpfs 1.4G 175M 1.3G 13% /run
tmpfs 1.4G 0 1.4G 0% /sys/fs/cgroup
/dev/mapper/rhel-root 50G 12G 39G 24% /
/dev/sdb1 1.4G 8.0K 1.4G 1% /tmp
/dev/mapper/rhel-var 10G 1.5G 8.6G 15% /var
/dev/mapper/rhel-home 50G 31G 20G 61% /home
@linux-modder
linux-modder / gist:3f943e34f2e744e84491914ce119f5e4
Last active November 15, 2017 01:53
Using git commit -S with git verify-commit
nimrod@linwin27-defcon.ameridea.net ://:Tue, 14 November 20:51:08 EST ~/git/personal/Configs
0 git lg2
* gpg: Signature made Tue 14 Nov 2017 08:49:38 PM EST
gpg: using EDDSA key 5145945986603E4E3D5E7B80FE648279B77E7FD5
gpg: Good signature from "Corey Sheldon (Official Personal 2017 Key -- ALL Previous & Future Keys not expirign in July are invalid) <sheldon.corey@openmailbox.org>" [ultimate]
gpg: aka "[jpeg image of size 60284]" [ultimate]
5f582f5 - Tue, 14 Nov 2017 20:49:22 -0500 (2 minutes ago) (HEAD -> master)
Basic gnupg and ssh configs added — Corey 'linuxmodder' Sheldon
nimrod@linwin27-defcon.ameridea.net ://:Tue, 14 November 20:51:40 EST ~/git/personal/Configs
nimrod@linwin27-defcon.ameridea.net ://:Mon, 23 October 02:06:13 EDT ~
0 sudo su
[sudo] password for nimrod:
[root@linwin27-defcon nimrod]# useradd armedic
[root@linwin27-defcon nimrod]# ls /home
armedic nimrod
[root@linwin27-defcon nimrod]# usermod -aG wheel armedic
[root@linwin27-defcon nimrod]# groups armedic
armedic : armedic wheel
[root@linwin27-defcon nimrod]#
@linux-modder
linux-modder / Fedora defacto gitconfig
Created October 7, 2017 23:45
gitconfig --default fedora
user.signingkey=7587 9300 8171 DABB CB58 96F7 D2E1 CCE9 2010 0F28
user.name= Corey 'linuxmodder' Sheldon
user.email=sheldon.corey@openmailbox.org
user.email1=sheldon.corey@gmail.com
commit.gpgsign=true
gpg.program=gpg2
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
g-io-error-quark: GDBus.Error:org.freedesktop.DBus.Python.GLib.Error: Traceback (most recent call last):
File "/usr/lib64/python3.6/site-packages/dbus/service.py", line 707, in _message_cb
retval = candidate_method(self, *args, **keywords)
File "/usr/lib/python3.6/site-packages/blueman/main/DbusService.py", line 38, in wrapper
return method(*args[1:], **kwargs)
File "/usr/lib/python3.6/site-packages/blueman/plugins/mechanism/Network.py", line 56, in ReloadNetwork
self.confirm_authorization(caller, "org.blueman.network.setup")
File "/usr/libexec/blueman-mechanism", line 166, in confirm_authorization
action_id, {}, 1, "")
File "/usr/lib64/python3.6/site-packages/gi/overrides/Gio.py", line 172, in __call__
Type in terminal:
sudo nano /etc/pulse/default.pa
This will present the following:
#!/usr/bin/pulseaudio -nF
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify it
ls -la /etc/yum.repos.d
total 112
drwxr-xr-x. 3 root root 4096 Sep 22 13:05 .
drwxr-xr-x. 210 root root 12288 Sep 26 00:55 ..
-rwxr-xr-x. 1 root root 183 Sep 21 20:57 adobe-linux-x86_64.repo
-rw-r--r--. 1 root root 350 Sep 22 03:14 _copr_agoston-mattermost.repo
-rwxr-xr-x. 1 root root 339 Sep 21 20:57 _copr_mildew-usbguard.repo
-rwxr-xr-x. 1 root root 339 Sep 21 20:57 _copr_rommon-telegram.repo
-rwxr-xr-x. 1 root root 323 Sep 21 20:57 _copr_tcg-discord.repo
-rwxr-xr-x. 1 root root 706 Sep 21 20:57 fedora-cisco-openh264.repo