Difference between revisions of "Links"

From Ghoulwiki
Jump to: navigation, search
(linuxtipp)
Line 1: Line 1:
 
== linuxtipp ==
 
== linuxtipp ==
   echo hallo | sed  's/ll/gonzo/g'  # : g fuer ALLE ersetzten statt nur das erste
+
   echo hallo | sed  's/ll/gonzo/g'  # : g replace all instead of only the first
   ls -l | awk '{print $4}'  # tab und leerzeichen : intelligentes spalten raussuchen : spalte 4
+
   ls -l | awk '{print $4}'  # tab and space : intelligent column search : column 4
  
 
== friends ==
 
== friends ==

Revision as of 13:36, 21 September 2007

linuxtipp

 echo hallo | sed  's/ll/gonzo/g'  # : g replace all instead of only the first
 ls -l | awk '{print $4}'   # tab and space : intelligent column search : column 4

friends

code

security

unsorted

games

gamedev and lists

libs

content creation

free content

  • also interesting : mod-scene of games like quake,halflife,neverwinternights,oblivion they often produce many good models


2d gfx / pixelart

textures

models

audio

hosting

free hosting for opensource projects or websites :

fun

uni