General
If you cannot find a dedicated tag to place your discussion, then it should go here
72
Topics
1.3k
Posts
Trending
Trending
General
21 days ago
Hello, I was wondering what everyone uses for cloud storage? My ideal setup would be to build myself a new computer and use the current (old) one to setup proxmox and have a nextcloud storage setup and have my own cloud, but finances aren’t allowing me to do that currently. Maybe some day. So I am stuck with the likes of OneDrive, Google Drive, Dropbox and those types of solutions.
What do you use for your solution. Is it pricey? Is there enough storage? You know the usual questions around that topic.
Thank you!
General
22 days ago
General
23 days ago
Well, unfortunately, I think I am going to have to revert back to using gmail again. I am unable to afford Proton Mail suite unfortunately. I had thought about maybe using my own email server, but if I ever need to shut that down then that won’t be a good option. I don’t plan on it, but things change. So it would be nice to get a good free one that is secure.
If anyone has any good suggestions, please let me know. I’m not sure what I should do. I am going to go with Bitwarden, and can do the 10 dollars a year for the premium, which it will be nice to have an authenticator built into that program.
So I will need to figure out the email and will probably go back to nordvpn for that part of it. If i remember right, it was fairly cheap per year.
General
14 Apr 2025, 17:03
General
11 Apr 2025, 11:38
So this year on Oct 14th, Windows 10 will be at end of life. I think that it is stupid that MS put the new requirements in place. I kind of get it, but so many people will either be forced to buy a new one or to go with a different OS. I can’t afford to buy a new one at this point in time so I am planning on switching my machine over to Linux.
I played around with several different Linux OSs like Fedora, Debian, Ubuntu (which I’m not going with), Mate, Garuda Linux, Mint and several others. I believe I have made my decision to go with Arch. I like how due to the rolling updates that is is always up to date. I can even wait a week or two before doing any upgrades so then any bugs get worked out. If a new virus or whatever gets released, their patch gets sent out almost right away. Or at least that is what it seems like.
My other option was Fedora. I like how Fedora functioned and they would make updates on a regular basis so you had the newer packages. Not as often as Arch but when you go to install something like php or nodejs, you get the latest versions of those software. I know that Debian, Ubuntu that they wait longer to provider a more stable environment, but you usually have to manually install the latest version of software. That isn’t a bad thing, it is nice to just be able to install software and not have to go searching around to add the source to install the latest version.
The more I play with Arch the more I like it. It is fast and straight to the point and this isn’t anything special with Arch, all Linux OSs are customizable. Although, I will say that Arch does not have any bloatware whatsoever.
This isn’t a post saying that Arch is the end all be all. This is just a post about the Linux OS that I am choosing. Not to say that, that won’t ever change in the future, but for today. There are things in Arch that take longer to setup, for instance, NGINX and setting up everything that goes along with that. Manually setting up the folders for websites and configs and such, and at the same time going through and figuring that out, I understand a lot better how Webmin/Virtualmin work on the backend when setting up a new virtual website and how Linux works with them in the background.
Anyway, I would be curious to hear what versions of Linux that others have gone with and what they like and don’t like about it. Here is a link to the MS page with the date of the end of life for Windows 10.
https://learn.microsoft.com/en-us/lifecycle/products/windows-10-home-and-pro
General
30 Jan 2025, 18:33
General
26 Jan 2025, 16:35
iOS 18.3 automatically enables Apple Intelligence for users, requires opt-out to disable.
Can’t help but feel this should have been the other way round. It’s effectively forcing into the user in my view.
https://9to5mac.com/2025/01/21/ios-18-3-automatically-enables-apple-intelligence-requires-opt-out-to-disable/
General
22 Jan 2025, 22:50
Hi All,
I have been running a Gaming Server and Site from home for many years. I have not really touched it in a while and switched on again today for some nostalgia and basically take a look.
My site uses mongo to store the information and i had one db on there. I updated my system and all seems completely broken. I can no longer see the site. Sorry for the long code text but you can see from when I use sudo apt update then upgrade that it suggests to fix. But I get this.
I am happy for someone to take dive in and take a look for the price of a coffee or two of course I guess it may be something simple but I am far from the level of most of the guys here. I am wondering if my db and data is lost Any help much appreciated. Thank you in advance.
smiley@fmjcod4:~$ sudo apt update
Hit:1 http://fi.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://fi.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 https://dl.google.com/linux/chrome/deb stable InRelease
Hit:4 http://fi.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:5 http://fi.archive.ubuntu.com/ubuntu focal-security InRelease
Hit:6 http://ppa.launchpad.net/maxmind/ppa/ubuntu focal InRelease
Hit:7 https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/8.0 InRelease
Hit:8 https://downloads.sourceforge.net/project/d-apt d-apt InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
22 packages can be upgraded. Run 'apt list --upgradable' to see them.
smiley@fmjcod4:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
mongodb-org-database : Depends: mongodb-org-server but it is not installed
Depends: mongodb-org-mongos but it is not installed
mongodb-org-tools : Depends: mongodb-database-tools but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
smiley@fmjcod4:~$ sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
libboost-program-options1.71.0 libgoogle-perftools4 libpcrecpp0v5 libphobos2-108 libphobos2-108:i386 libsnappy1v5 libtcmalloc-minimal4 libyaml-cpp0.6 mongo-tools mongodb-server-core
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
mongodb-database-tools mongodb-org-mongos mongodb-org-server
The following NEW packages will be installed:
mongodb-database-tools mongodb-org-mongos mongodb-org-server
0 upgraded, 3 newly installed, 0 to remove and 22 not upgraded.
6 not fully installed or removed.
Need to get 0 B/114 MB of archives.
After this operation, 386 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 198688 files and directories currently installed.)
Preparing to unpack .../mongodb-org-server_8.0.4_amd64.deb ...
Unpacking mongodb-org-server (8.0.4) ...
dpkg: error processing archive /var/cache/apt/archives/mongodb-org-server_8.0.4_amd64.deb (--unpack):
trying to overwrite '/usr/bin/mongod', which is also in package mongodb-server-core 1:3.6.9+really3.6.8+90~g8e540c0b6d-0ubuntu5.3
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Preparing to unpack .../mongodb-org-mongos_8.0.4_amd64.deb ...
Unpacking mongodb-org-mongos (8.0.4) ...
dpkg: error processing archive /var/cache/apt/archives/mongodb-org-mongos_8.0.4_amd64.deb (--unpack):
trying to overwrite '/usr/bin/mongos', which is also in package mongodb-server-core 1:3.6.9+really3.6.8+90~g8e540c0b6d-0ubuntu5.3
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Preparing to unpack .../mongodb-database-tools_100.10.0_amd64.deb ...
Unpacking mongodb-database-tools (100.10.0) ...
dpkg: error processing archive /var/cache/apt/archives/mongodb-database-tools_100.10.0_amd64.deb (--unpack):
trying to overwrite '/usr/bin/bsondump', which is also in package mongo-tools 3.6.3-0ubuntu1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/mongodb-org-server_8.0.4_amd64.deb
/var/cache/apt/archives/mongodb-org-mongos_8.0.4_amd64.deb
/var/cache/apt/archives/mongodb-database-tools_100.10.0_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
General
2 Jan 2025, 20:04
General
9 Dec 2024, 15:02
General
6 Nov 2024, 12:13
I am curious as to what everyone uses for a text messaging app? I am currently using Google Messages app. I know a lot of people use Whats App and there is Facebook Messenger that you can send text messages through. I am wondering what a good texting app would be to use to have the security and not have the big tech companies fingers in all the messages that you send back and forth.
General
28 Oct 2024, 12:56
It’s not everyday I come across one site that seems to have everything I need, but this morning, I stumbled across this gem
https://it-tools.tech/
This site is the work of Corentin Thomasset, a fullstack web developer based in Lyon, France. I’d strongly recommend you at least stop by and check out the tools on offer. I personally use most of them on a daily basis, so perfect for me.
General
25 Oct 2024, 14:56
General
15 Oct 2024, 10:22
General
13 Aug 2024, 16:11
One of the pieces of software I use is called TNG (The Next Generation of Genealogy Site Building). Here is the URL: https://tngsitebuilding.com/
I have this installed on my dev environment which runs Arch, Nginx and Mariahdb. I have two other tests sites that are Wordpress test sites. The wordpress sites that I have running, tend to run a little on the slower side, even with caching plugins and all of that. The TNG site on the other hand run blazingly fast, it is impressive. I used to have that site live so family members can look at the information. TNG is built with PHP and the developer has done an amazing job with it and they continue to not disappoint with improvements.
In the past on my live site, I used Wordpress alongside of it to write blog posts and such. Someone created a plugin so that usernames and data synced up and such. My crazy idea is to see how hard it would be to build a plugin for Nodebb to work with TNG. It would be nice so if a username was created on either one that you would be able to use the same username on the other. It would also be nice to be able to pull in information on a family member into Nodebb and such and be able to link information.
The idea would be that you could create a category for the different families using their surnames. Those can be created manually, but then when someone creates a new topic they could search and link the person they want to talk about. That link could pull in some of the information about that person as a little summary and then when you click on that person in the post it would bring you to the TNG site where you could see everything about them.
You would want it so it only is able to pull information from people that have died and any information from living people would not be available. This is my crazy idea for today, but I think the speed of Nodebb matched up with TNG would be pretty amazing.
General
9 Aug 2024, 14:48
I was wondering, for your blog on this site, do you have it so only you can add posts to that category? When I click on New Topic when in the Blog category it looked like I could add a one. I didn’t finish it and actually post a topic, but it made me curious.
I like the layout with the three cards at the top. I am thinking that is the cards plugin that you use that allows you to do that?
General
8 Aug 2024, 16:58
General
8 Aug 2024, 15:30
General
24 Mar 2024, 17:58
General
20 Mar 2024, 22:10
-
Facebook goes offline 🤭
Watching Ignoring Scheduled Pinned Locked Moved facebook whatsapp 4 Oct 2021, 19:5226 Votes51 Posts5k Views -
Setting up Ghost DIgitalOcean droplet with cloudflare
Watching Ignoring Scheduled Pinned Locked Moved ghost digitalocean cloudflare ubuntu 14 Nov 2023, 20:094 Votes11 Posts890 Views -
Embeds
Watching Ignoring Scheduled Pinned Locked Moved embed 13 Nov 2023, 17:441
4 Votes4 Posts458 Views -
Best antivirus software? (Looking to switch)
Watching Ignoring Scheduled Pinned Locked Moved 5 Sept 2021, 07:4415 Votes26 Posts2k Views -
Modify the tagging behavior in NodeBB
Watching Ignoring Scheduled Pinned Locked Moved tagging harmony 10 Jul 2023, 05:533 Votes11 Posts654 Views -
Nodebb design
Watching Ignoring Scheduled Pinned Locked Moved Solved nodebb 11 Jul 2023, 10:131 Votes2 Posts386 Views -
custom plugin - increment in reputations
Watching Ignoring Scheduled Pinned Locked Moved reputation nodebb 3.0.0 3 Jul 2023, 11:511 Votes4 Posts387 Views -
Sidebar Widget is no longer on the side!
Watching Ignoring Scheduled Pinned Locked Moved Solved nodebb 1 Jul 2023, 09:132
2 Votes4 Posts407 Views -
Plugin to show images in teasers
Watching Ignoring Scheduled Pinned Locked Moved nodebb image plugin hook 11 Jun 2023, 12:321
2 Votes6 Posts487 Views -
Collapsing blockquotes on Harmony
Watching Ignoring Scheduled Pinned Locked Moved nodebb harmony collapsible quotes 25 May 2023, 22:291
2 Votes2 Posts255 Views -
Embedding external URLs
Watching Ignoring Scheduled Pinned Locked Moved Solved embed plugin nodebb v3.x 25 May 2023, 21:493 Votes3 Posts275 Views -
nodebb-plugin-reactions not working @v1.0.2 with Harmony theme
Watching Ignoring Scheduled Pinned Locked Moved Solved reactions v3-prod 30 Apr 2023, 16:2912 Votes47 Posts4k Views -
rebranding my forum
Watching Ignoring Scheduled Pinned Locked Moved forum name 29 Dec 2022, 01:247 Votes8 Posts1k Views -
Mongodb Authorisation.
Watching Ignoring Scheduled Pinned Locked Moved Solved mongodb 2 Dec 2022, 16:442 Votes17 Posts1k Views -
Fresher in Nodebb install
Watching Ignoring Scheduled Pinned Locked Moved nodebb 26 Oct 2022, 15:4215 Votes24 Posts2k Views -
Updating Node and NPM
Watching Ignoring Scheduled Pinned Locked Moved nodejs 4 Nov 2022, 20:481 Votes5 Posts507 Views -
Issues with 2nd NodeBB installation
Watching Ignoring Scheduled Pinned Locked Moved Solved 4 Nov 2022, 10:563 Votes22 Posts2k Views -
What system did you first use?
Watching Ignoring Scheduled Pinned Locked Moved computer printer learning 10 Sept 2021, 17:193
3 Votes12 Posts1k Views -
Which mobile internet app and browser do you use?
Watching Ignoring Scheduled Pinned Locked Moved browser mobile 9 Sept 2021, 11:413 Votes9 Posts725 Views -
Viewing Permission.
Watching Ignoring Scheduled Pinned Locked Moved Solved support customisation 19 Aug 2022, 10:4612 Votes33 Posts2k Views