Displaying 20 results from an estimated 200 matches similar to: "MAC address generating script"
2009 Oct 25
1
permission script
I just wrote a little script, that will echo a message to the user, if it doesn't have enough permission:
$ if ! [ "$(env LC_MESSAGES=C ifconfig wlan0 down | grep -i denied)" == "" ]; then echo "no permission"; fi
SIOCSIFFLAGS: Permission denied
$ sudo su
[sudo] password for USER:
# if ! [ "$(env LC_MESSAGES=C ifconfig wlan0 down | grep -i
2009 Nov 13
5
smtp+pop3+imap+tls+webmail+anti spam+anti virus
hi!
does anyone has a good howto, docs how to set up an smtp, pop3, imap server, with webmail, and has anti virus solution, and even spam filtering? :D [plus secure connection for the clients :D ]
wich softwares are the best for this? [e.g.: "vsftpd is the most secure ftp server"..]
users would be from /etc/passwd [so not virtual users]
thank you!
p.s.: I've already googled :(
2009 Oct 23
1
Functional data analysis - problems with smoothing
Hi all,
I'm having major issues with smoothing my functional data
I'm referring to Jim Ramsay's
examples in his books. The following error message keeps appearing,
despite all my data being numeric.... can anyone kindly offer any suggestions?
isi - vector of argument values - i.e. the independent variable of the curves
rlz - data array
TMSfdPar - functional data parameter.
>
2009 Nov 02
5
info about hdds in raid
How can I tell wich HDD to swap, when the "cat /proc/mdstat" says one HDD of the RAID1 array has died?
Does the HDD's has some serial numbers, that I can see in "reality", and I can get that number from e.g.: a commands output?
How could I know wich HDD to swap in e.g.: a RAID1 array?
thank you
-------------- next part --------------
An HTML attachment
2006 Nov 22
5
TE110P and TDM400P
Hello all. I have here a TE110P (configured as E1) and a TDM400P (with four X100P - FXS). Both boards are recognized by the operating system as showed above:
0000:08:00.0 Communication controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface
Subsystem: Unknown device b1d9:0003
Flags: bus master, medium devsel, latency 64, IRQ 169
I/O ports at e800 [size=256]
2009 Sep 05
2
Running two R instances at the same time
Dear R experts,
please excuse me for writing to the mailing list without subscribing.
I have a somewhat urgent problem that relates to R.
I have to process large amounts of data with R - I'm in an
international collaboration and the data processing protocol is fixed,
that is a specific set of R commands has to be used.
I wrote a perl program that manages creation of data subsets from my
2009 Sep 05
2
Running two R instances at the same time
Reposting from R-help:
Dear R experts,
please excuse me for writing to the mailing list without subscribing.
I have a somewhat urgent problem that relates to R.
I have to process large amounts of data with R - I'm in an
international collaboration and the data processing protocol is fixed,
that is a specific set of R commands has to be used.
I wrote a perl program that manages creation of
2015 Mar 19
4
How to boot CentOS 7 in Text mode in default?
I have done what you said and I restarted centos7. It still goes into graph
mode automatically. So what is the step I can do to go into text mode
automatically?
2015-03-19 12:03 GMT-07:00 Digimer <lists at alteeve.ca>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Try:
>
> plymouth-set-default-theme --list
>
> You should see 'text' and
2015 Mar 19
8
How to boot CentOS 7 in Text mode in default?
How to boot CentOS 7 in Text mode in default? I install CentOS 7 using
vmware, and do not want to use graph mode.
Thanks,
Peidong
2017 Jun 02
1
more recent perl version?
On 2/6/2017 2:05 ??, hw wrote:
> That?s a good thing, though it can be difficult to run systems
> using ancient software.
You may want to check the following paradigm (from another open source
perl-based application) to create a Perl environment within your system,
avoiding to tamper with it:
https://metacpan.org/pod/App::Netdisco#Installation
We are running it in production for
2015 Nov 16
3
Win Clients and DNS
Hai,
I suggest you dont remove the "Register DNS" checkbox from the network" option.
If you setup if correct, when you join a computer to the domain,
It wil automatily registere the computer en the AD DNS.
And todo so you need the "Register DNS" checkbox from the network"
For example, i use for now an dhcp server
! the DHCP server i use it NOT in any of the MS
2008 Feb 03
4
Extract vowels and consonants using Ruby Regex
Hello,
I am trying to build a regex to extract vowels and consonants from a
string. So far, I am able to extract the basic a-e-i-o-u sequence
using the following extension to the String class:
class String
def vowels
scan(/[aeiou]/i)
end
def consonants
scan(/[^aeiou]/i)
end
end
examples:
>> "Mary had a little lamb".vowels
=> aaaiea
>> "Mary had a
2009 Oct 31
1
how to set default proxy?
hi
I know that I could use ssh tunneling:
ssh -fND localhost:6000 SOMEBODY at 192.168.56.5 -p PORTNUMBER
to surf the web through another machines internet connection -> I just need to set Firefox to use proxy 6000.
But:
How can I set that on the client side, to e.g.: ping through the
machine with openssh-server? Not just setting Firefox to use port 6000.
Is there any method for
2009 Oct 20
1
Console priority
Hi all,
A while back I vaguely remember someone posting a link to documentation
on how to prioritise console access (for want of a better expression).
For the life of me I can't find it in the archives or via Google; Can
anyone provide a URL?
Basically, I have a remote server that thrashes (that's my theory at
least) occasionally, resulting in the service (httpd/mysql) failing.
When its
2009 Dec 28
4
Hardening
Hi Guys,
I would like advice for best practices to secure my linux boxes. Know if I have been hacked, know of security breaches, etc.
Can anyone provide advice?
-Jason
2010 Feb 10
1
Syslog for chroot-jailed SFTP users?
Maybe one of you can help. We have set up a CentOS server so that
each user who logs in via sftp will be jailed in their home directory.
Here's the relevant sshd_config:
# override default of no subsystems
Subsystem sftp internal-sftp -f LOCAL2 -l INFO
Match Group sftponly
ChrootDirectory /home/%u
ForceCommand internal-sftp
This actually works great, but none of
2013 Nov 07
2
XML to text
Is there anything offered in Centos that might convert an XML file to a
plain text file?
My hopes are that it is flexible enough to make the following type of line:
<title>Guide</title>
into something like:
title: Guide
along with all the other fields. It'd be nice if it could handle
multiple lines inside a single tag line as well.
thanks
steve campbell
2004 Aug 06
1
Question about shout
Hi All
New to icecast, shout, and the list.
Is it possible to get shout to play to the soundcards output AND broadcast
to an icecast server?
--
Gabriel Fortuna
Independent Newspapers
Information Technology - Projects & Networking Division
T - +27 11 633 2833
F - +27 11 838 2528
IN MY OPINION anyone interested in improving himself should not rule out
becoming pure
2004 Nov 01
2
NIS as user authentication
Hi all,
I believe that I have asked this in one form or another, but I did
not see an answer. ( it could be that I missed it ) do please forgive me
if I did, but could I ask you all to humor me for a moment.
Is there any way to get Samba to use YP ( NIS ) as the basis for
user authentication? If not at this time ( as I have not been able to
determine that it is
2010 Feb 10
3
saslauthd attack
I'm seeing a lot of activity over the last two days with what looks to
be a kiddie script. Mostly trying to access several of our servers with
the username anna. All failed... in fact I don't think we have a user
anna on any of our servers. Meanwhile...
I'm running Sendmail. This pertains to Centos 4 and 5 servers. I'm also
running fail2ban on some and Ossec on others. So far,