Global Moderators
Forum wide moderators
Posts
-
[NODEBB] Help for my custom CSS -
[NODEBB] Help for my custom CSS@DownPW the FA library was missing with no paths defined. I’ve set these in the headers and uploaded the source, including necessary shim files which resolves the issue.
-
[NODEBB] Help for my custom CSS@cagatay Just looking at this now. Do you have a FA Pro 6 license, or are you trying to use the free version? It’s not immediately clear, and the directory structure on your server is a mess to be honest. Not sure what has happened here.
EDIT - I have it working. DM me.
-
[NODEBB] Help for my custom CSS@cagatay if you look in the console (developers console in browser) do you see any error messages being returned?
Linux is case sensitive, and it’s possible to have the same filename and folder name in upper and lower case.
I suspect this might be the issue, but I could be wrong.
-
Nodebb to Xenforo -
What’s going on with NodeBB?@cagatay The most reliable way to upgrade Node.js on Ubuntu depends on how you originally installed it.
Method 1: Using NVM (Recommended)
If you already use Node Version Manager (NVM), upgrading is simple. NVM allows you to keep both versions and switch between them if needed.
- Install Node 22:
nvm install 22 - Switch to Node 22:
nvm use 22 - Set it as your default:
nvm alias default 22 - Verify the change:
node -v
Method 2: Using NodeSource (PPA)
If you installed Node.js via
aptusing the NodeSource repository, you need to update the repository script to point to the new version.- Remove the old NodeSource list (optional but cleaner):
sudo rm /etc/apt/sources.list.d/nodesource.list - Download and run the NodeSource setup script for Node 22:
curl -fsSL [https://deb.nodesource.com/setup_22.x](https://deb.nodesource.com/setup_22.x) | sudo -E bash - - Install/Upgrade Node.js:
sudo apt-get install -y nodejs - Verify the installation:
node -v
Method 3: Using the ‘n’ Package
If you have
npminstalled, you can use theninteractive manager.- Clear the npm cache:
sudo npm cache clean -f - Install the ‘n’ helper:
sudo npm install -g n - Install Node 22:
sudo n 22 - Update your shell:
hash -r
Troubleshooting
- Permission Denied: If you see permission errors using Method 2 or 3, ensure you are using
sudo. - Path Issues: If
node -vstill shows version 20 after upgrading via NVM, restart your terminal or runsource ~/.bashrc. - Conflicts: Avoid mixing these methods. If you switch from
apttonvm, it is best tosudo apt remove nodejsfirst to avoid path conflicts.
- Install Node 22:
-
What’s going on with NodeBB?@DownPW I tend to stay at least one release behind intentionally to ensure maturity before upgrading - unless there is a good reason to do so immediately - such as identified vulnerabilities
-
What’s going on with NodeBB?@cagatay what is in the nodebb log?
-
Claude Mythos in cyber security@crazycells I did see something similar to that article, yes. I never fully understood why anyone would want to give unfettered and complete access to AI without first understanding exactly what it had control of, and what it intended to do with that access.
This isn’t the first “horror story” and it won’t be the last.
-
Claude Mythos in cyber security@crazycells I’ve not personally tried Claude Mythos to be honest, but I do know I’m fed up of the hype around Anthropic. Take this for an example
Who in their right mind grants AI this much power and expects it to end well?
The real issue here is one of governance.