similar to: nc not working as advertised

Displaying 20 results from an estimated 10000 matches similar to: "nc not working as advertised"

2015 Dec 23
4
C7 apache file access
Pulling out what little hair I have here, but stumbled onto a possible problem. I have a server running C6 apache that is set up with personal directories and no problem showing the files. You can see it at: medon.htt-consult.com/~rgm/pogo So I have a C7 apache server I am building. Files I create on the new server are listing fine. Files I have copied (with cp -avr ...) get permission
2015 Dec 23
3
C7 apache file access
On 12/23/2015 02:36 PM, Paul Heinlein wrote: > On Wed, 23 Dec 2015, Robert Moskowitz wrote: > >> Pulling out what little hair I have here, but stumbled onto a >> possible problem. >> >> I have a server running C6 apache that is set up with personal >> directories and no problem showing the files. >> >> You can see it at:
2017 May 25
0
Centos7 Cant start vncserver
Actually it is running: netstat -tuln | grep 590 tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:5902 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:5903 0.0.0.0:* LISTEN tcp6 0 0 :::5901 :::* LISTEN tcp6 0 0 :::5902 :::* LISTEN tcp6 0 0 :::5903 :::* LISTEN
2017 Apr 13
4
humor (was Re: OT: systemd Poll)
On 04/12/2017 02:08 PM, m.roth at 5-cent.us wrote: > d) And then there stuff that I'm not sure of the purpose... like eclipse, > that > needs 2GB to run... for an editor. > > mark "my web pages proudly built in vi!" And mine on medon.htt-consult.com done with Geany. Using a editor that understands html tags so you can collapse ones not being edited
2017 May 25
2
Centos7 Cant start vncserver
OK, first time configuring vncserver on Centos7. I have read through a bunch of old messages here on vncserver and thought I had it. Obviously not. 1) cp /usr/lib/systemd/system/vncserver at .service /etc/systemd/system/vncserver at .service 2) vi /etc/systemd/system/vncserver at .service I changed <USER> in both places to root 3) systemctl daemon-reload 4) systemctl
2017 Apr 13
1
Trouble setting up dovecot/postfix/mysql with virtual mailboxes..
Thanks! But I?m still trying to understand where to look and debug the inbound mail issue? Any pointers on where to start? Thx again ! > On Apr 13, 2017, at 6:00 PM, Robert Moskowitz <rgm at htt-consult.com> wrote: > > > > On 04/13/2017 03:40 PM, Michael Segel wrote: >> Hi, >> >> I?m building a new linux box to replace my current DNS/Mail server for
2017 May 18
2
Mini PCs
If it had two (or more) network ports, I'd be all over it. A single gigabit nic is a bit limiting for me. On 05/17/2017 01:04 PM, Nux! wrote: > Hi, > > I have this and happy with it, I believe it ticks all your boxes (+ built-in IR port). > > http://www.intel.co.uk/content/www/uk/en/nuc/nuc-kit-dn2820fykh.html > > -- > Sent from the Delta quadrant using Borg
2017 Feb 21
1
Problems with my simple write conf files method
On 02/21/2017 11:03 AM, KM wrote: > I have never used this method per se, but in general in any script if you want to preserve the $ (dollar sign) or variable name you must use a backslash to preserve it. For example change your $CONF to \$CONF. The $CONF should then be printed into your conf file. Thanks that worked. > KM > > From: Robert Moskowitz <rgm at
2017 Jul 28
0
vncserver died
I get back from two weeks on the road, and try to VNC to my server and it fails. I ssh in and see that, yes vncserver is dead. I tried restarting it and see below for the failure messages plus my systemd setup. Can someone point me to trouble shooting why it says about resources (if that is the problem); # systemctl -l status vncserver@:3.service ? vncserver@:3.service - Remote desktop
2017 Feb 21
4
Problems with my simple write conf files method
I have been creating conf files and similar with the following method that I picked up (I think from psotfix docs): cat <<EOF>>/etc/aliases || exit 1 root: youremail EOF See: http://medon.htt-consult.com/Centos7-armv7.html But with postfixadmin I stumbled onto a problem. The following: cat <<EOF>/usr/share/postfixadmin/config.local.php || exit 1 <?php
2017 Mar 21
1
Centos7 USB wifi recommendation
On 03/21/2017 11:50 AM, John R Pierce wrote: > On 3/21/2017 5:02 AM, ken wrote: >>> >> Those have worked for me as well. Their range, however, is a third >> or half as much as a normal wifi device. >> > > in general, the back of a server, buried under all the cables, and > right up against the metal box is a lousy place for an RF antenna... > My
2017 Aug 10
2
Errors on an SSD drive
Robert Moskowitz wrote: > On 08/09/2017 10:44 PM, mad.scientist.at.large at tutanota.com wrote: >> what file system are you using? ssd drives have different >> characteristics that need to be accomadated (including a relatively slow >> write process which is obvious as soon as the buffer is full), and >> never, never put a swap partition on it, the high activity will
2017 May 12
5
Mini PCs
I have been working, for the past few years, with armv7 SOCs and have a number of servers working. Intel, etal are catching up with ARM and I have seen ones like: https://www.aliexpress.com/item/NEW-Mini-pc-X86-4-Lan-Qotom-Q190G4N-with-celeron-J1900-quad-core-4-usb-VGA/32785346279.html I am looking for a low power (this is 10W) x86_64 board that has at least 2 core and 2GB memory. A single
2017 Apr 13
4
humor (was Re: OT: systemd Poll)
On Thu, Apr 13, 2017 at 2:06 PM, <m.roth at 5-cent.us> wrote: > Robert Moskowitz wrote: >> On 04/12/2017 02:08 PM, m.roth at 5-cent.us wrote: > >>> d) And then there stuff that I'm not sure of the purpose... like >>> eclipse, that needs 2GB to run... for an editor. >>> >>> mark "my web pages proudly built in vi!" >>
2018 Aug 01
0
Strange vncserver behavior
I got vncserver working per: https://www.tecmint.com/install-and-configure-vnc-server-in-centos-7/ Then I went to set up a second instance, and have that for logging on to root: ========== cp /lib/systemd/system/vncserver at .service /etc/systemd/system/vncserver@:2.service vi /etc/systemd/system/vncserver@\:2.service replace <USER> with root systemctl daemon-reload systemctl start
2008 Aug 08
4
vncserver on IPv6
http://www.realvnc.com/products/enterprise/4.1/ipv6.html IPv6 support in VNC Server E4.1.7/P4.1.2 VNC Server E4.1.7 & P4.1.2 are fully IPv6-aware, but is shipped with IPv6 support disabled by default, for security reasons. IPv6 can be enabled by setting "InTransports=IPv6,IPv4" (the default being IPv4 only), either on the command-line when starting vncserver under Unix Ok.
2004 May 27
4
Sorting Data?
Hello, Im reading through some manuals, but I cannot find my answer. I have a file containing many data: Vpn Code Family Age F1 F2 ... F17 1 1 M 46 1 2 ... 1 2 1 D 18 3 2 ... 4 3 2 M 50 3 3 ... 3 ... and so on. Now I can read it by: F = read.table("file", header=T) but now I want to seperate the mothers (M) and daugthers (D) of the family with all the data in all other fields.
2014 Mar 05
1
fedora 19 + libvirt-1.0.5.9 routing problems
Hi, I am an experienced libvirt user on Fedora versions from F15 to F17. I have developped scripts to route trafic from outside on multiple interfaces/multiples IPs to multiple VMs, and back to affect each VM the required external IP address. I have servers with more than hundreds external IPs, and up to 4 VMs, each of them route trafic on different external IPs. I have servers with Fedora
2015 Dec 23
0
C7 apache file access
On Wed, 23 Dec 2015, Robert Moskowitz wrote: > Pulling out what little hair I have here, but stumbled onto a possible > problem. > > I have a server running C6 apache that is set up with personal directories > and no problem showing the files. > > You can see it at: medon.htt-consult.com/~rgm/pogo > > So I have a C7 apache server I am building. Files I create on the
2012 Aug 05
1
cups printing to a remote network
Everyone, I have an need to be able to print to an HP1320 that is usb connected to a Fedora 17 desktop on a remote network from a Centos 5.8 cups print server on an internal network. The desktop is in a remote network that belongs to to a different client than the one owning the cups print server. The F17 usb HP1320 connection works fine, and I can also get the F17 system to poll the cups