Craftbukkit auf Ubuntu

als Basis dient Ubuntu Server 13.10 (Saucy Salamander) als VM unter Proxmox

Der OpenSSH Server wurde direkt installiert.

Danach die X64 Java Version (tar.gz, nicht rpm) – link

Read more

McMyAdmin

McMyAdmin Updater – 2.2.0.0

The updater will download and install McMyAdmin to the current directory:
/home/buyenne/McMyAdmin).

Continue? [y/n] : y

Downloading latest McMyAdmin release…
Download: [####################] 100% (1453206 / 1453206 bytes)
Download Complete

Extracting files…
Extracting: [####################] 100% (75 / 75 Files)Extraction Complete

Running in 64-bit mode.
Notice : Detecting System…
Notice : No virtualized environment detected.
Notice : Linux Distribution: Ubuntu
Error : You are currently running McMyAdmin as an administrative user.
Error : It is strongly advised to run McMyAdmin as a restricted user.
Error : Startup will resume in 5 seconds…
Notice : Detection complete.
Notice : Detected Java runtime version 1.7.0
Warning : No Minecraft configuration file found (Normal on a first start)
Notice : Checking for Minecraft Server updates…
Notice : Requesting server ID… [Background]
Notice : Updating Minecraft server…
Notice : Downloading latest Minecraft server…
Noticead: Got server ID: b62f0a36-a5db-4e3c-a732-3f9edc19cd33
Noticead: Download complete.
Noticead: Download successful!
Notice : -configonly was specified, terminating.

Postfix Anpassung für 1und1

Read more

Einfacher Rollcontainer

Dieser ist recht einfach herzustellen sofern das richtige Werkzeug vorhanden ist. Kostet auch keine € 50,- an Material. Aufbau dauert 1 – 2 Stunden. Lackieren und polieren jedoch deutlich länger.

Benötigtes Werkzeug:

  • Flachdübelfräse und Lamellos
  • Oberfräse
  • Gummihammer
  • Holzleim
  • Rollen
  • Bohrmaschine mit Lochsäge

Read more

ipFire Firewall

Als Basis dient ein Alix Board (AMD Geode) mit ipFire

• CPU: 500 MHz AMD Geode LX800
• DRAM: 256 MB DDR DRAM (128 MB on alix2d19)
• Storage: CompactFlash socket, 44 pin IDE header
• Power: DC jack or passive POE, min. 7V to max. 20V
• Three front panel LEDs, pushbutton
• Expansion: 1 miniPCI slot, LPC bus
• Connectivity: 3 Ethernet channels (Via VT6105M 10/100)
• I/O: DB9 serial port, dual USB port
• Board size: 6 x 6″ (152.4 x 152.4 mm) – same as WRAP.1E
• Firmware: tinyBIOS

Mehr Infos und shematics unter diesem Link

080

Read more

Cacti unter Ubuntu

sudo apt-get install snmpd
sudo nano /etc/default/snmpd

export MIBS=ALL

sudo nano /etc/snmp/snmp.conf

rocommunity public localhost # Full access from localhost

sudo apt-get install snmp-mibs-downloader

wall of text

sudo service snmpd restart # Reload new configuration and MIB files
* Restarting network management services:

sudo apt-get install cacti cacti-spine

meldung:

WARNUNG: Der Pfad für PHP hat sich geändert! â
â â
â libphp-adodb wird nicht mehr in /usr/share/adodb installiert. Der neue Installations-Pfad ist jetzt â
â /usr/share/php/adodb. â
â â
â Bitte aktualisieren Sie Ihre Datei php.ini. Eventuell müssen Sie auch Ihre Web-Server-Konfiguration ändern. â
â â
â

cd /usr/share/nginx/html/

sudo ln -s /usr/share/cacti/site cacti

sudo chown -R www-data:www-data /usr/share/cacti/site cacti