Search BlogCatalog
3 results of 3Directory
Linux by examples
http://linux.byexamples.com
We explain every GNU/Linux command by examples. It includes tips and tricks, howto for linux commands.
Linux and unix shell scripts container
http://linuxscripting.blogspot.com/
Scripts, Manuals, Tips, Tricks and Hints in using and administering Linux, Solaris, BSD, Unix. Shell scripts, Bash, sh, zsh, ash, csh, sed, awk, man, info, perl, ruby, php, python, cgi, programming.
10 results of 207Blog Posts
CRU E-mails now in search engine
reports called cloud primary geological | November 21st 2009 by woodworthl
Russ Steele I was going to compile the CRU emails in to a single file and use the grep search features in BBEdit to find some key words in the 1,000 plus e-mails this morning. But, someone has put the... read more
Pythonic : The Good Programmer
Developer Techno | November 20th 2009 by mywebblog
What link do you see between the easiness of prototyping offered by Python and the effort needed to build a complete application?Guido: I never meant Python to be a prototyping language. I don’t believe there should be a clear distinction between p read more
GREP in InDesign tutorial released
Mac Production Artist Tips and Scripts | November 20th 2009 by Greg L.
Just what we’ve been waiting for! If you are shy about using regular expressions for searching or styling in InDesign, Michael Murphy of InDesigner.com has a new video on the subject at lynda.com. Michael’s tutorials are user-friendly, so read more
GREP in InDesign tutorial released
MacLife | November 20th 2009
Just what we’ve been waiting for! If you are shy about using regular expressions for searching or styling in InDesign, Michael Murphy of InDesigner.com has a new video on the subject at lynda.com. Michael’s tutorials are user-friendly, so read more
Ubuntu: paquetes que usan más espacio en disco
ISSUX.com | November 18th 2009
Un truquillo muy útil que nos puede servir si tenemos poco espacio en el disco, y tenemos que hacer limpieza, es saber que paquetes ocupan mas espacio en el disco: dpkg-query --show --showformat='${Package;-50}\t${Installed-Size}\n' | sort -k 2 -n read more
Shell tips #108: Quale CPU?
LiberaMente | November 18th 2009
Dritta semplice semplice e facile facile, non vi ricordate/sapete quale processore avete sotto il cofano? Strano, ma succede anche questo, un semplice comando da shell vi aiuterà a risolvere l' annoso problema, nel modo più rapido possibile: read more
I Had a Bug
Devauld.ca | November 17th 2009
Anyone who has travelled here from the dirty interweb recently, probably was encountered with a Safe Browsing alert. Well anyone that isn't using IE anyway, it doesn't seem to mind travelling to sites that distribute malware. Basically, DavTraff m read more
Optimize only fragmented tables in MySQL
Me in IT | UNIX, Linux and BSD information | November 17th 2009 by Robert de Bock
When you are using MySQL, you will (likely) have tables that can be fragmented. In MySQL terms this is called "OPTIMIZE". You could simply OPTIMIZE every table in every database, but during an OPTIMIZE, the tables are locked, so writing is not possib read more
QuodLibet audio library tagger, manager, and player for GTK+
Ubuntuland | November 15th 2009 by Hugo
Are you sick of audio players that think they know how to organize your music for you? Do other media libraries choke and die after a mere 10,000 songs? Do you often find yourself thinking Boy, I wish I could grep my music? Or are you just looking f read more
Tip: Como saber que paquete de software esta usando mas espacio
dertin.com.uy | November 13th 2009
Si, es una entrada por consola (pero bastante util y curiosa). Abrimos un terminal de consola y pegamos el siguiente comando: dpkg-query --show --showformat='${Package;-50}t${Installed-Size}n' | sort -k 2 -n | grep -v deinstall | awk '{printf "%.3f read more


10 results of 82Social Search
nitishpriyadarshi has updated his twitter:
Haje has posted a new entry on: software-updates-from-prem1on-software-directory
AJC Grep 1.4
AJC Grep is a powerful file finder, text search, replace and data extraction program for Windows. This is a major time saving tool for developers, documenters, web designers and anyone who has to sea…
Read More »
cinterviews has posted a new entry on: cinterviews.blogspot.com
What is the use of ‘grep’ command in unix
‘grep’ is a pattern search command. It searches for the pattern, specified in the command line withappropriate option, in a file(s).Syntax : grepExample : grep 99mx mcafile
Read More »
Paeon has posted a new entry on: Mac Production Artist Tips and Scripts
GREP in InDesign tutorial released
Just what we’ve been waiting for! If you are shy about using regular expressions for searching or styling in InDesign, Michael Murphy of InDesigner.com has a new video on the subject at lynda.co…
Read More »
clarvid has posted a new entry on: The Big Byte
Using Grep -r to find strings in files - like find or locate
Searching for a String in Multiple Files Ever need to search through all your files for a certain word or phrase? I did, and to make matters more complicated, the files were all in different sub-dire…
Read More »
raj77in has bookmarked: grep -v with multiple patterns. - Amit Agarwal
raj77in has posted a new entry on: Linux and Photography Blog
grep -v with multiple patterns.
$ sed '/test/{/error|critical|warning/d}' somefile If you wanted to do all in one command, you could go w/ sed instead View this command... [[ This is a content summary only. Visit my we…
Read More »
j4vk has posted a new entry on: Andrey V Personal Blog
Memo: fast grep of the word in the directory
find ./ | xargs grep -i search_string
Read More »
KoBi84 has updated his twitter:
GeekGirlsRock has updated her twitter:
Top 5 Shown | View Next 5 results
View All Results