Skip to content

Instantly share code, notes, and snippets.

View czee's full-sized avatar
🦀

cxz czee

🦀
View GitHub Profile
@czee
czee / k8s_tricks.txt
Created May 2, 2025 10:06
Kubernetes tricks
Get the disk space and list files on a PVC mount. Modified from https://gist.github.com/yuanying/3aa7d59dcce65470804ab43def646ab6?permalink_comment_id=3872435#gistcomment-3872435
kubectl run -n my_namespace df-pod --rm -i --tty --image=example.com/busybox:latest--restart=Never \
--overrides '
{
"spec": {
"containers":[
{
"args": ["sh", "-c", "df -h && ls -alrt /logs"],
"stdin": true,
@czee
czee / gist:59a0e214c04b8495f791d84b12e8ccaa
Created March 11, 2021 09:58
Replace Qt objects with object-wrapping Qt class
# Match QtCore
s/(QtCore\.)?(Qt\.)(ClassInfo|MetaFunction|MetaSignal|Property|QObject|QAbstractAnimation|QAbstractEventDispatcher|QAbstractItemModel|QAbstractListModel|QAbstractNativeEventFilter|QAbstractProxyModel|QAbstractState|QAbstractTableModel|QAbstractTransition|QAnimationGroup|QBasicMutex|QBasicTimer|QBitArray|QIODevice|QBuffer|QByteArray|QByteArrayMatcher|QCalendar|QCborArray|QCborError|QCborKnownTags|QCborMap|QCborParserError|QCborSimpleType|QCborStreamReader|QCborStreamWriter|QCborStringResultByteArray|QCborStringResultString|QCborValue|QEvent|QChildEvent|QCollator|QCollatorSortKey|QCommandLineOption|QCommandLineParser|QConcatenateTablesProxyModel|QCoreApplication|QCryptographicHash|QDataStream|QDate|QDateTime|QDir|QDirIterator|QDynamicPropertyChangeEvent|QEasingCurve|QElapsedTimer|QEventLoop|QEventTransition|QFactoryInterface|QFileDevice|QFile|QFileInfo|QFileSelector|QFileSystemWatcher|QFinalState|QGenericArgument|QGenericReturnArgument|QHistoryState|QIdentityProxyModel|QItemSelection|QItemSelecti