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
| ❯ iozone -t 4 -s 1G -r 128 -b scratch.xls | |
| Iozone: Performance Test of File I/O | |
| Version $Revision: 3.507 $ | |
| Compiled for 64 bit mode. | |
| Build: linux-AMD64 | |
| Contributors:William Norcott, Don Capps, Isom Crawford, Kirby Collins | |
| Al Slater, Scott Rhine, Mike Wisner, Ken Goss | |
| Steve Landherr, Brad Smith, Mark Kelly, Dr. Alain CYR, | |
| Randy Dunlap, Mark Montague, Dan Million, Gavin Brebner, |
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 0x0000710ca88eebb3 in QtSharedPointer::ExternalRefCountData::getAndRef(QObject const*) () at /lib/x86_64-linux-gnu/libQt6Core.so.6 | |
| #1 0x0000710ca8e90415 in QWindowPrivate::connectToScreen(QScreen*) () at /lib/x86_64-linux-gnu/libQt6Gui.so.6 | |
| #2 0x0000710ca8e9480b in QWindowPrivate::setTopLevelScreen(QScreen*, bool) () at /lib/x86_64-linux-gnu/libQt6Gui.so.6 | |
| #3 0x0000710caa5e3536 in QWidgetPrivate::create() () at /lib/x86_64-linux-gnu/libQt6Widgets.so.6 | |
| #4 0x0000710caa5e2396 in QWidget::create(unsigned long long, bool, bool) () at /lib/x86_64-linux-gnu/libQt6Widgets.so.6 | |
| #5 0x0000710caa5e2d75 in QWidget::winId() const () at /lib/x86_64-linux-gnu/libQt6Widgets.so.6 | |
| #6 0x0000710c80083ca6 in ??? () at /usr/lib/x86_64-linux-gnu/qt6/plugins/plasma/applets/org.kde.plasma.private.systemtray.so | |
| #7 0x0000710c8008220f in ??? () at /usr/lib/x86_64-linux-gnu/qt6/plugins/plasma/applets/org.kde.plasma.private.systemtray.so | |
| #8 0x0000710ca9836afa in ??? () at /lib/x86_64-linux-gnu/libQt6Qml.so.6 | |
| #9 0x0000710ca970f |
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
| cbreak@twilight:~$ snap run --shell firefox | |
| update.go:85: cannot change mount namespace according to change mount (/run/user/1000/doc/by-app/snap.firefox /run/user/1000/doc none bind,rw,x-snapd.ignore-missing 0 0): cannot inspect "/run/user/1000/doc": lstat /run/user/1000/doc: permission denied | |
| To run a command as administrator (user "root"), use "sudo <command>". | |
| See "man sudo_root" for details. | |
| cbreak@twilight:/home/cbreak$ fc-list | |
| /snap/firefox/1943/gnome-platform/usr/share/fonts/truetype/dejavu/DejaVuSerif-Bold.ttf: DejaVu Serif:style=Bold | |
| /snap/firefox/1943/gnome-platform/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf: DejaVu Sans Mono:style=Bold | |
| /snap/firefox/1943/gnome-platform/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf: DejaVu Sans:style=Book | |
| /snap/firefox/1943/gnome-platform/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf: Noto Color Emoji:style=Regular |
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
| # gnupg as ssh-agent | |
| if (( EUID != 0 )) && [ ! $SSH_TTY ] | |
| then | |
| GPG_TTY=$(tty) | |
| export GPG_TTY | |
| export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) | |
| fi |
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/sh | |
| launchctl unload /Library/LaunchDaemons/net.the-color-black.ZetaAuthorizationHelper.plist | |
| rm /Library/LaunchDaemons/net.the-color-black.ZetaAuthorizationHelper.plist | |
| rm /Library/PrivilegedHelperTools/net.the-color-black.ZetaAuthorizationHelper |
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
| --- | |
| BasedOnStyle: LLVM | |
| IndentWidth: 4 | |
| TabWidth: 4 | |
| ConstructorInitializerIndentWidth: 8 | |
| UseTab: ForIndentation | |
| ColumnLimit: 80 | |
| Standard: c++17 | |
| AccessModifierOffset: -4 |