Displaying 20 results from an estimated 8000 matches similar to: "(no subject)"
2012 Jan 01
11
an actual hacked machine, in a preserved state
(Sorry, third time -- last one, promise, just giving it a subject line!)
OK, a second machine hosted at the same hosting company has also apparently
been hacked. Since 2 of out of 3 machines hosted at that company have now
been hacked, but this hasn't happened to any of the other 37 dedicated
servers that I've got hosted at other hosting companies (also CentOS, same
version or almost),
2012 Jan 02
2
'last' command doesn't include ssh connections made by this perl script?
My home machine has IP 50.54.225.130. I have (for the purposes of this
experiment) one remote machine at www.peacefire.org (69.72.177.140) and
another at www.junkwhale.com.
When I'm logged in to peacefire, I run this perl script to open an ssh
connection to junkwhale and run a command:
my $hostname="www.junkwhale.com";
my $server_password = "[redacted!]";
use Net::SFTP;
2012 Jan 10
2
defense-in-depth possible for sshd?
If an attacker finds an exploit to take control of httpd, they're still
blocked in part by the fact that httpd runs as the unprivileged apache
user and hence can't write any root-owned files on the system, unless
the attacker also knows of a second attack that lets apache escalate its
privilege. Basically correct?
What about sshd -- assuming that the attacker can connect to sshd at
2011 Oct 21
0
CentOS-announce Digest, Vol 80, Issue 9
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2011 Dec 28
3
why not have yum-updatesd running by default?
Ever since someone told me that one of my servers might have been hacked
(not the most recent instance) because I wasn't applying updates as soon as
they became available, I've been logging in and running "yum update"
religiously once a week until I found out how to set the yum-updatesd
service to do the equivalent automatically (once per hour, I think).
Since then, I've
2019 Aug 02
0
[OT] odd network question
> This is just the first screen of it, there are many more. The data
> compiled here is for the last month (rsyslog is keeping the current
> log plus four older logs). I find it disturbing that there were 12251
> attempts at telnet during that time, 2154 on 8080, and so forth. either
> I'm some kind of special/hot target, or else everybody gets this kind
> of crap and may not
2007 Jan 26
2
Attention FreeBSD Gurus
I received this piece of code in a patch that turns on the FreeBSD http filtering. I completely missed that it calls /sbin/sysctl directly which means I''m slipping on my auditing.
def configure_socket_options
case RUBY_PLATFORM
when /linux/
# 9 is currently TCP_DEFER_ACCEPT
$tcp_defer_accept_opts = [Socket::SOL_TCP, 9, 1]
$tcp_cork_opts =
2003 Jul 09
1
Asterisk as SIP <-> PSTN gateway
Hi,
I'm new to Asterisk and have a couple of basic questions.
We're interested in using * simply as a SIP <-> PSTN gateway using
a T400P connected to one or more ISDN PRI lines (instead of using
a Cisco box which would cost more and come with no hackable source
code :-)
First, is Asterisk's SIP stack up to date and fully functional
with respect to the SIP protocol? Are there
2004 Mar 03
3
FreeBSD source auto patcher script
Hi all
I thought I would let you people know of a script that I coded that
facilitates security patch updating on FreeBSD. When I wrote it I
decided to called it Quickpatch for some reason even though because its
source based its not necessarily the least bit quick at all :) I had
kept it for my self for a while but I was recently provoked to release
it as it could do greater good being out
2012 Jan 05
6
SELinux and access across 'similar types'
http://wiki.centos.org/HowTos/SELinux
says:
"Access is only allowed between similar types, so Apache running as
httpd_t can read /var/www/html/index.html of type httpd_sys_content_t."
however the doc doesn't define what "similar types" means. I assumed it
just meant "beginning with the same prefix". However that can't be
right because on my system with
2015 Jul 30
1
Fedora change that will probably affect RHEL
On 07/29/2015 07:40 PM, Chris Murphy wrote:
> On Wed, Jul 29, 2015 at 4:37 PM, Warren Young <wyml at etr-usa.com> wrote:
>
>> Security is *always* opposed to convenience.
> False. OS X by default runs only signed binaries, and if they come
> from the App Store they run in a sandbox. User gains significant
> security with this, and are completely unaware of it. There is
2004 Jul 05
2
Failing on reading a "slightly big" dataset
I have a file with 4 columns per line, all pipe delimited.
$ wc -l cmie_firm_data.text
89325 cmie_firm_data.text
$ ls -al cmie_firm_data.text
-rw-r--r-- 1 ajayshah ajayshah 4415637 Jul 5 15:25 cmie_firm_data.text
$ awk -F\| '(NF != 4)' cmie_firm_data.text
$ head cmie_firm_data.text
All figures are for the year 20030331|||
Company|GVA Less Interest (Rs. thousand)|Interest (Rs.
2016 Jan 21
2
Need to refactor relocation handlers in ELF LLD
On Thu, Jan 21, 2016 at 6:10 AM, Rafael EspĂndola <
rafael.espindola at gmail.com> wrote:
> On 21 January 2016 at 04:11, Rui Ueyama <ruiu at google.com> wrote:
> > We have fairly large and complex code to handle relocations in
> Writer.cpp,
> > Target.cpp, OutputSections.cpp and InputSections.cpp. They started with
> > simple code, but because each patch added
2007 Sep 18
0
Bug labs
I thought this would interest a few people on the list - asterisk
enabled home security video recording dvr anyone?
http://deancollinsblog.blogspot.com/2007/09/bug-labs-opensource-hardware
.html
I had a really interesting conference call today about a new startup
called http://www.buglabs.net <http://www.buglabs.net/>
They are looking to introduce a modular set of
2010 Mar 16
0
R Training
Hi all,
There are still places available on the following courses. For more
detailed information and a registration form please contact:
training@mango-solutions.com or visit our website at
www.mango-solutions.com.
* Introduction to R: 6th - 7th April, Birmingham UK
* R for Actuaries: 20th - 21st April, Frankfurt Germany
* R for Pharmacometrics: 4th - 5th
2016 Jan 21
3
Need to refactor relocation handlers in ELF LLD
We have fairly large and complex code to handle relocations in Writer.cpp,
Target.cpp, OutputSections.cpp and InputSections.cpp. They started with
simple code, but because each patch added a small piece of code to the
existing one, it is becoming out of control now. For example, we have lots
of entangled boolean flags in the functions that interfere with each other
in an obscure fashion. Even I
2020 Nov 16
0
no shared cipher openssl
> On 16/11/2020 09:54 lists at lazygranch.com <lists at lazygranch.com> wrote:
>
>
> On Sun, 15 Nov 2020 17:31:07 -0500
> Mike Schroeder <mikeschroe at gmail.com> wrote:
>
> > CentOS 7
> > Dovecot 2.2.36
> >
> > Nov 14 07:13:08 mail dovecot: pop3-login: Disconnected (no auth
> > attempts in 0 secs):
> > user=<>,
2010 Jun 18
0
New course schedule and new locations
Hi all,
Mango have released their updated training schedule which includes new courses and new locations. Hadley Wickham will also be coming to London to teach Data Visualisation in R. Please see details below:
Public Courses
Our public courses include introductory to advanced training in general data analysis through to industry specific data analysis. Attendees of our public courses receive
2006 May 31
0
Ruby on Rails Workshop in Kansas City !
Ruby on Rails Workshop
------------------------------------
Kansas City Ruby User''s Group (http://kcrug.org/) proudly presents the first "Ruby on Rails Workshop" for those eager to get started into Ruby on Rails. This one-and-half-day workshop will offer a quick introduction to Ruby and the Ruby on Rails web application framework.
Sponsored by Reevik, Inc., it will
2006 Apr 29
1
Help with Mediatrix 1204
Hi all,
Please excuse my newbie status
I need help in configuring a
mediatrix 1204 PSTN gateway with asterisk.
Basically each FXO port is configured with a SIP username and automatic
transfer extension, which should transfer incoming calls to an asterisk
extension. I created extensions corresponding to the FXO port SIP usernames.
Port 1 - SIP username - 21383396
- call forward to - 300