It's very likely only port 22 is exposed to the world.. the OS state really doesn't matter that much. Unless his MTA has a bug which allows someone to get a shell over port 22, which would be novel..
Posts by TonyHoyle
389 publicly visible posts • joined 22 Mar 2010
Windows 11 turns five, leaving some important lessons for Microsoft
Tesco is sprinting to quit VMware and Broadcom despite rapid migration risks
Grep this: Microsoft grafts (most) Linux commands onto Windows
America's top cyber-defense agency left a GitHub repo open with passwords, keys, tokens – and incredibly obvious filenames
So for 6 months their admin passwords were online but 'there is no indication that any sensitive data was compromised'
a) Your admin passwords are sensitive data.. If you don't believe this you have no business running an IT system.
b) The bad guys have wiped the logs, you buffoons. Your *entire system* should be considered compromised at this point. God knows how you roll back 6 months, assuming the backups aren't compromised too..
and c) You're a fucking cyber security agency. If *you* can't get this right then we're fucked.
Unless it is indeed just a honeypot, but really I don't get those vibes from that response.
US state laws push age checks into the operating system
DR-DOS rises again – rebuilt from scratch, not open source
Mem-ageddon: AI chip frenzy to wallop DRAM prices with 70% hike
Prohibition never works, but that didn't stop the UK's Online Safety Act
Canonical dusts off TPM encryption for Ubuntu 25.10
Jack Dorsey floats specs for decentralized messaging app that uses Bluetooth
Re: He's obviously just discovered Meshtastic...
I'm on a hill and have a decent antenna attached but still haven't managed to receive a single meshtastic packet despite (according to the maps) there being a user less than a mile away. It's less acute.. I imagine in dense cities it's quite useable, but getting enough coverage to actually form a mesh outside that environment is hard.
Re: He's obviously just discovered Meshtastic...
Bluetooth also has a maximum range of a few feet. Between friends in an office fine.. but as a true decentralized messaging app it's a nonstarter. You would need *millions* of people to install this app, and it would likely still suck outside major cities.
Oh and good luck getting apple to allow your app to turn your phone into 24/7 bluetooth router..
Stuff a Pi-hole in your router because your browser is about to betray you
I have a pair of adguard servers (they don't sync but are on physically separate machines) plus my normal dns. I've been thinking of collapsing it all into a bind9 dlz adblock (https://github.com/Trellmor/bind-adblock) as I don't need a UI most of the time, except when I need to temporarily disable it.
It's not just Big Tech: The UK's Online Safety Act applies across the board
Re: Just another example...
It applies where there are a 'significant' number of UK users. That number isn't defined anywhere.
It applies in any country.. so hosting it in timbuktu wouldn't absolve you of the responsilibity for the act (whether the UK gov have the ability to apply their rules worldwide is a separate discussion).
Theoretically, even if you geoblocked UK users if a 'significant' (undefined) number of UK users used a VPN you could be on the hook.
Sweet 16 and making mistakes: More of the computing industry's biggest fails
In the sinclair market most people just wanted games.
They tried with the QL.. it had passable word processors etc. and you could get ones with proper keyboards and phone integration (ICL One Per Desk / Merlin Tonto) but just weren't seen as a business computer... everyone just bought a PC instead.
Under pressure from Europe, Apple makes iOS browser options bit more reasonable
EU gave CrowdStrike the keys to the Windows kernel, claims Microsoft
Re: Sorry, MS, but you're wrong...
What Microsoft need to do in the future I think is to just forbid ring 0 stuff from doing this.. no WHQL if you try.
Writing an architecture that hands off the complex stuff to a userspace service is harder but the consequences of failure is only that your service doesn't run, not that the entire kernel gets borked.
Also, the rules for a driver claiming it's essential for booting need to be tightened up.
Re: Dave Plummer has a different take on this
From what others have said crowdstrike bypassed their own rollout procedure to force the update straight onto production networks, bypassing staging.
So failures all round.. not only did they not test internally (testing with a different version than you send out is not proper testing) they bypassed measures that would have caught this before it did damage.
And of course crowdstrike are able to do this with no consequences because the companies all signed contracts absolving them of liabilities.. the millions spent on the cleanup will be borne by others.
Andrew Tanenbaum honored for pioneering MINIX, the OS hiding in a lot of computers
I remember minix.. first 'real' OS I ever ran. It was expensive - you had to buy the book to get it and £50 was a lot for a student in the 1980s. It was horrifically slow, running on the underpowered x86 machine I had at the time, and of course there was no internet (that an ordinary mortal like me could get access to, anyway) so no networking. But I really enjoyed playing with it.
It would be 10 years until I used anything like it again when I got some slackware floppies (possibly off a coverdisk?).
I never read the book.. too academic for me (I was always a hands on kind of person), but undoubtedly if he'd never written it linux might never have existed.
Wi-Fi devices set to become object sensors by 2024 under planned 802.11bf standard
Re: Stalker's dream
Wifi has the same problem as radar sensors (dirt cheap from ebay) and the problem is they see through walls, so any movement anywhere in their sense radius sets them off.
My outside light has it and it's always switching on just from movement in the house.
The reason why alarms still use IR is that's stopped by walls, otherwise your neighbours would keep triggering it.
Ubuntu 24.04, Fedora 40, EndeavourOS, and TrueNAS 24.04 all arrive at once
VMware’s end-user compute community told to brace for ‘Omnissa’ shift
Valkey publishes release candidate and attracts new backer
AI hallucinates software packages and devs download them – even if potentially poisoned with malware
HP's CEO spells it out: You're a 'bad investment' if you don't buy HP supplies
Re: HP Toner
It's not really true any more.. LED printers aren't significantly more expenisve than inkjets, and have the advantage that they don't brick if you don't use them for a while (inkjets dry up, which means head replacement, and many models, including HP, that means a new printer.. it was precisely that happening that had me swear off HP, and inkjets, for good).
I've got a Colour Brother that although it wasn't the cheapest around, was a good investment and works first time every time I print to it, even if it's been months.
Re: Security
It's bullshit.. a cartridge has about 32 bytes of EPROM containing a serial number and some identifying stuff. It doesn't have a y kind of processor..
The number of design flaws you'd need in HP printers to make that a security risk is insane and would make HP printers a complete do not buy.
HP ate just trying to.undrrminr 3rd party cartridges for profit
Bad eIDAS: Europe ready to intercept, spy on your encrypted HTTPS connections
GhostBSD makes FreeBSD a little less frightening for the Linux loyal
Linux is fragmenting too much now - before you could hop between distros and there were really only a couple of variations even in system config, now you've even got distros ignoring FHS and calling that a feature..you can have 3 different ways of configuring the network even within the same distro (one of them might even work correctly) and god help you if you do a major update as you'll find a bunch of stuff that worked perfectly well has been 'deprecated'. Even debian is starting to be affected by the rot..
I previously looked at bsd but couldn't get my head around the ports system (using CVS to update the list of packages, then hunting around the directory tree until you found something that did what you wanted just seemed so primitive). Might have a look at this though.. I just want shit to work these days, don't GAF if it's new or shiny.
Millions of smart meters will brick it when 2G and 3G turns off
Re: Imagine the meetings
They are separate comms units but SOP for any meter issue is to replace the entire thing.
One of the fitters told me that if they lose access to the comms network for over 24 hours they brick and have to be replaced. That may or may not be true but I went through 6 of them before they fitted one that worked..
The other issues is the comms units are specific to the brand of meter, and there are, well, I know there are at least 6.. how many more I couldn't tell.
Luckily here in the north it's not a mobile phone network but a dedicated one operated by arquiva, so there's no issue with 2G.
Take Windows 11... please. Leaks confirm low numbers for Microsoft's latest OS
Re: Maybe it's the installer
The double step right click is a PITA.. it annoys me more than a feature so minor really should - probably because I do a lot of right clicking. I lasted less than a day on win11 before rolling back due to that. It's just so pointless.. it worked before, why change it?
Other things like the ads in the start menu I'm sure you can switch off, but staying on 10 means you don't have to.
Three signs that Wayland is becoming the favored way to get a GUI on Linux
Windows isn't a good example as it's implementation is stupid.. there are about 3 of them that yield different results, and they have to be be implemented by the apps.. a proper dpi scaler would be done at the OS layer not forcing apps to implement it.
The result is that some apps do it right, some half do it, and some not at all. If you're developing and you pull in a library it may or may not be hidpi compatible and even if it is it might use a different method so not be in sync with your app, leading to bug reports and annoyances for users.
A better example is mobile where the UI system was written to scale from the ground up and you largely don't have to think about it.
Core-JS chief complains open source is broken, no one will pay for it
Re: Read this yesterday
To a manager free = worthless. I had to learn that the hard way when I was younger. Used to do free work for charities.. Literally had one suddenly blank me and say they were going to 'hire a professional'. Like lady, this is my day job, you should have been paying about £1k a day for that work.
These days I've no problem submitting bug fixes for OSS projects but beyond that, cash or GTFO.
I really do sympathise with the guy, but he needs to walk away and start making some real money.. he doesn't owe those companies anything. So it'll break? That's on them.
Smart ovens do really dumb stuff to check for Wi-Fi
Re: "Smart TVs" just as bad
I installed an IOT alarm add-on board.. basically just an.overpriced esp32 board with some voltage conversion.. I'd naively thought it would be more than that.
When I looked at DNS logging some time later it was responsible for over 70% of the DNS queries for the entire house. There were bursts of it asking for the same website address multiple times per second.
Of course the onboard software was completely proprietary and couldn't easily be updated, so that ended up.in waste.
If it's like our air fryer it's to remind you to unplug it. It does the same thing.. beeps about once every 5 minutes until switched off, whether there's food in it or not.
Crazy decision by the manufacturer as it has a perfectly serviceable off button and has WiFi connectivity that is supposed to let you switch it on remotely - which is obviously impossible as it's kept unplugged..
A brand new Linux DRM display driver – for a 1992 computer
Re: Good.
The ST was made to a budget and it's sound and graphics were on a par with previous 8 bit machines (the ST had a high resolution monochrome option but that locked out all the other modes and the monitor was expensive).
What it had going for it was the 68000 and GEM (which for the time was pretty cutting edge). And it was cheap - hence it was an ST not an Amiga under the tree that year
The STE and later Falcon fixed a lot of the issues by adding more colours, a blitter and better sound.. but it was too late, because by the time they appeared they were competing directly with the now lower priced Amiga.
Good news: Japanese boffins 3D print what looks like marbled Wagyu beef. Bad news: It's tiny and inedible
Re: Science Ahoy
Indeed there doesn't seem to be much progress except in price.. when I first heard of it it was $1m an ounce.. now it's somewhat cheaper.. but they still haven't made anything close to a single edible joint of meat.
We're a million miles away from a commercial process that can produce thousands of tonnes of the stuff for very little money with a low carbon footprint (which is surely the point).
ZX Spectrum reboot promising – steady now – 28MHz of sizzling Speccy speed now boasts improved Wi-Fi
Re: i've chipped in
It's not emulation.. it's a real spectrum designed by Rick Dickinson, the designer of the original Spectrum.
You can plug spectrum hardware in there, like an interface 1, and it'll work.
If an FPGA is defined as emulation, then the original spectrum was one too as it had a ULA at its heart (and the +2, +3 various different gate arrays). The only difference is the modern chips are programmable.