TECH.kulish.com

Technical Goulash

 Subscribe to Posts  Subscribe to Comments
  • Home
  • NTP Epoch^2
  • Kulish Digital Hub

    Posted on October 26th, 2008, 4:54 pm by Null

    tech.kulish.com - This site
    cars.kulish.com - Auto Info
    family.kulish.com - Invite only
    gallery.kulish.com - General pics
    webmail.kulish.com - Kulish Webmail
    pastebin.kulish.com - Local Pastebin
    mediaserv.kulish.com - Kulish Media


    Permalink (2 words)
    No comments Drupal, Website, Wordpress

  • Debian Squeeze 802.3ad

    Posted on November 30th, 2011, 7:12 pm by Null

    Debian Lenny and Squeeze
    2x Realtek 8169
    1x Reaktek 8169, 1x nForce
    Fisher-Price My First Managed Switch

    Testing:
    iptraf
    cat /proc/net/bonding/bond0






    Read more ... (715 words)
    1 comment Hardware, Linux, Network, OS

  • nginx+observium configuration

    Posted on November 30th, 2011, 7:11 pm by Null

    Update to index.php in observium to work with nginx.

    Change from:

    $_SERVER['PATH_INFO'] = (isset($_SERVER['PATH_INFO']) ? $_SERVER['PATH_INFO'] : $_SERVER['ORIG_PATH_INFO']);

    Change to:

    $_SERVER['PATH_INFO'] = $_SERVER['REQUEST_URI'];

    nginx site configuration:

    server {
    listen 80;
    server_name hostname.kulish.com;

    access_log /var/log/nginx/hostname.kulish.com.acc.log;
    error_log /var/log/nginx/hostname.kulish.com.err.log;

    root /www/observium/html;
    index index.php;

    error_page 500 502 503 504 /50x.html;
    location = /50x.html {
    root /usr/share/nginx/www;
    }

    location / {
    try_files $uri $uri/ @observium;
    }

    location @observium {
    rewrite ^(.+)$ /index.php/$1/ last;
    }

    }

    # General php settings
    include php.conf;

    # We need to exclude robots.txt specifically
    include drop.conf;


    Read more ... (197 words)
    No comments Uncategorized

  • Apache to Nginx Migration

    Posted on November 19th, 2011, 12:20 pm by Null





    Status update of the web engine migration.
    All items are pending further testing.

    Tech.kulish.com
    Fully functional (including links to other/outside domains)


    Read more ... (603 words, 1 image)
    No comments Daemons, http, Linux, OS, php, Scripting, Website, Wordpress

  • SSH via KEY quit working

    Posted on October 5th, 2011, 8:34 am by Null

    PROBLEM: Could not ssh to server via key (or password, only enabled for testing).

    RESOLUTION: After restarting the daemon, checking configs, copying the key again, etc..
    I found a strange permissions issue with the .ssh directory

    When I issued ls -la from the homedir, everything looks ok.


    user@server:~ ls -la
    --SNIP--
    drwx------ 2 user group 4096 Oct 5 07:58 .ssh
    --SNIP--

    Then I cd into .ssh and issue ls -la. Note “..”
    It’s drw-rw-rw- and that’s not right (no pun intended).






    Read more ... (176 words)
    No comments Uncategorized

  • SSL Certs

    Posted on June 29th, 2011, 9:26 am by Null

    All SSL Certs have been renewed at CA Cert.


    Permalink (10 words)
    No comments Uncategorized

  • « Older Entries

Recent Posts

  • Debian Squeeze 802.3ad
  • nginx+observium configuration
  • Apache to Nginx Migration
  • SSH via KEY quit working
  • SSL Certs

Recent Comments

  • Null says " Ethernet Channel Bonding Drive..."
  • Null says " ntpq -c rv output has changed ..."
  • Elizabeth Krumbach says " Thanks for this! I've updated ..."
  • Null says " You are correct. I don't thin..."

Tags

AIX backup cluster database debian dell disk DNS dovecot email family firewall gallery gps HTTPS IP iscsi jeep kulish linux lvm mediaserv mp3 mp4 mysql nas network ports postfix print restore samba security SMTP solaris storage support tech UPS US usb video webmail wmv xen zone

  • Recent Posts
  • Recent Comments
  • Tags
  • Meta

    • Register
    • Log in
  • Tags

    AIX backup cluster database debian dell disk DNS dovecot email family firewall gallery gps HTTPS IP iscsi jeep kulish linux lvm mediaserv mp3 mp4 mysql nas network ports postfix print restore samba security SMTP solaris storage support tech UPS US usb video webmail wmv xen zone
  • TS Status

    TEAMSPEAK.kulish.com
    Lobby
    AFK
    AdminiFAIL
    LOTRO
    SWTOR
  • GameSpace

    Kit:
    GA-MA785GM-US2H
    AMD Phenom II x2 555
    XFX Radeon 5770 1GB
    Crucial 6GB DDR2
    2x Barracuda 250GB, 8MB
    LG 46" 46LD550
    Windows 7 Premium

    Eve Online:
    Killboard

    LotRO:
    Anthiriel
    Damogael
    Dykogael
    Everdonna
    Everfred
    Everlyn
    Magnolias
    Stonebreak
    Stoneburner

  • RSS SANS

    • Infocon: green
    • SSH Password attacks using domain name elements as userid, (Fri, Jan 27th) January 27, 2012
    • CISCO Ironport C & M Series telnet vulnerability, (Fri, Jan 27th) January 27, 2012
    • ISC StormCast for Friday, January 27th 2012 http://isc.sans.edu/podcastdetail.html?id=2287, (Fri, Jan 27th) January 27, 2012
    • ISC Feature of the Week: ISC Link Back, (Wed, Jan 25th) January 27, 2012
  • RSS Steam

    • RaceOn Update Released
    • Stronghold 3 Update Released
    • Left 4 Dead 2 Update Released
    • Daily Deal - DETOUR, 66% off!
    • SOL: Exodus Update Released

Copyright © TECH.kulish.com. All rights reserved.