What Are You Doing Right Now
-
I just found the fix for Untangle V14... VLANs were not being tagged properly...
https://wiki.untangle.com/index.php/Patch_-_Bridge_VLANs_not_properly_initializing -
@dbeato said in What Are You Doing Right Now:
I just found the fix for Untangle V14... VLANs were not being tagged properly...
https://wiki.untangle.com/index.php/Patch_-_Bridge_VLANs_not_properly_initializingFor anyone having the issue this is the command I ran.
curl -k http://download.untangle.com/patches/14.0.0/bridged_vlan_patch.sh | dash
-
Just finished setup Deepin 15.7 on old IMac, works pretty well.
-
Thanks all, given me a few things to think about.
@JaredBusch yeah was thinking of sticking veeam on our citrix controller
-
@dbeato said in What Are You Doing Right Now:
Just finished setup Deeping 15.7 on old IMac, works pretty well.
What's "Deeping" ?
-
@dustinb3403 said in What Are You Doing Right Now:
@dbeato said in What Are You Doing Right Now:
Just finished setup Deeping 15.7 on old IMac, works pretty well.
What's "Deeping" ?
Another Linux distro
-
@dustinb3403 said in What Are You Doing Right Now:
@dbeato said in What Are You Doing Right Now:
Just finished setup Deeping 15.7 on old IMac, works pretty well.
What's "Deeping" ?
I misspelled it, but it is supposed to be written as Deepin
-
Looking for a low cost cloud windows server, with static IP, 10 - 15GB usable is fine, low RAM... any suggestions? Ideally UK...
-
@dustinb3403 said in What Are You Doing Right Now:
@dbeato said in What Are You Doing Right Now:
Just finished setup Deeping 15.7 on old IMac, works pretty well.
What's "Deeping" ?
It's when you've just had enough
-
upgrading zedmed to v29.8, waiting for kettle to boil to murder some coffee.......
-
Drooling over this recipe... will definitely be making it soon.
https://www.tastingtable.com/cook/recipes/roast-pork-sandwich-recipe-philadelphia
Also, to my friends in the northeast: is this similar or comparable to the famous "pork roll"?
-
Intel selling 8086k 40th Anniversary chip.
newegg link cuz full address didnt parse right. -
one more day this week, Hope everyone has a good friday
-
Why Newegg, why?
-
@momurda said in What Are You Doing Right Now:
Why Newegg, why?
Because, like another site, Newegg is not a tech company.
-
Right, but Newegg sells stuff for $, 'the other site' needs ads for $.
-
Installing an RDS server.
-
-
@wirestyle22 said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
As expected, Guacamole doesn't like Deepin but this was my first test.
Guacamole should be installed on a server. Deepin is a desktop client, not really designed for server use. As a client, it should work fine.
It's as a client. I think part of it is the wallpaper. I had limited time last night but it didn't seem like I could turn it off via the normal settings. Have to figure out nginx/SSL for guac tonight anyway.
My guacamole nginx reverse proxy settings.
server { client_max_body_size 40M; listen 443 ssl; server_name guacamole.myserver.domain.com; ssl on; ssl_certificate /etc/ssl/myserver.domain.com.pem; ssl_certificate_key /etc/ssl/myserver.domain.com.key; ssl_stapling_verify on; ssl_protocols TLSv1.2 TLSv1.1 TLSv1; ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH'; ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m; add_header Strict-Transport-Security "max-age=31536000; includeSubdomains"; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header Connection $http_connection; proxy_http_version 1.1; proxy_pass http://10.10.10.2:8080; proxy_redirect off; access_log off; proxy_buffering off; } } server { client_max_body_size 40M; listen 80; server_name guacamole.travisdh1.net; rewrite ^ https://guacamole.myserver.domain.com$request_uri? permanent; }
Turning off the proxy buffering is the important difference you need to add that isn't in @JaredBusch's guide to nginx reverse proxy.
-
trippin' out to maggot brain by funkadelic