similar to: Anyone out there know the THEOS OS

Displaying 20 results from an estimated 2000 matches similar to: "Anyone out there know the THEOS OS"

2007 Aug 24
0
Anyone out there know the THEOS OS - Further
Guys, To avoid upsetting those who feel the post was offtopic (eg: asking people working with Operating Systems if they have experience of a certain other OS), I don't want to get a discussion thread going about how this 'might work' so although I appreciate the feedback, please limit it to letting me know off-list if you have worked with THEOS or know someone who does/has. Thanks
2006 Jun 20
5
SIP Softphone on Thinclient?
Is anyone doing this or has anyone tried? The thin clients are running WindowsCE, a browser, and 300mhz. They are Wyse units. I wonder if anyone has any practical advise or can recommend the best phone or method to load a stable softphone on one of these boxes? Thanks, Steve Totaro
2018 Nov 23
4
Conflicting TERM env var with SetEnv feature.
On 22/11/18 10:09 pm, Philipp Marek wrote: > if it happens that your local terminal emulation is not available > on the remote machine(s), what would be the right place to fix it? Is it a trick question?? Isn't the remote machine the only place that you can fix ?? Setting TERM on the local machine won't magically make a Wyse 60 understand VT220 control codes. Why not wrap ssh
2015 Jun 30
2
how is the sha fingerprint generated?
You really don't need openssl for that. And the fingerprints are simple. Here is a python script that do the same as ssh-keygen -fl /path/to/key : #!/usr/bin/env python3 import binascii import hashlib import sys if __name__ == "__main__": key = binascii.a2b_base64(sys.argv[1]) if sys.argv[2] == "md5": m = hashlib.new("md5")
2006 Jan 04
0
R on Thin Client with Win 2003
I'm having some fun with R on a Windows 2003 Server talking to a Wyse Winterm running Thinstation Linux. The Winterm boots Linux from the network and then runs rdesktop to a Dell 1750 server (dual 3G Xeon or somesuch). The first problem I noticed was that R (and the terminal) ground to a near halt during demo(graphics). Further investigation showed that it seemed to be due to having
2017 Jan 06
2
[PATCH] Set KRB5PRINCIPAL in user environment
Hey, On 05/01, Jakub Jelen wrote: >On 01/04/2017 10:57 AM, Johannes L?thberg wrote: >>Signed-off-by: Johannes L?thberg <johannes at kyriasis.com> >>--- >> gss-serv-krb5.c | 5 +++++ >> 1 file changed, 5 insertions(+) >> >>diff --git a/gss-serv-krb5.c b/gss-serv-krb5.c >>index 795992d9..a12bb244 100644 >>--- a/gss-serv-krb5.c >>+++
2009 Mar 05
4
CentOS 5 for IA64
Can anyone with a well-connected crystal ball suggest a timeframe for an IA64 release of CentOS 5? Weeks? Months? Never? Thanks Nigel Kendrick -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090305/9e37ac3a/attachment-0004.html>
2005 Apr 24
3
A 'simple' problem?
Here's one for you if you have the time: I very stupidly killed the wrong process on a server on a remote site on Friday and now I cannot ssh login to it! It's not a major problem as it's main functions are as a file and print sharer (samba) and to run postfix/mailscanner, and I can have someone on site reboot the server when they start work on Monday, but I was wondering whether I
2005 Feb 08
2
Samba print queues showing old jobs
We have a server running Centos-3 with all latest updates. The server hosts 3 printers for us which are accessed by various Windows clients. About 3 months ago we noticed that, after a cups update, if you looked at the print queues in Windows they would show old jobs that had long been printed. After a further cups update this quirk went away but it's just come backs again - possibly after
2007 Aug 07
3
Virtualisation of Netware?
Hi, I am hoping someone can kick me up the learning curve (!) on Virtualization: We have an old piece of data logging software that was written in Turbo Pascal 6 using a file I/O module tuned to Netware and so it expects its data files to be on a Netware server and will not access them locally or via an MS/Samba share - essentially, it uses direct NCP calls for parts of its data access. The
2017 Mar 02
1
Copeland Engineering Dockmaster
On 3/2/17 10:02 AM, Charles Lepple wrote: > Can you provide a pointer to details on the usbhid-dump tool? Not > familiar with that one. I'm using Ubuntu 14.04 Server on an i686 Dell/Wyse CX0 thin-client - usbhid-dump was available as part of usbhid-utils, if I am not mistaken. https://github.com/DIGImend/usbhid-dump > Depending on how much of the Power Device Class (PDC) HID
2005 Apr 25
2
APM on SMP kernel
I'm Currently running Centos 3.4 on an old Dell PowerEdge with dual PIII-450 processors. I know from searching that 'APM is not SMP safe' and so when I choose to reboot the server someone has to hit the power button to power down and then restart it. Most of the Web-based info I have found on APM and SMP is dated 2000-2002 so can anyone update me on whether there is now any way
2008 Jun 20
3
Mounting Floppies
Hi - daft one for Friday morning coffee break: I have been trying to mount floppies on a couple of CentOS5 servers - the usual "mount /dev/fd0 /mnt/floppy" (yes, /mnt/floppy exists!). On both servers, the mount command just doesn't come back and I have to hit CTRL-C. I have tried different media and also changed the floppy drive on one server, /dev/fd0 is seen as present on both
2004 Dec 14
1
CentOS newbie just saying hello
Hi folks, Just a quick hello having installed CentOS on my first box - an Acer Altos G310 (P4 2.8GHz, 768MB RAM with 70GB + 300GB storage. The 300GB unit is a SATA disk which I hope to software (hardware!?) mirror - if I'm in for any major fun mirroring a SATA drive do let me know now - I think hardware mirroring is not an option (yet!?) but I haven't checked this out completely. This
2005 Apr 27
2
Cups updates - overwriting mime.* files
Every time cups is updated I have to check mime.convs and mime.types to ensure that references to handling raw file types are uncommented otherwise we notice that one of our printers stops working because the files are overwritten by the updates. Should config files not be left untouched? We do have 'print command = lpr -r -oraw -P %p %s' in smb.conf but this on its own didn't make
2007 Sep 05
3
Chrooting SFTP over SSH2
Hi, As per the subject line - if I look up setting up chroot jails for SFTP over SSH2 I'm led to various Web sites and patches and also to a CentOS wiki page dated 2005, but what's the 'best' or 'correct' way to set this up for Centos 4.5 and 5? Thanks
2005 Jun 22
3
CentOS4 ClamAV reports zlib needs updating
I'm just about to update ClamAV to v0.86 on a CentOS4 box having successfully done this on a 3.3 box but... configure: error: The installed zlib version may contain a security bug. Please upgrade to 1.2.2 or later: http://www.zlib.net. You can omit this check with --disable-zlib-vcheck but DO NOT REPORT any stability issues then! Any expected probs with me doing this update from the site - I
2014 Dec 28
2
pubkey fingerprint and krb princ name in environment
Hey, I use gitolite for git hosting on my server, and because I want to use kerberos authentication I patched OpenSSH to put the name of the kerberos principal name or the ssh fingerprint as environment variables so my ForceCommand script can use them to actually authorize the user by the principal/fingerprint. It?s a bit annoying to keep my own patch and I thought it might be something
2015 Mar 26
3
FYI: SSH1 now disabled at compile-time by default
On 26/03, Nico Kadel-Garcia wrote: >Yanking it out wholesale should be part of a 7.0 build, not an >incremental release. That's a major incompatibility with one heck of a >lot of existing code, much of which is on extended support. > And it?s been said multiple times in this thread that the OpenSSH version number is just a incrementing decimal number, it doesn?t have any major
2006 Nov 29
2
Copying user accounts (passwords) to another server
Hi Folks, I am doing a server swap out tomorrow and wondered if there was a utility that will copy user account details and their current passwords from one server to another (both CentOS 4) - there's only about 15 to do so it's not a major issue. Thanks Nigel Kendrick