Normally, I admit when a title is clickbait (unfortunately, it's become somewhat necessary in AI-dominated news sections today), but in this case, all supported versions is implied and doesn't need to be spelled out in the title. Of course, I'm covering a Patch Tuesday update but that is only available to supported Windows SKUs. All our coverage relates to supported Windows software and SKUs only unless we expressly state that it's "unsupported", "unofficial", or "third-party". I'm sorry, but supported/official SKUs don't need to be spelled out as such in every Neowin headline.
But the reality is it will work for people's needs, and they don't care about the technology that makes it.
Clearly not everyone's needs, but that low end space where personal laptops were only used to type emails, watch content and browse websites, but they didn't want to do that on a small screen device. Heck, writing that out I can now see the connection and reason it'll do so well.
Apple is about experience. If the experience is bad, they don't release it. Low end Windows laptop manufacturers up until this point have not taken that into consideration ever before, so slow laggy usage with brittle slimey plastic shells were common. I hope that the low end space at least creates better physical products that last a bit longer, and if Microsoft get their act together, they could also have a solid OS on such low end hardware that would actually make the experience work for what the hardware was intended for.
The fact that the CPU is a "cellphone", sorry mobile phone processor is irrelevant. It's about the experience, and so far, that sounds quite solid.
Recent Achievements
Jordan Smith earned a badge Week One Done
BizSAR earned a badge Reacting Well
AndreaB earned a badge First Post
Huge Trailer earned a badge Week One Done
Classifyskilleducation earned a badge Week One Done
Question
Haggis Veteran
Was not really sure where to post this really lol
Does anyone else use Ansible either personally or at work?
I use it at work to deploy applicaitons and configure environments. I use it in conjunction with Cloud Formation is AWS
At home i use it to build out and configure my home server
It does the following
- update_install_basics
Does a Yum Update and bring the fresh install up to date
Install some need to have things like curl, wget, rsync etc
- setup_mounts_fstab
Sets up my folder structure and adds the disks in the server to the FSTAB
- configure_nfs_shares
Add the above mounts to the NFS Server so they are shared on the network
- setup_smb_shares
Same as above but for Sambe for windows devices
- setup_transmission
Installs and sets up Transmission Daemon
- setup_plex_mediaserver
Installs and sets up Plex Media Server
- install_sonarr
Installs Sonarr and starts it
- install_radarr
Installs Radarr and starts it
- install_webmin
Installs Webmin
- install_awscli
Installs PIP and AWS CLI, grabs my details and configures access
- restore_sonarr
Grabs my SOnarr backups from S3 and restores sonarr
- restore_radarr
Grabs my Radarr backups from S3 and restores
- add_jobs_crontab
Setups the recurring jobs i have, 2 main ones that backup SOnarr and Radarr to S3 so the above role has a restore point
Link to comment
https://www.neowin.net/forum/topic/1376335-ansible/Share on other sites
1 answer to this question
Recommended Posts