Search
Recent Comments
- letterj on supybot documentation – capabilities
- gare on centos set dns
- Tyron on centos set dns
- hattan on Printer sharing Ubuntu 8.10 – Linux to Linux
- gare on Unix 101 / Unzipping Files
Tags
-
Articles
- ubuntu vnc slow fix
- centos set dns
- html to pdf including the css
- firefly media server
- free computers
- legal torrents
- talking weather alarm clock
- TED Talk – Larry Lessig on laws that choke creativity
- free culture movement
- ubuntu share music library
- Google Buzz to Twitter
- how to Root a Windows 7 box
- 20 year anniversary of Linux
- Microsoft has lost the war to Linux
- Japan’s earthquake didn’t even slow BitTorrent use
- Ubuntu 11.04 beta released
- linux netbook
- apt-get hold version
- bulk search and replace with sed
- Ubuntu on PowerPC Mac Mini
Monthly Archives: August 2007
Grep It
Find string in current & sub directories grep -n -r “getHead()” */* | more
Posted in Linux
Leave a comment
history — a bash command
In ubuntu, look at your home dir’s .bashrc file to control history GC May 10 2009 # don’t put duplicate lines in the history. See bash(1) for more options # export HISTCONTROL=ignoredups export HISTCONTROL=ignoreboth # History – ignore duplicates with … Continue reading
Posted in Linux
5 Comments
man uname
UNAME(1) User Commands UNAME(1) NAME uname – print system information SYNOPSIS uname [OPTION]… DESCRIPTION Print certain system information. With no OPTION, same as -s. -a, –all print all information, in the following order: -s, –kernel-name print the kernel name -n, … Continue reading
Posted in Linux
Comments Off