Skip to content

Testernode/Cardano-SPO-things

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation

Good to know commands

Show disk space - Only see ext4 file system:

df -h -t ext4

Find all files larger than 10 Megabytes:

find / -size +10M -ls

Delete Cardano pool logs older than 1 day

find /opt/cardano/cnode/logs/archive/ -mtime +1 -name "*.json" -print -exec /bin/rm {} \;

Guild Operators scripts page CNTOOLS

https://cardano-community.github.io/guild-operators/

Latest cardano node releases

https://github.com/input-output-hk/cardano-node/releases

How to Add Swap Space on Ubuntu

https://linuxize.com/post/how-to-add-swap-space-on-ubuntu-18-04/

Cardano stake pool checker

https://pool.vet/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published