@DustinB3403 Just install the server on all your PC and use the view. It's pretty straight forward.
Posts
-
RE: Does anyone have a TightVNC guide for business use?
-
RE: Does anyone have a TightVNC guide for business use?
@DustinB3403 said in Does anyone have a TightVNC guide for business use?:
@coliver Is there a limit on the number of devices a single tech can manage (not concurrently)
Yes - 1 licence is 1 connection but you can have thousands of computers no problem.
-
RE: Does anyone have a TightVNC guide for business use?
@DustinB3403 said in Does anyone have a TightVNC guide for business use?:
@aaronstuder So $40/year (or whatever it is) to be able to run a single connection at a time.
But to an unlimited number of devices in my org? Or is there a device limit as well?
That's correct. but it seems to be $49.month. Self hosted would be the way to go. (Only $300/one time fee) I could even host if for you.
-
Google Cloud Platform
Anyone here use it? I just fired up a couple of VM's to play with. Seems neat
They have a $200/60 Day free trial.
-
RE: Is Mangocon still happening?
@Minion-Queen Why not just post the updates here until you can get your site issues fixed? At least then we know what happening.
-
Blacklist Service?
I remember seeing this, but I don't remember where now...
It was a list of sites you could download to add to your firewall to block.
I think it was broken down by category, Porn, Email, Shopping, etc.
-
RE: Big data breaches found at major email services
This is why I always use 2 Factor.
-
RE: Another reason to like the FreePBX distro
@RamblingBiped said in Another reason to like the FreePBX distro:
Isn't the upgrade module a paid module?
No, it's free.
-
RE: SSL Certificates
@BRRABill said in SSL Certificates:
@aaronstuder said
My hope is that Let's Encrypt is going to force paid for SSL certs to be more reasonable.
Maybe I'm lucky, but I'm not sure how much cheaper it can get that $5.
I mean, a beer costs more than that, and I drink a lot of beer.
Right, but I would love a $20 a year wildcard cert
-
RE: Consulting for a Small Construction Company
Your way over building this whole thing.....
-
RE: Consulting for a Small Construction Company
Even if they need a Windows Server (I doubt they do) but if they did I would go ZeroTier and a hosted server.
-
RE: Consulting for a Small Construction Company
@scottalanmiller said in Consulting for a Small Construction Company:
Did their new shipment of Windows XP desktops just arrive, too?
There laptop's with Floppy Drives.
-
RE: Ubuntu 14.04 crashes due to using too much memory
@IRJ Why are you not running Ubuntu 16.04? Also check sysstat.
-
RE: Ubuntu 14.04 crashes due to using too much memory
@scottalanmiller I think he moved to A2.
-
Email Address Issue
Log out, and go to someone profile page. Then ctrl+f and type in "@" and you will find anyone's email address.
-
Getting Started with Backblaze B2 CLI
First, Install the B2 Command-Line Tool
git clone https://github.com/Backblaze/B2_Command_Line_Tool.git cd B2_Command_Line_Tool python setup.py install
Now authorize your account
b2 authorize_account Using https://api.backblaze.com Backblaze account ID: Backblaze application key:
Now upload a file
b2 upload_file <bucketName> <localFilePath> <b2FileName>