Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
y!os
- Page 1
Re: Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
2 Weeks Ago
by WilliamOG
Great project idea, and you're already ahead with your electronics background. For the
OS
, Raspberry Pi
OS
Lite is a solid starting point—lightweight, well-supported, and ideal for headless setups. If you want something even more stripped down, check out DietPi or Ubuntu Server for Pi, but the trade-off is slightly less community support.
Re: Is the Vision Pro worth it?
Hardware and Software
macOS
1 Week Ago
by Shahryar Khan
This time not. Coz its a new technology, it is in testing phase, maybe you find huge, Bugs in software, and alot of issues, problem and compatibility with hardwoare and
OS
. I think we should wait for final released.
Re: Crosshair has a vertical and horizontal line to view the value of the axis.
Programming
Software Development
1 Week Ago
by rproffitt
Sorry but I only have VS2008 and VS2022 now. But for a real-time crosshair that moves with the mouse, showing its position along the X and
Y
axis I asked ChatGPT and it appears to only need less than 20 lines of code that respond to Chart1_MouseMove().
Re: How do I make my code jump back to a previous line?
Programming
3 Weeks Ago
by Dani
Organizing code into functions is always important for readability and also to be able to reuse parts of your code as your app gets bigger. Thank you for posting your updated code to share with others :)
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
2 Weeks Ago
by fzlr
Yes, it is. I may be forced to work with Microsoft products at work but in my free time I'm using Aurora. bootc is a GAME CHANGER.
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
2 Months Ago
by Salem
I use it all day, every day. TBH, M$ stopped being an
OS
company after Windows 7 and the so-called
OS
just became a marketing tool to ram ever more crap in front of your face.
How do I make my code jump back to a previous line?
Programming
1 Month Ago
by trueriver
…, "+ User + " as admin? (
Y
/n) ") if askAdmin.lower() in ["
Y
", "
y
"]: adminPass = input("Please set…
Re: How do I make my code jump back to a previous line?
Programming
1 Month Ago
by trueriver
…, "+ User + " as admin? (
Y
/n) ") if askAdmin.lower() in ["
Y
", "
y
"]: adminPass = input("Please set…
Is linux your daily driver?
Hardware and Software
Linux and Unix
2 Months Ago
by Dani
Linux has come a long way, but it's still primarily a server
OS
, correct? How many of you linux fanboys and girls use it as your primary operating system for daily tasks? How does it compare to Windows or macOS in terms of productivity and overall user experience?
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
2 Months Ago
by Vince_6
I used Linux on and off for years. I was finally willing to commit to Windows 11 when it installed some updates and it went into a reboot loop afterwards. I said screw it and went back to Linux. Been using it for months as my primary
OS
and I am quite happy with the decision.
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
1 Month Ago
by Ulfson
… a long way, but it's still primarily a server
OS
, correct? How many of you linux fanboys and girls use…
Integrating OpenAI Web Search API in LangGraph
Programming
Computer Science
1 Month Ago
by usmanmalik57
… graph diagrams. ``` # !sudo apt-get update # !sudo apt-get install -
y
graphviz libgraphviz-dev !pip install -U -q \ langgraph langchain-openai…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
…': break elif command.startswith('move'): _, x,
y
= command.split() pyautogui.moveTo(int(x), int(
y
)) elif command == 'click': pyautogui.click() elif…
Re: Need Coding Help With A Project
Programming
Software Development
1 Month Ago
by Enzo_3
…() numbers = list(map(int, number_strings)) total = reduce(lambda x,
y
: x +
y
, numbers) average = total / len(numbers) print("Average:", average…
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Month Ago
by NuGG
… retained the old config even though I put a fresh
OS
on it. Doh! Live and learn. Been coming on daniweb…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by Salem
… language/tool I must use * User asks for help with
Y
. Initially asked... > Have a webpage with a button, when…
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
2 Months Ago
by Pelorus_1
Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever.
Re: How do I make my code jump back to a previous line?
Programming
1 Month Ago
by woooee
if sysInfo.lower() in ["exit", "Exit", "EXIT"]: since sysinfo is now lower(), it will never be equal to "Exit" or "EXIT"
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
2 Months Ago
by Reverend Jim
I've tried loinux several times over the years on spare computers, virtual machines, and a Raspberry Pi. I gave up on all of them because it was too difficult to maintain. Now all I use it for is Live USB recovery tools.
Re: Custom Media Server
Hardware and Software
Linux and Unix
2 Months Ago
by Vince_6
I used Plex and a Mac for years to stream to my TV. When I switched to linux, PLex ran but couldn't find my media directories. I finally found a product called Emby. It has a server that runs and aps for many different divices. It even has one for my FireTV. Works great.
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
2 Months Ago
by Dani
I started this thread thinking about James, DaniWeb's sysadmin, who I was surprised to hear uses Windows as his daily driver, despite his proficiency in Linux. I believe he quoted things like Linux not being ideal for gaming. I'm macOS only these days.
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
2 Months Ago
by Benjamin_17
The last time I used Windows was Windows XP when I got a blue screen of death trying to install it. Since then, I have been daily driving with Linux (Ubuntu then Pop! then back to Ubuntu) since then. No real problems, yes I do not play the games I use to, but within Steam there is still quite a healthy choice to pick from. Honestly I would struggle…
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
2 Months Ago
by jkon
I exclusively use Linux on my personal PCs, currently the Ubuntu distribution. I switched from Windows between 2010 and 2012. Before that, I used Linux on a different PC for several years, followed by a period of dual booting. Thanks to WINE, I have yet to encounter software I cannot run on my PC. I believe Ubuntu has become so user-friendly that …
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
2 Months Ago
by Reverend Jim
When I ran into problems with linux I found the online help was less than helpful. The help, when offered, consisted of experts explaining things to other experts, even though I mentioned that I was anything but. All help assumed I had much more knowledge than I did. The explanations sounded like Trek techno-babble.
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
2 Months Ago
by Reverend Jim
>Yes , that is still an issue... Many years back a neighbour was taking an evening course to become more computer literate. She was confused one day, telling me that her instructor had tried to explain to the class what "formatting a disk" meant. He talked about magnetic fields, tracks, sectors, etc. but she was still in the dark as…
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
2 Months Ago
by Dani
Wow, I'm surprised how many people here are primarily Linux users compared to how infrequently our Linux forum gets posted in these days.
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
1 Month Ago
by trcooke
While I was at university 20 years ago one of my course friends regularly extolled the virtues of Linux. He was a big fan of Gentoo which I never really got into, he like fiddling with the configuration and I liked a working system, two characteristics that rarely overlapped for me except for rare moments. But, I was sold on Linux in general and…
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
1 Month Ago
by Dani
If I can assume you attended university right out of high school (or at least the US equivalent), then that would put you at pretty much my age. Nice :) Please switch to macOS. It's sooo much more refined, and I would say much more than BSD "with a fancy window manager" these days. Although I haven't used Linux for my personal PC in …
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
1 Month Ago
by trcooke
Maybe a wee bit older than you Dani, I was 26 or 27 doing a Masters degree when I met my Linux loving friend. I'm 46 now. I have had Macs but it annoys me that they get obsoleted by software long before the hardware runs out. My wife has a MacBook Air and it's great because it's zero effort to maintain but the cost is replacing it even when it's…
Re: How to speed up my (WordPress) website?
Digital Media
Digital Marketing
2 Months Ago
by Dani
Use Cloudflare (free plan is available) and plugins such as WP Rocket or WP Engine.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC