amuck-landowner

Search results

  1. William

    Celeron Mini ITX boards

    I have 3 of these for sale: http://www.biostar.com.tw/app/en/mb/introduction.php?S_ID=654 Mini ITX, Dualcore Celeron 1037U 1.8Ghz, 4GB DDR3 RAM included (1 stick) New 65EUR with VAT, selling with RAM at 60EUR shipped (EU, other countries +10EUR so 70EUR)
  2. William

    [Powershell] Automatic unrar of files in subdirectories + rescene

    Was used for downloading, very useful. Observe legality of usage in your country. Seems to still work without any issues (Win 8/2012). Requires (duh) rar in path and rescene (srr.exe) in foreach ($file in Get-ChildItem -name -exclude unpack.ps1) { cd $file $SFV = ls -name -include *.sfv...
  3. William

    [Perl] Echoscript for IRC, works also with ZNC partyline

    This is a script that was intended for... something. TCL/Modperl in ZNC has no access to the partyline, so i could not relay via them directly. Supports ZNC login of course. #!/usr/bin/perl -w  use strict;  use warnings;  use POE qw(Component::IRC)...
  4. William

    SMS sending script via EDIS SMS API

    sms sending script for the EDIS SMS API: http://www.edis.at/versand-von-sms-nachrtichten-ueber-web-interface-und-massenversand_8.htm syntax: ./sendsms DESTNMBR SENDER MSG #!/bin/bash #sms sending script by william (c) 2012 #grab text, dest number and sending application     NUMBER=$1   ...
  5. William

    [C++] extreme fast counting of files in directory

    I used this before for a dir with ~4million files, this takes around 0.5s while ls takes... well... no idea, it never finishes. compile with "g++ count.cpp -o count && mv count /usr/sbin" Usage: ./count "<path>" #include <stdio.h> #include <dirent.h> int main(int argc, char *argv[]) {   ...
  6. William

    A2toplog IP geolookup & semi automatic ban via iptables

    This works on Debian/Ubuntu, i wrote it for a task at EDIS at one point - Might be useful for some. Requires maxmind local geoip db. Only works for IPv4. #!/bin/bash #William <william @ william.si> 2013 #spcially good as base for other scripts based on a2top.log string searches string=$1 for...
  7. William

    wScript: simple (running) KVM list script (RAM/CPU/VNC/HDD) for multiple nodes

    This is the simple edition - I have a further one that takes data about the KVM from the local node by ps and alike, i will probably post it in some days/week. This script simply SSHs into all nodes from a downloaded hostsfile (or a single host by IP/hostname), executes a local script that...
  8. William

    wScript: Automatic scripted KVM deployment with images (with Zvol/LVM support and IP assignment) (De

    I share some internal scripts of mine... look out for more threads. Sorry for formating if it makes not much sense, i'm not good at writing tutorials and can hardly concentrate currently at anything.   I was not happy with virt-install alone but did not want a full panel, so i wrote the middle...
  9. William

    (private) offering cheap dedi with high(er) setup fee?

    I'm looking at some free space i have in a rack im contracted on for longer, and want to build out a new dev system anyway - Not cheap though, so i thought i could refinance that a bit by offering a deal that pays back setup costs and some profit to build it and then just the monthly costs for...
  10. William

    Help/Support with a free Dev VPS project

    Hi, I save myself from the introduction. As i'm already providing VPS to some projects i like and have enough infrastructure free currently (by scaling back some things) and some time to spare (by... other reasons, some will know) i'd like to roll this out a bit more properly. The name "dev"...
  11. William

    Huge storage chassis + own HDDs

    I'm looking for someone (location in the end not really relevant) to provide: single or dual CPU system (L5520 or better) 32GB ECC RAM 2x Boot SSDs (32GB+), 1x Caching SSD (240GB, must be connected by 6G HBA/Mainboard, will need to know chipset beforehand) As many hotswap 3,5" slots as...
Top
amuck-landowner