Search:

Type: Posts; User: jba6511; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.11 seconds.

  1. Replies
    0
    Views
    264

    [ubuntu] Issues with xorg.conf getting reverted

    I upgraded to Ubuntu 12.04 recently and have noticed that my resolution is getting automatically changed when launching some apps like thunderbird. It does not happen all of the time and simply...
  2. Replies
    2
    Views
    298

    [ubuntu] Not prompted to update packages

    Running Ubuntu 12.04 and I no longer am notified when updates are available. If I run apt-get update && apt-get upgrade I will see there are new packages and apply the updates, I am just not getting...
  3. Replies
    3
    Views
    559

    [all variants] Re: apache and ipv6

    I believe they do as I can use ping6 to hit the other ipv6 enabled hosts on my LAN.
  4. Replies
    3
    Views
    559

    [all variants] apache and ipv6

    I am trying to get apache to work with ipv6. When I do an ifconfig, I see my machine is assigned an ipv6 address of fe80::a800:4ff:fe00:a04. My apache configuration is set to Listen 80, so based on...
  5. Thread: xterm -e help

    by jba6511
    Replies
    1
    Views
    619

    [all variants] xterm -e help

    I am trying to write a bash script that uses xterm -e to ssh to a host and run a simple perl/C script. For example xterm -e 'ssh -p <snip>; perl script.pl'. The issue I am running into is that the...
  6. Replies
    4
    Views
    424

    [all variants] Re: Apache displaying dir listing

    Thanks, looks like that did the trick.
  7. Replies
    4
    Views
    424

    [all variants] Re: Apache displaying dir listing

    Created an index.html and I get the same behavior.
  8. Replies
    4
    Views
    424

    [all variants] Apache displaying dir listing

    I have installed apache with php5 from synaptic. Everything seems to be working as I created a few example php files and can view them by browsing to http://localhost/app1/index.php. However, if I...
  9. Replies
    6
    Views
    3,948

    [all variants] Re: Exim delivery failures for root

    thanks brian. adjusted the aliases and email-address files and know all it is working properly.
  10. Replies
    6
    Views
    3,948

    [all variants] Re: Exim delivery failures for root

    sub mail {

    # mail the results file to gmail account
    my $mailcall = "/usr/bin/mail -s \"Rootkit Detection Results\" <username>\@gmail.com < /tmp/results.txt";
    system ("$mailcall");

    }

    ...
  11. Replies
    6
    Views
    3,948

    [all variants] Re: Exim delivery failures for root

    I Have tried modifying /etc/email-addresses to include root: <username>@gmail.com but this has not helped out. The only examples I can find are discussing using /etc/aliases in the following manner:...
  12. Replies
    6
    Views
    3,948

    [all variants] Exim delivery failures for root

    I have set up exim to send the results of a few scripts (chkrootkit/rkhunter, nmap, scheduled nessus scans, etc.) to a gmail account. I can send mail fine from the command line, however I am...
  13. Re: HOWTO: Auto transcode MYTHTV recorded shows to DVD, XVID or DIVX cutting out the

    Using this to document some issues I was having and the solutions:

    Issue #1:
    I enabled medibuntu repo on intrepid but the version from medibuntu was not showing up in synaptic.

    solution from...
  14. Replies
    0
    Views
    289

    [all variants] help formating rkhunter results

    I have written a perl script that calls chkrootkit and rkhunter. The results are then written to a file and emailed to me. However, I can not get the results from rkhunter to appear correctly in...
  15. Replies
    1
    Views
    280

    [all variants] launching apps that require X from tty

    I would like to learn the command line better and therefore would like to try and not use gnome for awhile. To do this I am logging into tty1 and issuing commands from there. While I can do most...
  16. Replies
    3
    Views
    2,633

    [ubuntu] Installing snort from source

    I thought I would make a quick note of some lessons learned when installing snort from scratch. This is based on the install I just went through using a fresh install of hardy. I did not use the...
  17. [all variants] Re: shortcut from applications menu to program

    thanks exactly what i was looking for.
  18. [all variants] shortcut from applications menu to program

    I want to create a shortcut from the applications menu to launch a few programs that are normally ran from bash. For example, I would like to create a shortcut that would launch tcpdump as root from...
  19. Replies
    5
    Views
    930

    [ubuntu] Re: nmap installation errors

    Thanks nicedude, package installed without any issues. Nice pic of ricky as well.
  20. Replies
    5
    Views
    930

    [ubuntu] Re: nmap installation errors

    thanks i will give the deb a try. As I stated previously i did not want to grab nmap from synaptic as it is an older version.
  21. Replies
    5
    Views
    930

    [ubuntu] nmap installation errors

    i am trying to install nmap 4.68 from source. I know it is in the repositories but would like the updated version. Running ./configure 2>configerrors and then less configerrors produces the...
  22. Replies
    2
    Views
    509

    [all variants] Re: error on hydra install

    thanks. I did not even realize that hydra installed.
  23. Replies
    2
    Views
    509

    [all variants] error on hydra install

    I get the following errors when attempting to compile hydra from source. ./configure and make complete without any problems, but sudo checkinstall and sudo make install fail. Any ideas?


    ...
  24. Replies
    3
    Views
    376

    [all variants] Re: Basic Bash Scripting

    thanks guys.
  25. Replies
    3
    Views
    376

    [all variants] Basic Bash Scripting

    I am completely new to scripting in linux and I am looking to write a small script that would allow you to input an ip address and port that would then do a whois lookup, dig -x +short, telnet to the...
Results 1 to 25 of 64
Page 1 of 3 1 2 3