r55 - 11 Aug 2008 - 23:58:44 - HecPeAreYou are here: TWiki >  General Web > WebHome

Notas generales

Otras secciones más específicas:

Available Information

TWiki

-- HecPeAre - 26 Sep 2007

Wordpress

-- HecPeAre - 29 Sep 2007

Wordpress

-- HecPeAre - 18 Oct 2007

SSH

-- HecPeAre - 27 Oct 2007

Videos

-- CesarPerez - 16 Nov 2007

DiSo

-- HecPeAre - 16 Dec 2007

 

General Web Utilities

Notas y comentarios:

parar/reanudar: Ctrl+z / fg

Reemplazar (recursivo)

search and replace operations across multiple files You can run it recursively with the "-R" option, as well as limiting it to working recursively upon only files of a given suffix. For example the following command will recursively make changes only to files which are named *.html:

rpl -R "cadena" "cadena nueva" *

rpl -R -x .html "cadena" "cadena nueva" *

-- HecPeAre - 09 Sep 2007

Renombrar(no recursivo)

rename -v s/cadena/cadenanueva/ *

Otra opc. renombrar (recursiva):

find . | perl -ne'chomp; next unless -e; $oldname = $_; s/cadena/cadenanueva/; next if -e; rename $oldname, $_'

Buscar cadena en ficheros, recursivo

grep -r * cadena

-- HecPeAre - 23 Sep 2007

Añadir a la segunda y tercera linea una exclamación: (visto aquí

  • sed '2,3 s/^/!/' file
ó
  • awk 'NR>=2 && NR<=3{printf "!"}1' file

-- HecPeAre - 03 Oct 2007

mm

-- HecPeAre2 - 08 Oct 2007

ruby -e 'Dir["*.png"].each { |f| system "convert #{f} -resize 400x400 #{f[0..-5]}-sm.png" }' # from here

-- HecPeAre - 26 Oct 2007

UNIX

-- HecPeAre - 30 Oct 2007

free -m | grep - | awk '{printf $3}'

-- HecPeAre - 05 Nov 2007

Ruby

-- HecPeAre - 16 Nov 2007

flv to avi:

ffmpeg -i video.flv video.avi

-- HecPeAre - 02 Dec 2007

ruby -e 'Dir["*"].each{|n| system("ffmpeg -i #{n} ~/olpc/#{n}.avi")}'

-- HecPeAre - 02 Dec 2007

ProfileData

-- HecPeAre - 03 Dec 2007

http://11870.com/blog/anade-opensearch-a-tu-sitio-en-5-minutos/

-- HecPeAre - 16 Dec 2007

GoogleGadgets

-- HecPeAre - 16 Dec 2007

OpenSearch

-- HecPeAre - 16 Dec 2007

Seekr

-- HecPeAre - 16 Dec 2007

AmazonWebServices

-- HecPeAre - 17 Dec 2007

error500 AMPL y el perfil de interés del usuario

-- HecPeAre - 17 Dec 2007

http://www.workspot.com/

-- HecPeAre - 07 Jan 2008

MobileLinux

-- HecPeAre - 15 Jan 2008

Wikipedia

-- HecPeAre - 06 Feb 2008

Open Paradigm - mind map

-- HecPeAre - 12 Feb 2008

Scrum

-- HecPeAre - 06 Mar 2008

Emprendedores

-- HecPeAre - 30 Mar 2008

Git

-- HecPeAre - 05 Apr 2008

GoogleAppEngine

-- HecPeAre - 09 Apr 2008

Ubuntu

-- HecPeAre - 30 Apr 2008

Jabber

-- HecPeAre - 21 May 2008

Mediawiki

-- HecPeAre - 10 Jun 2008

Sinatra

-- HecPeAre - 30 Jun 2008

FavPal, Fav2Fav

-- HecPeAre - 21 Jul 2008

CampusParty2008

-- HecPeAre - 31 Jul 2008

VoIP

-- HecPeAre - 09 Aug 2008

NeoFreerunner

-- HecPeAre - 11 Aug 2008

 
Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r55 < r54 < r53 < r52 < r51 | More topic actions
 
Powered by TWiki

This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback