Cost Tracking in Claude

Posted on Tuesday, March 10, 2026


 


Now that you are using Claude code how can you track and control your costs?

I have my own personal Claude set up at home and I want to make sure I do not overspend.  I put out on article covering how to set up an account with monthly limits
https://www.whiteboardcoder.com/2026/03/claude-creating-account-and-setting-up.html [1]

 

What is a Token in Claude?

Posted on Friday, March 6, 2026


 


What is a token in claude?

 

Install Claude on Ubuntu 24.04

Posted on Wednesday, March 4, 2026


 


I recently set up a Claude Code Organization https://www.whiteboardcoder.com/2026/03/claude-creating-account-and-setting-up.html [1]

And now I want to get Claude Code installed and running on Ubuntu 24.04

 

Claude creating an account and setting up limits

Posted on Tuesday, March 3, 2026


 

In this article I am going to set up Claude code on the cmd line in Ubuntu 24.04.

WSL and Docker Desktop


 


I have been setting up Ubuntu in WSL on windows and I want to set up a pbcopy/pbpaste command for it. 

If you are not familiar with these commands, they are very useful command in Mac OS X terminal. 
pbcopy can copy information piped to it to your clipboard.  pbpaste can copy information from the clipboard and pipe it to the next command.