Cache-Control stale-if-error with s-maxage Programming Web Development by Dani … directives are ignored if CF's Always Online feature is enabled, so I've gone ahead and disabled that. However, I… stale-if-error directive is ignored if Always Online is enabled or if an explicit in-protocol directive is passed. Examples… I’m trying to set up remote access using DDNS (No-IP) on my home net Hardware and Software Networking by gowtham_6 DDNS is configured correctly and the hostname works locally, but I can’t access it from outside my network. Remote management is enabled and set to port 80. Any idea what I might be missing? Re: How much anonymity does a VPN really provide? Hardware and Software Information Security by TurisVPN A VPN helps hide your IP and encrypt your internet, so others (like your ISP) can’t see what you do online. But it doesn’t make you totally anonymous. The VPN company can still see your traffic (if they keep logs). Websites can track you with cookies, and if you log in with your real info, they know who you are. So, a VPN is good for privacy … Re: How much anonymity does a VPN really provide? Hardware and Software Information Security by Liam91 A VPN is a tool that keeps your internet connection safe and private. It stops others from seeing what you do online. But a VPN doesn’t make you completely anonymous. To pick a good VPN, check: -How you pay (Bitcoin is more private than a credit card) -If they keep records of your activity (best if they don’t) -If they share IP addresses … Re: How to enable gpedit on Windows 10 & 11 Hardware and Software Microsoft Windows by AIO_803 Enabling **gpedit.msc** on Windows 10 or 11 (especially Home editions) is useful for gaining more control over system settings. While it’s not officially included in Home versions, there are workarounds—though users should proceed carefully to avoid system issues. Re: I’m trying to set up remote access using DDNS (No-IP) on my home net Hardware and Software Networking by trcooke You're a little thin on details about "my network" but for the purposes of this discussion I'm going to assume you are talking about a typical home network comprising of a Router and a bunch of devices connected to it. Let's think about the network route required to get from one computer on your network to another, and this is what I … Re: I’m trying to set up remote access using DDNS (No-IP) on my home net Hardware and Software Networking by rproffitt Many if not most ISPs block port 80. More at https://www.google.com/search?&q=port+80+inbound+blocked+by+ISP This has been my finding for over a decade. Re: I’m trying to set up remote access using DDNS (No-IP) on my home net Hardware and Software Networking by Dani My experience is that AT&T fiber for residential use does allow servers and does not block ports. I used to have Verizon FiOS which, also, did not block ports, but that was a business account and so under different rules. Spectrum and Optimum Online business accounts also didn’t block, but I paid an extra $10/month for a static IP back then as … Re: I’m trying to set up remote access using DDNS (No-IP) on my home net Hardware and Software Networking by trcooke Did any of our suggestions help you? Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by NuGG … using default Azure AD credentials" 4) Enabled "Disable MDM Enrollment" 5) Enabled "No auto0restart with logged on users… Re: Delete unused MySQL indexes Programming Databases by toneewa … data integrity or application. Make sure they are enabled: UPDATE performance_schema.setup_consumers SET enabled = 'YES' WHERE name = 'events_waits_current'; UPDATE …disabling to reduce overhead. UPDATE performance_schema.setup_consumers SET enabled = 'NO' WHERE name = 'events_waits_current'; Hope this helps… Re: Delete unused MySQL indexes Programming Databases by Dani … says it's based on having: update performance_schema.setup_consumers set enabled = 'yes' where name = 'events_waits_current'; update performance_schema.setup_instruments set… enabled = 'yes' where name = 'wait/io/table/sql/handler'; The second … Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by Dani … SXG. So at DaniWeb, we use Cloudflare, and have simply enabled the SXG functionality through Cloudflare which is just one-click… Re: Delete unused MySQL indexes Programming Databases by Reverend Jim … right or wrong? Again, as a guess, if you have enabled the correct flags and let the system run through typical… Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by rproffitt Try a focused area like on Reddit such as https://www.reddit.com/r/homelab/comments/740ap2/the_unofficial_fujitsu_server_guide/ If these were mine I'd move to Linux or BSD. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by NuGG Aha! I cracked it. My goodness this has been driving me mad for two weeks. Turns out previous owners had a power on schedule configured, and the management controller retained the old config even though I put a fresh OS on it. Doh! Live and learn. Been coming on daniweb for 20 years, was always such a great place for help and advice. … Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Reverend Jim >Where is everyone? Most of the posts here seem to be the same words about SEO/digital marketing over and over. That doesn't attract too many eyeballs. There is very little programming content any more. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani > Been coming on daniweb for 20 years, was always such a great place for help and advice. Last time I visited was 4-5 years ago and I noticed then it was getting quieter. Somewhat sorry to see the state of things now, these "most recent" threads are all so old! Where is everyone? I shall try stop by here more often and contribute! … Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Reverend Jim >(where people abandoned us for sites like Stack Overflow) But there are still a few dinosaurs around who can answer some programming questions. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani Then there’s me, whose expertise is mostly limited to technical SEO and PHP these days, I’m afraid. Ugh, the brain fog is real. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani > >(where people abandoned us for sites like Stack Overflow) > > But there are still a few dinosaurs around who can answer some programming questions. Not to knock ya, but I think another part of the problem is that *all* that's left are dinosaurs who aren't necessarily skilled at the most trendiest things these days. There's … Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Reverend Jim Agreed. But programming basics are still something people need help with, and the basics have not changed appreciably over my career. Dinosaurs have more free time than those many decades younger. I, for one, have a lot and I am willing to spend part of it here. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani > But programming basics are still something people need help with, and the basics have not changed appreciably over my career. They sure have changed appreciably during *my* career! But maybe that's because my career is in web development, and the web, and the technologies that power the web, have changed *a lot* over the past 25 years. Heck… Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Reverend Jim Certainly the technology and tools have changed but principles of design and good programming styles have not. Python has, for the most part, replaced (effectively) dead languages like COBOL, and now-niche languages like FORTRAN, but structured programming and modular design are still essential techniques. I have seen too much code written by self-… Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani > I have seen too much code written by self-taught programmers who, through ignorance, eschewed good design. While that's very, very true, that's \[unfortunately] not typically what people come to DaniWeb asking for help with. Many people unfortunately don't care about doing things right, but just well enough to work. As long as it gets the … Re: Enabled of Button when data is change/ insert in runtime Programming Software Development by sknake …textBox_TextChanged); } private void DoTextChanged() { bool enabled = false; foreach (TextBox tb in _textBoxCollection)… (!string.IsNullOrEmpty(tb.Text)) { enabled = true; break; } } btnApply.Enabled = enabled; } void textBox_TextChanged(object sender, … Re: Enabled of Button when data is change/ insert in runtime Programming Software Development by jatin24 …use the following statement: BTNAPPLY.Enabled = true; inside the TextChange…(textBox.Text == "your required text") BTNAPPLY.Enabled = true; [/code] for the SelectedIndexChanged Event Handler [….SelectedItem == "your required seleciton") BTNAPPLY.Enabled = true; [/code] Assuming that the button is… Enabled of Button when data is change/ insert in runtime Programming Software Development by facadie … selection in the combo boxx in runtime, it will be enabled. How do i go about doing coding for that. sorry… Re: Enabled of Button when data is change/ insert in runtime Programming Software Development by facadie Hi there=) thanks for info. i manage to make it when u start typing then it'll become enabled. but what if there is alot of text box to put the code is there other simplifications so that we do not have to go to every even handler to put the code?=) Re: Enabled of Button when data is change/ insert in runtime Programming Software Development by facadie Okiex=) Example. I have 10 Text Box and i want the BTNApply to be enabled when any one of the textbox is entered. and if i used the code that you just give me. I have to go to each text change event handler to insert the code.. Is there a simplified way to insert all 10 at once or we have to do it in a way by inserting the code one by one.