Author: rbetz

  • Parts of Parts

    Selling a spare setups:

    I’m running out of space and decided to send these off to the next geek – 

    (2) HP DL360p Gen 8’s each with dual Intel Xeon E5-2660’s, 192GBs of ECC DDR3 RAM, quad 1GbE NICs and independent iLO4 NIC, dual 460W power supplies in a 1U configuration. Rails available too. These are 8 SFF/2.5” setups with sleds and 2.5” HDDs are available. Price TBD by configuration, but lower that ebay and no shipping. BYO 1 slot GPU or remote access. Free wireless KB/Mouse with each server. Looking for best offer, but I’d rather have them gone. 

    HP ML350 Gen 6 (5u) Tower server.  Dual Xeon E5530s with 32GBs ECC DDR3 Ram (more available), 8 2.5″ bays, 3*3.5″ icy dock bay added, dual 1 GbE NICs and iLO2 NIC, DVD ROM, Dual 750 Watt power supply. This one is a work in progress. I am upgrading the server to silence the fan noise, so not stock. Had to cut the stock fan harness. Running Ubuntu 20.04 LTS currently for testing.

    Homebrew – not pictured

    Zalman R1000 Case, Intel S5200HC motherboard with dual Intel Xeon L5520 and Arctic 12 CPU coolers and 110GBs of ECC DDR3, Dual 1GbE NICs, 1TB HDD for boot/testing on Linux Mint. Corsair VS650 power supply

    Daily Driver –

    Fractal Design R5 windowless model with Supermicro X8DTL-iF motherboard, 32GBs of ECC DDR3 RAM. 

    Spare Parts List:

    Brocade FastIron FCX648S

    Cisco Catalyst 4948-10GE with 2 X2-10GB-SR modules

    Raspi 3 – 4gbs

    Raspi 4 – 4gbs with 3 cases [basic, argon, NESPi case]

    Netgear R6300v2 Running DDWRT

    Linksys EA6900 flashed runing merlinWRT

    iStarUSA BPN=DE230SS 3 bay trayless 3.5” drive

    Thermaltake Water 2.0 Pro AIO cooler, up to Socket 2011/AM3+ P/N: CLW0216

    BNIB/sealed EVGA B650+ fully modular power supply

    Thermaltake Smart 700 power supply – limited use

    Asus PCE-AC68 PCIex1 wireless adapter with external antenna

    Sun/Oracle F80 – 4* 200GB SSDs PCIe x1

  • bash.alias

    .bash_alias

    alias rm=’rm -i’
    alias mv=’mv -i’
    alias cp=’cp -i’

    alias ll=’ls -lF –color=auto’
    alias la=’ls -alF –color=auto’
    alias ls=’ls -F’
    alias ..=’cd ..’
    alias …=’cd ../..’
    alias ….=’cd ../../..’
    alias ex=’exit’

    alias cs=’clear’
    alias agi=’sudo apt-get install’
    alias agr=’sudo apt-get remove’
    alias agu=’sudo apt-get update’
    alias acs=’apt-cache search’
    alias uu=’sudo apt-get update && sudo apt-get upgrade -y’
    alias u4=’sudo apt-get update && sudo apt-get upgrade && sudo apt-get autoremove && sudo apt-get autoclean -y’
    alias ..=’cd ..’
    alias …=’cd ../..’
    alias ….=’cd ../../..’
    alias ex=’exit’
    alias s=’sudo’
    alias sn=’sudo nano’
    alias myip=’curl ifconfig.me’

  • I did a thing….

    So 2021 site reset is underway.

  • Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!