Abhängigkeiten installieren: pacman -S plasma-nm networkmanager dhcpcd deaktivieren und NetworkManager aktivieren: systemctl stop dhcpcd systemctl disable dhcpcd systemctl enable NetworkManager systemctl start NetworkManager Nachdem dieseRead More
[Linux] [Shell] Text in Dateien automatisch ersetzen
Ich hatte einen kleinen Tippfehler in meinen html-Dateien sodass die Serverside includes nicht funktioniert haben. Da es rund 20 Dateien waren und ich nicht jedeRead More
Log Parser Plugin – Tutorial [Hudson/Jenkins]
Prologue: – Install the plugin (plugin site). – Make sure you have access to the master server Part 1 – create a rule file: MakeRead More
[Eclipse] Attach javadoc to jar file
Today I started to use JavaFX and encountered a little problem while trying to get descriptions for the methods: Note: This element has no attachedRead More
coding tips #1 – constants first
Everybody can write code, but there are some indicators which tell you whose code is “better”. At least in terms of readability and error-proneness.
Counter-Strike – MapViewer (Map Overviews)
Jeder der einmal Counter-Strike mit ein paar Kumpels, sei es nur auf der LAN gespielt hat kennt das Problem. Man stirbt und will seinen MatesRead More
Game Dev Tycoon – schwarzer Bildschirm beim Start
Bei mir kam es ganz plötzlich… vom einen auf den anderen Tag konnte ich Game Dev Tycoon nicht mehr spielen, weil der Bildschirm beim StartenRead More
Direkt zum Arbeitsplatz/Computer – Verknüpfung
Die Verknüpfung zum Arbeitsplatz öffnet nicht den Arbeitsplatz, sondern die Eigenen Dateien… Mit einem der zwei untenstehenden Codes könnt ihr das ganz schnell ändern 🙂
[Android] Downloading HTML the right way!
Using the code provided by the official developer website istn’t always the best idea… I wanted to download data from an interface website in theRead More
Google Tipps
Ich behaupte einfach einmal die meisten Menschen benutzen Google als ihre Standartsuchmaschine. Wahrscheinlich haben auch die meisten die Google benutzen schon herausgefunden, dass lange SätzeRead More