Quick Tip – For Loops in Windows Batch
Open command line, type in
for /?
This will give you some helpful instructions on writing a for loop in Windows batch.
Open command line, type in
for /?
This will give you some helpful instructions on writing a for loop in Windows batch.
You can use shutdown -i to bring up a UI that can be used to restart or shutdown other computers remotely.
Side Note — There is a better way do this using powershell 🙂
I was getting this error:
INS-30014: Unable to check whether the location specified is on CFS
This may be a possible solution. This is what worked for me.
I had to disable a NIC on a VM that Was set to NAT and had DNS suffix from host. Disabling NIC fixed it.
I had this error:
ORA-28040: No matching authentication protocol (DBD ERROR: OCISessionBegin)
One possible solution is to add this line to sqlnet.ora file:
SQLNET.ALLOWED_LOGON_VERSION_SERVER = 8
I wanted to get rid of the ‘read more’ button in this Envo theme. It was overriding the WP settings for showing the full article. Here is how to do it:
I also hid the read more button. Go to Appearance>Cutomise>Additoinal CSS, add this to hide the button:
.btn-lg {
display:none;
}
If you have some extra long posts you can just add an “insert read more tag” on the long post.
I made some new Art for my sister’s snowboard. Color on top, Grey-scale on bottom. I will post a pic of the real deal next week when she gets it.
This was made using Illustrator 9. Illustrator is superior to Photoshop when it comes to huge prints like this. Illustrator creates vector images as opposed to raster images. Vector images are based on mathematical calculations, where as raster images are based on pixel location and color. Photoshop is a great application, but it is not as good at printing text or Large Graphics. You would need an infinite amount of pixels to compete with the math based vector image. Another bonus is that vector images can scale infinitely. You can make the original as small or as large as you want and it will never lose their clarity. That is if you were using the original illustrator file, this image you are looking at now is just a jpg, which is a raster image. It will pixelate if you scale it too much.
This board is being manufactured by Gilson – Enjoy the Art!
You can enter ‘net stats workstation’ into a command prompt to see the last time the system was rebooted.
This post goes over how to change IPs on an existing Microsoft Failover Cluster. It also happens to go over some Oracle Failsafe stuff.
You can get to ‘Programs and Features’ by entering appwiz.cpl into the run box