Search Results

Search: Posts Made By: beev1812
2,713
Posted By beev1812
You're correct sipcalc doesn't... still useful...
You're correct sipcalc doesn't... still useful though.
I guess I failed to see the original focus of the question from kkkk.

Cheers!
2,713
Posted By beev1812
Most recent Linux distro's have ipcalc that will...
Most recent Linux distro's have ipcalc that will perform this very operation. :b:


Linux Calculating Subnets with ipcalc and sipcalc Utilities...
3,807
Posted By beev1812
Every seems to sing the praises of Nagios and...
Every seems to sing the praises of Nagios and it's abilitie's.
Nagios: The Leader and Industry Standard in Enterprise System, Network, and Application Monitoring (http://www.nagios.org/)Nagios: The...
3,256
Posted By beev1812
(Asumming this is Linux) Another though would...
(Asumming this is Linux)
Another though would be:
grep -b1 -a1 java /var/log/someserver.log

-b1 one line before "java"
-a1 one line following "java"
7,433
Posted By beev1812
I am certain that there are other ways/tools to...
I am certain that there are other ways/tools to perform this, but a quick way:
#du -k / | sort -n | tail -10

This will list the 10 largest files.

You may want to check the man page of the find...
188,805
Posted By beev1812
Another excellent tool to use is zless. You are...
Another excellent tool to use is zless.
You are able to less compressed files without going through the rigmarole uncompressing & decompressing files
Forum: Solaris 07-02-2008
13,752
Posted By beev1812
Are your servers pointed to DNS server(s)? Or...
Are your servers pointed to DNS server(s)? Or have an entry in /etc/hosts
If you ssh to the server using the hostname or alias, you must have an entry in your /etc/hosts file or calling the FQDN...
Forum: Linux 05-08-2008
2,556
Posted By beev1812
Exactly, what aspect are looking for? Setup? ...
Exactly, what aspect are looking for?
Setup?
Install?
Preference?
33,888
Posted By beev1812
Ok, then maybe try: pkg_info | grep -i...
Ok, then maybe try:
pkg_info | grep -i '(sql|firebird)'
This will search for either sql or firebird
I think that should do it.
33,888
Posted By beev1812
I would first try: pkg_info | grep -i sql The...
I would first try:
pkg_info | grep -i sql
The -i switch will ignore case-sensitive strings (I hope that is correct).
If it does return, example mysql, you can try:
(as root)
find / -name mysql...
5,699
Posted By beev1812
:rolleyes: Good show, sir! - You are right! ...
:rolleyes:
Good show, sir! - You are right!
It would appear I had my OS's backwards!
5,699
Posted By beev1812
ipconfig -a
ipconfig -a
Forum: IP Networking 12-27-2007
3,707
Posted By beev1812
I am not certain of what you are asking, but try...
I am not certain of what you are asking, but try dmesg | grep eth
Should give you:

eth1: Broadcom <output truncated>

and/ or ethtool eth0 to view current state of the interface.
Forum: IP Networking 12-06-2007
6,121
Posted By beev1812
Isn't ftp setup to encode the transmission to...
Isn't ftp setup to encode the transmission to ASCII? Try send this as a binary file - that is more thorough.
ftp> bin
Forum: Solaris 12-21-2005
9,114
Posted By beev1812
I am not sure but hopefully this help. To view...
I am not sure but hopefully this help.
To view your routing:
# netstat -rn

Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
--------------------...
Forum: Solaris 12-21-2005
46,486
Posted By beev1812
I am seeing a simialar situation on many of...
I am seeing a simialar situation on many of Solaris boxes. This link rocks, but how can see the current config?
Showing results 1 to 16 of 16

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