@scottalanmiller That's how I use them now as well, but I want to see if I can get it integrated
Posts made by Alex Sage
-
RE: Visual Studio Code - Git Integration
-
Visual Studio Code - Git Integration
How do you integrate git with Visual Studio Code on Windows?
I have installed Visual Studio Code and it ask for git to be installed, so I installed git but I can't figure out how to get them integrated.
I assume you can commit, push, pull, etc all from VS code?
I googled, but sadly I didn'tr find anything.
-
RE: Vultr Instance options growing
The $2.50 IPv6 only sandbox plan is limited to 2 instances per account. The limit on the $3.50 plan is 5 instances per account.
-
RE: Install Telegram Desktop on Fedora 26 and newer with Cinnamon Desktop
@JaredBusch said in Install Telegram Desktop on Fedora 26 and newer with Cinnamon Desktop:
sudo dnf install telegram
It's now telegram-desktop
-
RE: What flavor of linux to replace windows?
@JaredBusch said in What flavor of linux to replace windows?:
No, I think you are just deluded, or refuse to see reality only because you are paid to push Windows solutions.
It is easily and simply possible to be completely OS agnostic in the modern era for any size of corporation.
Completely Agree
-
RE: So I built: Pi-hole
@JaredBusch said in So I built: Pi-hole:
There is a thread on that here somewhere.
https://mangolassi.it/topic/15008/pihole-for-friends-and-family @gjacobse
-
RE: FreePBX/Twilio dropping calls after 32 seconds. Channel PJSIP left 'simple_bridge'
@bnrstnr said in FreePBX/Twilio dropping calls after 32 seconds. Channel PJSIP left 'simple_bridge':
Sophos UTM
Make sure SIP ALG is disabled
-
RE: Quick and dirty install Wiki.js on Fedora 27
@JaredBusch said in Quick and dirty install Wiki.js on Fedora 27:
This brings it to here. I'm not sure why the system is not showing the css. Probably because I do not have my proxy setup right yet.
@JaredBusch Did you get this fixed?
Having the same issue behind NGINX reverse proxy
-
RE: Traffic statistics for self-hosted WordPress
@dafyre said in Traffic statistics for self-hosted WordPress:
Aren't there a couple of folks here that use Piwik (https://piwik.org/) ?
-
RE: Using SSL Wildcard Cert on Apache
@JaredBusch said in Using SSL Wildcard Cert on Apache:
Along this line, if you setup LE with certbot and then setup a timer to renew it daily, you will never see this again.
If you use your wildcard cert, you will have to update it again when it expires.
But, that said, setting up SSL on Apache is not all that hard. Let me look for an example.certbot
renews wildcards as well using a DNS plugin.https://certbot.eff.org/docs/using.html#dns-plugins
You don't always have to setup a timer, Ubuntu for example automatically sets up a cron job when the package is installed.
-
RE: Using SSL Wildcard Cert on Apache
@mattbagan said in Install Nextcloud 13.0.0 on Fedora 27:
@aaronstuder I would like to use my wildcard because I've already paid for it.
Right, I get that but LE is free, so I see no downsides
You can still setup a NGINX reverse proxy with your existing cert if you want, you would just need to change the .conf file to point to your cert.
https://mangolassi.it/topic/16651/install-nginx-as-a-reverse-proxy-on-fedora-27