similar to: x2go on CentOS6

Displaying 5 results from an estimated 5 matches similar to: "x2go on CentOS6"

2014 Nov 17
0
x2go - F20 to Centos 7
All my attempts to access a Centos 7 machine from Fedora 20 using x2go have failed with these error messages in /var/log/secure: Nov 17 16:42:08 datium sshd[4175]: Accepted publickey for dad from 127.0.0.1 port 43005 ssh2: RSA c5:d0:02:e7:90:ce:8b:bb:65:b2:78:66:29:8c:c8:15 Nov 17 16:42:08 datium sshd[4175]: pam_unix(sshd:session): session opened for user dad by (uid=0) Nov 17
2020 Sep 16
3
Problems with x2go
On Sep 15, 2020, at 19:32, Jack Bailey via CentOS <centos at centos.org> wrote: > > This is not the answer to your question, but if this is a new install and not an existing installation, consider NoMachine <https://www.nomachine.com/>. It's free and so much better than x2go it's hard to even compare the two. It is ?free? only for noncommercial use. It isn?t open
2015 Sep 24
2
x2go on CentOS6
> http://srobb.net/nxreplace.html > (I don't know if that will help at all though). No joy, unfortunately. Even reinstalling x2go from scratch doesn't help.
2012 May 23
2
multi home dir locations
Hi all, i've got samba 3.6 joined to a ad domain (s4 in this case) running winbind all looks ok, but i ran into a problem (for us that is) i've got 2 groups (students and employes) who have there home dirs in 2 different places. /home/students/<user> /home/employ/<user> so far so good, but i can't make the [homes] work for both of them (just 1 group) in winbind
2013 Sep 18
2
Accessing model attributes in ActiveSupport::Concern module
I have some models which share the same functionality just on other paths. So I decided to put these methods in a module and set the path in the model. My problem is that I''m not able to access the attribute in my module. my model: class Job < ActiveRecord::Base include ImageModel image_dir = "jobs"end my module: module ImageModel extend ActiveSupport::Concern