Search found 44 matches
- Sat Mar 13, 2021 7:19 pm
- Forum: Hardware
- Topic: What hardware are you using?
- Replies: 1141
- Views: 86748
Re: What hardware are you using?
Odd, yes. Mine optimise automatically weekly. Including trimming the SSD.
- Sun Feb 28, 2021 7:20 pm
- Forum: General discussion
- Topic: Covid 19 shot today
- Replies: 20
- Views: 320
Re: Covid 19 shot today
I had Astra-Zeneca (I'm 70) with no reactions. 2nd in May!
Glad you're feeling better.
Glad you're feeling better.
- Sun Feb 28, 2021 6:41 pm
- Forum: General discussion
- Topic: Covid 19 shot today
- Replies: 20
- Views: 320
Re: Covid 19 shot today
Which vaccine?
- Sat Jan 16, 2021 9:35 am
- Forum: Software
- Topic: Carbon Player-desktop media player
- Replies: 2
- Views: 72
Re: Carbon Player-desktop media player
I got as far as "doesn't support flac" and gave up reading.
- Sun Oct 18, 2020 1:03 pm
- Forum: Hardware
- Topic: Didnt realize Id be using my Chromebook so much
- Replies: 32
- Views: 965
Re: Didnt realize Id be using my Chromebook so much
I've been following this thread with great interest. Have either of you spent time on your Chromebook but away from the Internet for any length of time (days)? How did things hold up? My internet connection in Spain is spotty to say the least.
- Thu Oct 01, 2020 10:49 am
- Forum: Hardware
- Topic: Best & worst laptop brands 2020
- Replies: 6
- Views: 217
Re: Best & worst laptop brands 2020
Now, I've had an ASUS X550CA for several years. I got it in Dubai when I was there on holiday (and my then current laptop died) c/w 8GB RAM. It's had Vista (installed), (up)graded to 8.0 then 8.1, now 10, currently 1909. Dual booted with several Linuxes, now basically 64 bit Void. Changed to 1TB mai...
- Thu Sep 24, 2020 10:37 am
- Forum: Hardware
- Topic: Lenovo releases Thinkpads and Thinkstations with Ubuntu preinstalled
- Replies: 6
- Views: 214
Re: Lenovo releases Thinkpads and Thinkstations with Ubuntu preinstalled
"The only reason it's not a good mainstream choice is because Fedora has Red Hat supporting them, not Microsoft..."
Isn't it odd that Lenovo, who bought IBM's PC division, should not support a distro that is now owned by IBM?
Isn't it odd that Lenovo, who bought IBM's PC division, should not support a distro that is now owned by IBM?
- Thu Sep 10, 2020 11:37 am
- Forum: General discussion
- Topic: phpBB hosting
- Replies: 3
- Views: 237
Re: phpBB hosting
Thanks Dai
I'll give them a look.
Cheers
I'll give them a look.
Cheers
- Wed Sep 09, 2020 10:34 am
- Forum: General discussion
- Topic: phpBB hosting
- Replies: 3
- Views: 237
phpBB hosting
Hi all, I'm thinking of starting a BB for my neighbours (in the UK) - max about a dozen users. I've got a small setup working with phpBB, lightppd, mariadb and php7 (on a raspberry pi b). Which host do you guys use? Do they include the above software? Or is there a better way to do it (e.g. switch l...
- Fri Aug 07, 2020 5:09 pm
- Forum: Programming
- Topic: Find and delete lines in .desktop files
- Replies: 7
- Views: 976
Re: Find and delete lines in .desktop files
As an aside/addition if you change the grep bit to:
you get rid of blank lines too.
Note capital E and vertical bar separator between regex bits.
Code: Select all
grep -v -E '.*\[.*\]=|^$' "filename"
Note capital E and vertical bar separator between regex bits.