Skip to content

Instantly share code, notes, and snippets.

View ZeroDot1's full-sized avatar
🥦
Eat broccoli and work on open source projects.

ZeroDot1

🥦
Eat broccoli and work on open source projects.
View GitHub Profile
@ZeroDot1
ZeroDot1 / README.MD
Created May 23, 2025 16:44
SmartDriveCheckNG.sh: A Bash script for Arch Linux to generate detailed SMART/NVMe health reports for storage devices. Combines essential commands for quick status checks. Contributions via pull requests are welcome! Licensed under AGPLv3.

SmartDriveCheckNG

A Bash script for Arch Linux to generate detailed SMART/NVMe health reports for storage devices, including HDDs, SSDs, NVMe drives, floppies, and CDROMs. It combines essential commands to quickly check drive health, categorized as Healthy, Critical, or Failed, and saves reports in /tmp.

Purpose

I wrote this script to quickly and easily generate a status report on the health of my storage devices. The script combines all the commands that are personally important to me. Anyone who wants to contribute can make a pull request. I appreciate every contribution. Thanks to all the developers of the software used.

Features

@ZeroDot1
ZeroDot1 / asl.py
Created September 25, 2023 13:43
Audio Settings Linux
default-sample-format = float32le
default-sample-rate = 192000
alternate-sample-rate = 96000
default-sample-channels = 2
default-channel-map = front-left,front-right
default-fragments = 2
default-fragment-size-msec = 125
resample-method = soxr-vhq
high-priority = yes
nice-level = -15
@ZeroDot1
ZeroDot1 / set-mouse-cursor-size.md
Created August 10, 2022 09:51 — forked from dbirks/set-mouse-cursor-size.md
Set mouse cursor size in Linux

I've found a couple places that need the change.

In ~/.Xresources, add something like Xcursor.size: 16. This fixed many issues for me, but chromium still had a large cursor when I hovered over it. A quick change to gsettings fixed it: gsettings set org.gnome.desktop.interface cursor-size 16.

@ZeroDot1
ZeroDot1 / Quick_11_iso_esd_wim_TPM_toggle.bat
Created November 4, 2021 05:41
Quick 11 iso esd wim TPM toggle by AveYo - with SendTo menu entry
@(echo off% <#%) &color 07 &title Quick 11 iso esd wim TPM toggle by AveYo - with SendTo menu entry
set "0=%~f0" &set "1=%~f1"&set "2=%~2"& powershell -nop -c iex ([io.file]::ReadAllText($env:0)) &pause &exit/b ||#>)[1]
#:: what's new in v1.1: fixed relative seek, should now work on all iso's
$timer = $(get-date)
#:: Install to SendTo menu when run from another location
if (!$env:1) { write-host "`n No input iso / esd / wim file to patch! use 'Send to' context menu ...`n" -fore Yellow }
$SendTo = [Environment]::GetFolderPath('ApplicationData') + '\Microsoft\Windows\SendTo'
if (!$env:1 -and $env:0 -and $(Split-Path $env:0) -ne $SendTo) {copy $env:0 "$SendTo\Quick_11_iso_esd_wim_TPM_toggle.bat" -force}
@ZeroDot1
ZeroDot1 / 1a-gewinner.de.txt
Last active October 13, 2019 18:42
Phishing URLs 2019-10-13 by ZeroDot1
1a-gewinner.de
154-163.1a-gewinner.de
154-231.1a-gewinner.de
500ama.1a-gewinner.de
500amaz.1a-gewinner.de
750-coupon.1a-gewinner.de
750ama.1a-gewinner.de
750amaz.1a-gewinner.de
750euro.1a-gewinner.de
750geschenk.1a-gewinner.de
@ZeroDot1
ZeroDot1 / PKGBUILD
Last active December 11, 2017 17:05
Sysinternals process dump utility Arch Linux
# Generated by ZeroDot1 : https://goo.gl/pzezXL
# Maintainer: ZeroDot1 <[email protected]>
pkgname=procdump-bin
pkgver=1.0
pkgrel=1
pkgdesc="Sysinternals process dump utility. ProcDump is a command-line utility whose primary purpose is monitoring an application for various resources and generating crash dumps during a spike that an administrator or developer can use to determine the cause of the issue. ProcDump also served as a general process dump utility that you can embed in other scripts."
arch=('x86_64')
url="https://github.com/Microsoft/ProcDump-for-Linux"
license=('MIT')
groups=('')
@ZeroDot1
ZeroDot1 / PKGBUILD
Last active June 21, 2020 10:55
SoftMaker Office 2018 Arch Linux
# Generated by ZeroDot1 : https://goo.gl/pzezXL
# Maintainer: ZeroDot1 <[email protected]>
pkgname=softmaker-office-2018-bin
pkgver=2759
pkgrel=1
pkgdesc="SoftMaker Office is a complete office suite. It is a powerful, fast and Microsoft Office-compatible office suite. It comes with the TextMaker word processor, the spreadsheet program PlanMaker and the presentations software Presentations."
arch=('x86_64')
url="http://www.softmaker.com"
license=('custom')
groups=('')