“cp .config kernel-6.6-$(date +%Y%m%d).config”
github.com/ayyucedemirb...
“cp .config kernel-6.6-$(date +%Y%m%d).config”
github.com/ayyucedemirb...
github.com/ayyucedemirb...
github.com/ayyucedemirb...
github.com/ayyucedemirb...
github.com/ayyucedemirb...
GitHub repo: github.com/ayyucedemirb...
GitHub repo: github.com/ayyucedemirb...
May the 4th be with you. ✨⚔️
May the 4th be with you. ✨⚔️
🎶 Listened to Puccini's Tosca while working: open.spotify.com/album/1muIgA...
Productive weekend.😇
🎶 Listened to Puccini's Tosca while working: open.spotify.com/album/1muIgA...
Productive weekend.😇
👩🏻💻 Code: github.com/ayyucedemirb...
🤗 Hugging Face Demo: huggingface.co/spaces/ayyuc...
👩🏻💻 Code: github.com/ayyucedemirb...
🤗 Hugging Face Demo: huggingface.co/spaces/ayyuc...
for env in $(conda env list | awk '{print $1}' | grep -v "#"); do echo $env; du -sh $(conda env list | grep "$env" | awk '{print $NF}'); done
conda env list | grep -o '/.*' | while read env; do du -sh "$env"; done
for env in $(conda env list | awk '{print $1}' | grep -v "#"); do echo $env; du -sh $(conda env list | grep "$env" | awk '{print $NF}'); done
conda env list | grep -o '/.*' | while read env; do du -sh "$env"; done
- JSON/TXT exports (--output) for automation
- Custom truncation (--truncate N) to control file listings
Try it:
pip install --upgrade PeekDir
PeekDir your_folder --output structure.json --format json --truncate 8
- JSON/TXT exports (--output) for automation
- Custom truncation (--truncate N) to control file listings
Try it:
pip install --upgrade PeekDir
PeekDir your_folder --output structure.json --format json --truncate 8
On a Linux distro: grep MemTotal /proc/meminfo | awk '{print $2 / 1024 / 1024 " GB"}'
On macOS: sysctl hw.memsize | awk '{printf "%.2f GB\n", $2 / (1024*1024*1024)}'
On a Linux distro: grep MemTotal /proc/meminfo | awk '{print $2 / 1024 / 1024 " GB"}'
On macOS: sysctl hw.memsize | awk '{printf "%.2f GB\n", $2 / (1024*1024*1024)}'