Add a simple delete link right on your website that is running WordPress. Tested with WordPress version 5.1. Since the PHP code is written by me it looks like crap, but it doesn’t really matter since the admin is the only one who will see it. Add this code inside the WordPress loop and reload … Read more
Want to setup a local DHCP server on your Windows PC?
This very lightweight application can also be setup to run servers for TFTP, DNS, SNTP and Syslog. All servers are included in one small application.
This application is called TFTPD64. It’s Open Source and the size of the installation, portable or service version is about 0.5 MB.
Most people know that the Windows Operative System is sending lots of information about their users to Microsofts servers.
What kind of information are they collecting? Why do they need more than information about bugs, what version you have of their product so they can send the right ones so you can update your system and information that really is needed to use Windows from day to day.
I don’t want to send everything I type, every URL I visit, the kinds of media I’m listening to or watching. Because that is private information and I like to be able to choose what kind of stuff corporations know about me.
If you want to block some of some of Microsofts Telemetry Servers then copy the list below and paste it at the end of your HOSTS file. You’re doing this at your own risk. I’ve done it among several other people and my PC seem to be working fine.
You first need to run Notepad as Administrator, click on Windows Start button, type Notepad and Rightclick on it and choose to run it as Administrator.
In the Notepad meny, Open this file: C:\Windows\System32\drivers\etc\hosts
Now, copy the list below and paste it at the bottom of the file, then save it and close NotePad. Now these servers should be blocked.
As you probably know by now. Google is starting to add a new ranking factor to their ever-changing algorithm. It’s SSL that they want us to use but it’s a good thing since the data you send and receive from a server will be encrypted and a bit harder for people that might try to … Read more
Here’s a useful code snippet in PHP for WordPress to get a link to the newest (latest, freshest… you get the idea) post in WordPress. Code starts here: Yeah, that’s it. Have a great day!