Forum: *nix Software Sep 9th, 2008 |
| Replies: 1 Views: 444 Re: process id Usually the application creates the .pid (Process ID) file when it starts, and the location varies with the application. Sometimes you can tell the app where to put the .pid via the app's config... |
Forum: Network Security Sep 9th, 2008 |
| Replies: 2 Views: 338 |
Forum: Shell Scripting Mar 14th, 2008 |
| Replies: 4 Views: 836 Re: shell script to generate pdf It looks like it only converts text files, according to the project page at http://www.hoopajoo.net/projects/ipdf.html
"Creates indexed pdf documents from text files. Designed to aid creating an... |
Forum: Shell Scripting Mar 14th, 2008 |
| Replies: 4 Views: 836 Re: shell script to generate pdf You can use ipdf (not sure of the project page, but it's in the ports tree in FreeBSD.)
Here's how I use it in a bash script:
ipdf -o daily_report.pdf -m letter-p -f 11 -F Courier -s 'Daily user... |
Forum: Network Security Mar 13th, 2008 |
| Replies: 3 Views: 615 |
Forum: Network Security Mar 13th, 2008 |
| Replies: 2 Views: 556 Re: problem during snort installation Have you looked at the configure.log to see what other errors might be reported? I've never come across that one in all the years I've been running Snort. Can you paste the stdout after you type... |
Forum: Network Security Mar 13th, 2008 |
| Replies: 5 Views: 823 |
Forum: Network Security Mar 13th, 2008 |
| Replies: 6 Views: 1,640 Re: protect shared folders with some users on LAN I can think of a number of ways, depending on how much time and energy you want to put into the solution. If you only want to use the tools within XP, I suggest reading up on some Micro$oft KB... |
Forum: Network Security Mar 13th, 2008 |
| Replies: 4 Views: 608 Re: best open source for Alerts Can you be a little more specific when you say "alerts"? What kind of alerts? What platform are you using? Alerts triggered by syslog/Windows Event entries? Are you using SNMP?
If you're talking... |
Forum: Network Security Mar 13th, 2008 |
| Replies: 112 Views: 132,694 |
Forum: Network Security Jan 28th, 2008 |
| Replies: 7 Views: 11,742 Re: How to bypass safe eyes filter I think all the conversations talking about bypassing proxies should be banned/removed/modded. But hey, that's just me.
(They're there for a reason, people!) |
Forum: Domains and DNS Jan 28th, 2008 |
| Replies: 3 Views: 1,329 Re: Windows DNS Server question Create a new A record (www) and give it the IP of the webserver, and create a pointer record and it should resolve fine. You might have to force a dns flush on the clients to see f it works right... |
Forum: Domains and DNS Jan 28th, 2008 |
| Replies: 3 Views: 3,956 |
Forum: *nix Software Jan 28th, 2008 |
| Replies: 1 Views: 431 |
Forum: Web Browsers Jan 28th, 2008 |
| Replies: 2 Views: 6,404 |
Forum: *nix Software Jul 23rd, 2007 |
| Replies: 43 Views: 11,220 Re: 500 internal server error What does the Apache error log show?
Did you view the file on the server to make sure there's no "^M" characters at the end of each line?
Did you try one of my earlier suggestions to make sure the... |
Forum: Getting Started and Choosing a Distro Nov 21st, 2006 |
| Replies: 3 Views: 2,481 |
Forum: Network Security Nov 8th, 2006 |
| Replies: 112 Views: 132,694 |
Forum: Getting Started and Choosing a Distro Nov 7th, 2006 |
| Replies: 3 Views: 2,481 |
Forum: Network Security Nov 7th, 2006 |
| Replies: 17 Views: 12,355 Re: What is a proxy server and is it legal? One thing to keep in mind - if you bypass your company's proxy server to gain access to unauthorized websites, you may be violating your company's network/security/Internet access policy, which in... |
Forum: Network Security Nov 7th, 2006 |
| Replies: 3 Views: 1,804 |
Forum: Network Security Nov 7th, 2006 |
| Replies: 112 Views: 132,694 |
Forum: *nix Software May 29th, 2006 |
| Replies: 6 Views: 2,802 Re: Assigning IPs to one NIC You'd want to use the 'alias' command with ifconfig, as described in the FreeBSD Handbook. You set this in /etc/rc.conf
Example:
alias_fxp0="inet 10.0.3.4 netmask 255.255.255.0" |
Forum: Network Security May 16th, 2006 |
| Replies: 1 Views: 5,204 Re: Lost Username & Password You can't. To sniff it would mean that someone else has the username/password, and you would sniff it out of the network traffic to the router. Since you don't KNOW what it is, you can't sniff it. ... |
Forum: Network Security May 16th, 2006 |
| Replies: 3 Views: 3,665 |
Forum: Network Security May 16th, 2006 |
| Replies: 1 Views: 1,283 Re: Download Security That's an odd request. You can use a proxy or a number of different mechanisms for preventing users from downloading files, but why limit the downloaded file to 2MB?
If you're trying to understand... |
Forum: Network Security May 16th, 2006 |
| Replies: 1 Views: 3,554 Re: Fake ID Which operating system? Are you actively preventing ARP spoofing or MAC spoofing? Are you running any IDS/IPS systems?
How about a bunch of details about your setup? |
Forum: Network Security May 16th, 2006 |
| Replies: 112 Views: 132,694 |
Forum: IT Careers and Business Oct 24th, 2005 |
| Replies: 2 Views: 2,045 |
Forum: Getting Started and Choosing a Distro Aug 3rd, 2005 |
| Replies: 18 Views: 25,222 Re: Quick Reference for Linux Commands cat /etc/fstab
will show the list of partitions/slices that are mountable on the system, along with their filesystem.
Example (from a FreeBSD system):
cat /etc/fstab
# Device ... |
Forum: *nix Software Jan 19th, 2005 |
| Replies: 20 Views: 6,148 Re: Slackware 10.0 wont read hdb So what exactly is the problem? If you know all of this, which you claim, there isn't a problem. I've asked you repeatedly for information on your NIC, but rather than answer my questions, you just... |
Forum: *nix Software Jan 19th, 2005 |
| Replies: 20 Views: 6,148 Re: Slackware 10.0 wont read hdb Here's a HOWTO I wrote for a DHCP server on FreeBSD. Read it and see how the server gets configured (this is only 1 way of many different ways to configure a DHCP server.)
... |
Forum: *nix Software Jan 19th, 2005 |
| Replies: 20 Views: 6,148 Re: Slackware 10.0 wont read hdb I highly recommend bookmarking the Linux Documentation Project website for HOWTOs on networking, audio, drivers, etc. It will save you a lot of time and frustration if you learn how things work. |
Forum: *nix Software Jan 19th, 2005 |
| Replies: 20 Views: 6,148 Re: Slackware 10.0 wont read hdb DHCP uses the MAC address for leases, NOT a domain. It can also be configured to use hostnames to assign the IP leases, such as MCHSI, but in situations like those, if the MAC address doesn't match... |
Forum: *nix Software Jan 18th, 2005 |
| Replies: 20 Views: 6,148 Re: Slackware 10.0 wont read hdb 1. What NIC do you have in the box?
2. If you run DHCP on a *real* DHCP server, you don't NEED a domain, since that's part of what gets provided by the DHCP server. If you don't know what to put... |
Forum: *nix Software Jan 17th, 2005 |
| Replies: 6 Views: 4,143 |
Forum: *nix Software Jan 17th, 2005 |
| Replies: 20 Views: 6,148 Re: Slackware 10.0 wont read hdb I was reffering to your other post about the networking issue that you responded to in this thread.
Nor did I ask you to. When I offered a solution, your comment was "I already know all that."... |
Forum: *nix Software Jan 17th, 2005 |
| Replies: 6 Views: 2,989 Re: help plzzzzzzzzzz The locate command doesn't rewrite anything - it just tells you where xxx is located.
Try doing updatedb, followed by locate xxx to see where it is (like, /usr/local/bin or /usr/sbin or whatever... |
Forum: *nix Software Jan 17th, 2005 |
| Replies: 9 Views: 6,161 Re: Boot Linux after instaling windows Boot to your Linux distro and run lilo. Lilo will rewrite the mbr to include the lilo boot menu screen that got overwritten when you reinstalled Windoze.
...provided you use lilo and not grub or... |
Forum: HTML and CSS Jan 17th, 2005 |
| Replies: 10 Views: 4,553 Re: More Firefocks vs IE Bullshit... You seriously need to lower the volume on that music - that's just flat-out f****ng RUDE to have it that damn loud.
Or at the very least, include a slidebar with a volume control so people can... |