Drupal 7 hide h2 in h1

[bash]
<h2>
<a href="/node/5"></a>
</h2>
<span class="rdf-meta element-hidden" content="Arbeiten" property="dc:title"></span>
[/bash]

Veröffentlicht unter Drupal | Schreib einen Kommentar

PowerShell Ausgabe filtern

[bash]

netstat -an | findstr :25

[/bash]

Gibt nur offene Verbindungen auf Port 25 aus.

Veröffentlicht unter PowerShell, Windows | Schreib einen Kommentar

SC2 – Ubuntu 14.04

[bash]
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.7
wget http://…./StarCraft-II-Setup-deDE.exe
wine start ./StarCraft-II-Setup-deDE.exe
[/bash]

Veröffentlicht unter Linux, Star Craft 2 | Schreib einen Kommentar

ip route …

[bash]
ip route show
echo "1 admin" >> /etc/iproute2/rt_tables
more /etc/iproute2/rt_tables
ip route add 10.xx.xxx.0/23 dev eth1 src 10.xx.xxx.xxx table admin
ip route add default via 10.xx.xxx.x dev eth1 table admin
ip rule show
ip rule add from 10.xx.xxx.xxx/32 table admin
ip rule add to 10.xx.xxx.xxx/32 table admin
ip rule show
[/bash]

Veröffentlicht unter Allgemein, bash, Linux | Schreib einen Kommentar

X 11 Forwarding – ssh – Putty

http://aruljohn.com/info/x11forwarding/

http://www.tacticalcode.de/2013/02/x11-forwarding-uber-ssh.html

remove empty lines and comments

[bash]
# egrep -v "^$|^#" file.cfg
[/bash]

Veröffentlicht unter Linux, X11 | Schreib einen Kommentar

PC

MSI H87-G43 (7816-002R)

Intel core i5 4570 Prozessor

Kingston PC3-10600 Arbeitsspeicher 8GB 1333 MHz, 240-polig) DDR3-RAM Kit

Scythe Mugen 4

Seagate Barracuda ST2000DM001

ASUS HD7870-DC2-2GD5-V2 DirectCU II

ASUS R9270X-DC2T-2GD5 DirectCU II TOP

ASUS R9270X-DC2-2GD5 DirectCU II

MSI R9 270X Gaming 2G

SAPPHIRE HD7870 2048MB GDDR5 GHZ Edition OC 256bit
http://geizhals.de/?fs=11199-19-20G&in=

Veröffentlicht unter Hardware | Schreib einen Kommentar