Search Results

Search: Posts Made By: infierno
Forum: Linux 06-21-2007
12,627
Posted By infierno
On linux, you can try 'dmidecode' (kernel-utils...
On linux, you can try 'dmidecode' (kernel-utils package on RH-based Linux), this shows a lot of information such Bios version, System information, S/N, etc.

Be careful to run this command on...
Forum: AIX 06-15-2007
48,829
Posted By infierno
to append content into an existing tar file or...
to append content into an existing tar file or tape you should try the "r" option. At your own risk!

tar rf <tar file or device> file_to_append


r The named files are written on...
Forum: SuSE 06-07-2007
155,041
Posted By infierno
another one processor : 0 vendor :...
another one

processor : 0
vendor : GenuineIntel
arch : IA-64
family : 32
model : 0
revision : 7
archrev : 0
features : branchlong, 16-byte atomic ops
cpu number...
Forum: IP Networking 02-16-2007
7,805
Posted By infierno
OpenSSH + X.509 support
Hi everyone, we want to implement a SSH infrastructure that allows certain people (not directly related to the company) to access to a piece of information of their concern. A simple solution is to...
Forum: IP Networking 02-16-2007
4,160
Posted By infierno
just google it: "bsd socket programming"
just google it: "bsd socket programming"
Forum: IP Networking 02-16-2007
8,982
Posted By infierno
In some way, I think you haven't explain so well...
In some way, I think you haven't explain so well how your network architecture is,.. thus it is difficult that someone can help you
Forum: IP Networking 02-16-2007
128,601
Posted By infierno
You can try, on linux, # netstat -lpn |...
You can try, on linux,

# netstat -lpn | grep httpd


.. if you know that the server is httpd (apache), there you can figure out what ports and address has apache bound to as well as...
Forum: IP Networking 02-16-2007
12,701
Posted By infierno
We have a similar problem in some linux boxes on...
We have a similar problem in some linux boxes on our network, they have dual ethernet with vlan support through bonding driver in active-backup mode on a cisco catalyst switched LAN (with trunk...
2,532
Posted By infierno
another option is to start a ftp server on your...
another option is to start a ftp server on your linux or even use scp
Forum: Solaris 06-16-2006
123,251
Posted By infierno
you always edit the root's crontab when doing...
you always edit the root's crontab when doing crontab -e as superuser, unless you specify another username as crontab -e foouser
Forum: Solaris 06-15-2006
9,673
Posted By infierno
Solaris 10 console , how to ..?
Does anyone know how to change the default property of the Solaris 10 console?, I've installed solaris 10 x86 03/05.

The property that I want to change is the console colors, to behave like Linux,...
Forum: Solaris 06-14-2006
123,251
Posted By infierno
try ps -ef | grep cron ... or pgrep -l cron ......
try ps -ef | grep cron ... or pgrep -l cron ... to show process, pid, etc.

As far as I know, it depends on your Solaris version. On Solaris 10 you should use svcs to check the status cron, like...
Forum: Linux 02-02-2006
9,707
Posted By infierno
It is a normal behaviour since root remote access...
It is a normal behaviour since root remote access is disabled by default for security reasons (you always should connect as a normal user and the "su" root)... anyway, to disable this feature you...
56,851
Posted By infierno
tried to do on what OS?
tried to do on what OS?
Forum: Linux 02-01-2006
9,707
Posted By infierno
Edit the /etc/xinetd.d/telnetd file, and enable...
Edit the /etc/xinetd.d/telnetd file, and enable the service, then reload the service by running 'service xinetd reload', it's recommended to use SSH instead of telnet
Forum: Cybersecurity 01-31-2006
3,542
Posted By infierno
checkout the /etc/default/passwd (Solaris 10)
checkout the /etc/default/passwd (Solaris 10)
2,078
Posted By infierno
Does DG-UX also uses a /etc/nsswitch.conf like...
Does DG-UX also uses a /etc/nsswitch.conf like file?
Forum: Red Hat 01-31-2006
8,045
Posted By infierno
you are installing a src.rpm or just .rpm?,.. ...
you are installing a src.rpm or just .rpm?,..

csaha@server:~> ls -ltr sen*
-rw-r--r-- 1 root root 289498 2006-01-26 23:38 sendmail-cf-8.12.8-5.80.1.i386.rpm
-rw-r--r-- 1 csaha users 1473481...
Forum: Linux 01-31-2006
23,990
Posted By infierno
maybe 'mailq' shows you the current queue state...
maybe 'mailq' shows you the current queue state with some information on possibly errors
Forum: SuSE 01-31-2006
155,041
Posted By infierno
processor : 0 vendor_id :...
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) 4 CPU 3.20GHz
stepping : 1
cpu MHz : 3199.538...
Forum: Solaris 01-31-2006
34,595
Posted By infierno
I've tried something like that and it worked...
I've tried something like that and it worked fine, converting my /etc/master.passwd from FreeBSD to Solaris 10's /etc/shadow, then copied to Linux and still worked, of course, all servers was...
28,217
Posted By infierno
ntpd uses udp for time sync with another...
ntpd uses udp for time sync with another timeserver
46,158
Posted By infierno
checkout your ps command, it can be slightly...
checkout your ps command, it can be slightly different depending on your unix flavour
2,443
Posted By infierno
yeap... that is doing like this: previous...
yeap... that is doing like this:

previous command .... | grep ^MAFRA

.. but it may not work because the output of the find command displays the relative path to file
2,443
Posted By infierno
did you try: find...
did you try:


find /opt/batch/mdic2/outgoing -name "MAFRA*.txt" -mtime +7


..?, it works on FreeBSD.
Showing results 1 to 25 of 78

 
All times are GMT -4. The time now is 01:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy