Displaying 20 results from an estimated 1000 matches similar to: "Anyone understand this Climate Change article?"
2015 Feb 13
0
Securing SSH wiki article outdated
On 02/13/2015 05:41 AM, James Hogarth wrote:
> This is horrible advice anyway. It's not a good idea to run SSH on a port
> greater than 1024 since if a crash exploit is used to kill the process a
> non-root trojan process faking SSH to gather credentials could then bind on
> that port trivially totally compromising the system.
This is where an SELinux policy on your server can
2017 Nov 28
0
Failed attempts
On 11/27/2017 02:02 PM, m.roth at 5-cent.us wrote:
> Pete Biggs wrote:
>> - don't run ssh on 22, use a different port.
> I consider that pointless security-through-obscurity.
Security through obscurity it may be, but it isn't pointless. Tarpits
are in a similar class; they don't help with security in the absolute
sense, but they slow the attacker down, and that might
2005 Nov 03
2
simple menu limitations
I am using the following simple menu and have noticed that items at the
bottom are dropping off. I seem to be limited to 12 items. Is there a
limit to how many items can be on the simple menu?
default pxelinux.cfg/menu.c32
prompt 0
MENU TITLE UWSP PXE Boot Menu
# TIMEOUT 200
LABEL bartpe
MENU LABEL Build 12
KERNEL /STARTROM.0
APPEND keeppxe
LABEL 11dnet
MENU LABEL Build 11DNET beta
2017 Nov 28
4
Failed attempts
On Tue, November 28, 2017 9:21 am, Lamar Owen wrote:
> On 11/27/2017 02:02 PM, m.roth at 5-cent.us wrote:
>> Pete Biggs wrote:
>>> - don't run ssh on 22, use a different port.
>> I consider that pointless security-through-obscurity.
> Security through obscurity it may be, but it isn't pointless. Tarpits
are in a similar class; they don't help with security
2018 Aug 07
2
YP registration for Authenticated streams
On Tue, 07 Aug 2018 21:20:07 +0200
"Marvin Scholz" <epirat07 at gmail.com> wrote:
> On 7 Aug 2018, at 20:55, Dave Serls wrote:
>
> > Is it possible to register ones icecast streams at dir.xiph.org if
> > they require
> > URL authentication?
>
> Why would it be useful to have streams in the directory that users can
> not listen
> to
2018 Aug 07
2
YP registration for Authenticated streams
Is it possible to register ones icecast streams at dir.xiph.org if they require
URL authentication?
--
************************************************************************
* Dave Serls Littleton, CO, USA *
* dashs.denver.co.us http://www.dashs.com *
************************************************************************
2011 Jun 04
2
Run-time error '429':
I have read and read and read and cannot seem to figure this out.
I am running Linux Mint 9 and trying to install a windows program that will never have a linux alternative. It is a locksmith code data base program called Code Source. Also has two accompanying programs: COA and Master King.
Install requirements are simply windows 98 and newer OS according to HPC's (manufacture) website.
2004 May 17
2
kernel and initrd
I'm trying to create a single floppy based boot disk that will,
depending on what the user enters, boot redHat, SUSE or Debian.
Does anyone have any sample syslinux.cfg files that might allow me to
boot via nfs?
Also, I'm having trouble fitting init into initrd.img any ideas?
Thanks
--
Steve Glines
voice: 978-952-6340 www.is-cs.com
fax: 978-952-8524 145 Foster
2016 Feb 11
2
No password for private network
I'd really like an option "noprivate" or somesuch within the 'authentication'
specification which would not require a password for listener requests originating
from a private network (192.168.x.x or 10.x.x.x or 172.16.x.x, etc ).
Is this posssible?
--
************************************************************************
* Dave Serls
2004 Aug 30
1
[LLVMdev] lib/System Unleashed - Need Your Help!
Hi Reid,
I downloaded the latest source code and ran configure (I suppose it was that
you did mean). The result is:
---------------
checking build system type... i586-pc-interix3
---------------
Otherwise, please correct me.
/Henrik
---
Got Freedom?
Software Freedom Day 2004 - 28th of August
http://www.softwarefreedomday.org/
---
>From: Reid Spencer <reid at x10sys.com>
2011 Feb 15
0
360 controller wont work with the force unleashed!!
First of all, yes I do have the controller driver. My xbox 360 controller works fine with every other game I have (at least the ones that support it). For some reason, even if I select xbox 360 controller as the input device at the startup screen for star wars the force unleashed, it won't work. It worked the first time I did it, but now it doesnt. I didnt change anything since the first time
2010 Nov 07
2
No Head in Force Unleashed
Hi,
I've installed Star Wars: The Force Unleashed Ultimate Sith Edition using wine 1.3.6 :
-Install - OK
-Patch 1.2 - OK
-"virtualmemory.reg" fix - OK
-SoundHardwareAcceleration set to "Emulation" to fix sound glitch
The game launch and all run fine the first launch but when you launch it again (and each time after), the main character have no head !!
I tried all
2012 Apr 14
1
Wine and/or ext4 problem with Force Unleashed 2
All, I've had this issue for months where Star Wars The Force Unleashed 2 won't finish downloading. It gets to 9,898.2Mb out of 9,939.6 Mb and simply never finishes.
Now I did a fresh download on a windows box and it finished downloading it (the game plays). I backed the game up and restored it on wine and once again it's missing that last 40mb.
Is this unsolvable due to not knowing
2004 May 25
5
pxelinux.0
I'm not sure if this belongs here or on an etherboot list. I've given up
on trying to get a single floppy syslinux with enough stuff to remote
mount a file system. I'm trying an etherboot floppy.
When I boot the system finds the dhcp server and gets the right file
name but then it gives me the message "not a valid image." A quick
search of the net didn't help much.
2006 Sep 14
0
[fdo] Inkscape 0.44.1 Unleashed :: Download Now :: Inkscape.org
Inkscape 0.44.1 Unleashed :: Download Now :: Inkscape.org
The Inkscape community announced the release of Inkscape 0.44.1
today. This bugfix version fixes several weeks of work by the community
in order to fix some crashes on windows, Mac OS X, and other packaging
issues which have come up from our last successfule release, 0.44 which
introduced substantial features like graphical layers,
2015 Feb 12
8
Securing SSH wiki article outdated
Hi, just a quick note to whoever is maintaining this page:
http://wiki.centos.org/HowTos/Network/SecuringSSH
The procedure is missing the firewall-cmd calls necessary in EL7:
firewall-cmd --add-port 2345/tcp
firewall-cmd --add-port 2345/tcp --permanent
Also, it may be worth mentioning that semanage is in the policycoreutils-python package, which isn?t installed by default in all stock
2015 Feb 12
8
Securing SSH wiki article outdated
Hi, just a quick note to whoever is maintaining this page:
http://wiki.centos.org/HowTos/Network/SecuringSSH
The procedure is missing the firewall-cmd calls necessary in EL7:
firewall-cmd --add-port 2345/tcp
firewall-cmd --add-port 2345/tcp --permanent
Also, it may be worth mentioning that semanage is in the policycoreutils-python package, which isn?t installed by default in all stock
2004 May 03
1
special boot disk.
I have been asked to build a Linux Installation lab. The lab has to
support the installation of SUSE Enterprise 8, Red Hat (Industrial
strength), Fedora, Debian and Mandrake and probably a couple of others.
Here is the catch:
1. The machine(s) will only have a virtual floppy attached so
installation will be via network (we?ll supply the mirror).
2. It must be completely automatic ? one floppy
2004 Jun 22
0
dbootstrap
I am trying to create a single floppy boot using syslinux and dbootstrap
in the initrd partition to load Debian Linux. I'm able to get it to do a
secondary boot from the PXE system but booted system sometimes doesn't
see the ethernet card. When it does I'd like to hardwire the URL of out
mirror instead of us.debian.org.
Does anyone know a source of any documentation on dbootstrap
2002 Oct 31
0
Samba 2.2.4 Printer Driver Issue
I'm having an issue with users on the network. We replaced a printer with a
newer HP model. When someone tries to add that printer to their machine, it
asks them to install a Win98 driver for an HP printer.
Initially, the setup was to have the drivers on the server and have them install
automatically through printers.def. There were a few issues about the various
versions of Windows