Uncategorized

Is there a difference what you call a blog?

If you are a web hosting company that decided to launch a blog on your website in order to build up content, does it make a difference what … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1912539&goto=newpost

Uncategorized

Hardware Design ?

I�m wondering what others do for their server setups. Specifically if say you were to have 4 physical servers and a /24 would you: colocat… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1912802&goto=newpost

Uncategorized

The Day after “Boradcom VMware” – IaaS best choice

Hi guys As we all know, the acquisition of Broadcom is revolutionizing the VMware world and especially the partners (resellers and VCPPs). … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1912601&goto=newpost

Uncategorized

Recommendations on dedicated server similar to mine

Hello I currently have like 5x no DMCA checks servers now I can stick to my company but I want to actually mix and match I’m currently payin… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1913097&goto=newpost

Uncategorized

RPC Batch call abruptly stopped working

I’ve had this code that was working less than a week ago. No changes at all on my PC or in the code and it just abruptly stopped working normal (single) RPC calls work fine but batch does not. All firewalls are off, no virus protection so can rule those out. Nothing changed w/ port […]

Uncategorized

how to upload a file to a document library using OData in PowerShell with curl or Invoke-RestMehthod

As I cannot use Pnp.PowerShell with a SharePoint-2019 on premise, AFAIK, I’ve been trying to do it with OData using curl. Unfortunately it happens to be much more complicated than I thought. I ended up building this command: curl -vvv -n -X POST "https://sharepoint.site/site/aaa/_api/web/GetFolderByServerRelativeUrl(‘/site/aaa/library/folder’)/Files/add" -T a.xlsx -H "Accept: application/json;odata=nometadata" -H "X-RequestDigest: xxxxxx" HTTP/1.1 400 Bad […]

Uncategorized

Having Google Assistant return app results instead of web resuls

I am running Android 12 on a Realme 8 5G phone. It used to be that when I swiped up and keyed in an app name I would see the list of apps I wanted that matched that name on my phone, as I keyed the letters in, and I could then click on the […]

Uncategorized

¿como obtener coordenadas en un hilo secundario?

Si ejecuto obtenerCoordenadas() en el hilo principal, funciona bien (obtengo las coordenadas incluso cuando se cambia de posicion), Si ejecuto runThread() solo, funciona bien Si ejecuto obtenerCoordenadas dentro de runThread(), no funciona se bloquea y se sale. ¿Como puedo adaptar el código obtenerCoordenadas para que me funcione dentro de runThread? y así obtener las coordenadas […]