Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
install
- Page 1
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
12 Hours Ago
by Reverend Jim
I agree. [Everything](https://www.voidtools.com/) is always a definite
install
after imaging. It's something that should have been built into Windows. I've never found the need for any security software other than what comes with Windows.
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
12 Hours Ago
by dnBunnie
the app "Everything" after Comodo Internet security
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
9 Hours Ago
by Dani
As a macOS user these days, does Windows not have a find tool? /confuzzled
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
5 Hours Ago
by Reverend Jim
As is typical with Microsoft, their search/find tools work poorly, can hog resources, and are difficult to use. "Everything Indexer" is easy to use, has a small footprint, and has almost no effect on my resources. Search queries show you results as you type, and you can create complex search terms with logical operators, as opposed to the…
Integrating OpenAI Web Search API in LangGraph
Programming
Computer Science
18 Hours Ago
by usmanmalik57
… to run the codes in this article. We will also
install
the `graphviz` and `libgraphviz` libraries to draw the graph diagrams…. ``` # !sudo apt-get update # !sudo apt-get
install
-y graphviz libgraphviz-dev !pip
install
-U -q \ langgraph langchain-openai langchain-core \ openai…
Re: How to speed up my (WordPress) website?
Digital Media
Digital Marketing
6 Days Ago
by graceweb
One thing I’ve noticed that helps maintain speed without breaking things is being careful with how many plugins you
install
. Sometimes even just one poorly optimized plugin can slow things down. Also, consider lazy loading videos and iframes if you haven’t already.
💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Week Ago
by asadalikhan
… up a brand new Windows PC or did a clean
install
… now comes the fun part: installing your go-to …apps! 👉 What’s the very first app you
install
— and why? It could be: Your favorite browser (Chrome, Firefox…. Would love to hear what’s in your "must-
install
immediately" list! Let’s swap recommendations — you might just…
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Week Ago
by Reverend Jim
First app is Macrium Reflect so I can take an image of the fresh
install
. Then I repartition to C/D, move my user folders (documents, pictures, etc.) to D. Then I take another image. After that I begin installing my base apps before imaging one more time.
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Week Ago
by Reverend Jim
Further note: Because Microsoft insists on crammine OneDrive down our throats, moving the My Documents is damn near impossible. I've found the easiuest way is to initially set up my computer using a Microsoft Account (something they have also made it almost impossibole to avoid), then create a local admin account and always log on with that. That …
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Week Ago
by Dani
* Microsoft Office (for macOS) And then to manage DaniWeb: * PhpStorm * Remote Desktop Manager * Viscosity * Screaming Frog SEO Spider
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Week Ago
by Dani
Jim, I have not used Windows in a very, very long time, but can you not configure Windows to store My Documents on D? I'm quite sure that you can, if I remember correctly? https://superuser.com/questions/1725456/wha-cant-i-move-my-documents-folder
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Week Ago
by Reverend Jim
>I'm quite sure that you can, if I remember correctly? Before OneDrive it was easily done. Not anymore. Microsoft is slightly brain dead. Locations for shell folders are stored in the registry. You'd think they'd all be under "Shell Folders", but not all of them are. And you'd think they would have consistent names. But here are …
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Week Ago
by Reverend Jim
BTW I've spoken with a former Microsoft Engineer. He also agrees OneDrive is an abomination.
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
2 Weeks Ago
by usmanmalik57
… run codes in this article. ``` !pip
install
openai !pip
install
rouge-score !pip
install
--upgrade openpyxl !pip
install
pandas openpyxl ``` The following script imports…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
…a download link, or a desktop app they
install
. Thank you, I have abandoned this approach …`socket` library (included with Python) ### Step 1:
Install
Required Libraries Make sure you have `pyautogui` installed: ```bash… pip
install
pyautogui ``` ### Step 2: Create the Server (…
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by john_111
… it. Or the web page can let you download and
install
a program. But not take over your computer.
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by Salem
… have an operating system on it? * Are you able to
install
software on it?
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by Neil_brown001
…: You need a download link, or a desktop app they
install
.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by gediminas.bukauskas.7
Pritaeas answered the question: normal WEB security settings forbids launching executables on a client machine. The only legal workaround is to create windows service (daemon in Linux environment),
install
it on client machine and listen for some commands coming from server over WEB sockets.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
… workaround is to create windows service (daemon in Linux environment),
install
it on client machine and listen for some commands coming…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
I fixed the problem by ensuring the path is including python. Also on the server I must run pip
install
Thank you all All working now
Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by usmanmalik57
… scripts for in this article. ``` !pip
install
groq !pip
install
rouge-score !pip
install
--upgrade openpyxl !pip
install
pandas openpyxl ``` The script below imports…
DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization
Programming
Computer Science
2 Months Ago
by usmanmalik57
… scripts in this article. ``` !pip
install
--upgrade fireworks-ai !pip
install
rouge-score !pip
install
--upgrade openpyxl !pip
install
pandas openpyxl ``` The script below…
Running Apache Tomcat behind a IIS reverse proxy with SSL termination
Programming
Web Development
2 Months Ago
by riahc3
… HTTP. The idea would be to (on the same server)
install
a IIS and use it a content switcher and also…
Re: How does Microsoft defender operate?
Hardware and Software
Information Security
2 Months Ago
by Reverend Jim
… occasionally be heavy-handed though. For example, I tried to
install
the latest version of Stickies (Zhorn Software) and it gave…
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
1 Month Ago
by Benjamin_17
… when I got a blue screen of death trying to
install
it. Since then, I have been daily driving with Linux…
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by rproffitt
"Wiz Research Uncovers Exposed DeepSeek Database Leaking Sensitive Information" "Security researchers tested 50 well-known jailbreaks against DeepSeek’s popular new AI chatbot. It didn’t stop a single one." It only seems to get worse the more you look at DeepSeek. And I must note how it is known to not want to talk about …
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by policenbicleara
Llama-70B struggles with sentiment analysis (69% accuracy) vs. Qwen-32B (87%). Summarization performance is weaker, with lower ROUGE scores. Qwen-32B is the better choice—smaller, faster, and more accurate.
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by Pelorus_1
Great breakdown of DeepSeek R1 Distill LLaMA 70B! The explanation of text classification and summarization is clear and insightful. Appreciate the practical examples—makes implementation much easier. Thanks for sharing!
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
1 Month 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.
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
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC