$ eject -n
eject: device is '/your/cd_dvd/device'
Friday, February 17, 2012
Saturday, October 1, 2011
Search and Replace large files inplace
using sed
using perl
find /path/to/files -type f -exec sed -i 's/fromString/toString/g' {} \;using perl
find /path/to/files -type f -exec perl -pi -e 's/fromString/toString/g' {} \;Thursday, June 23, 2011
Tuesday, March 22, 2011
Screen Capture Fedora
For screen capture with audio I have used gtk-RecordMyDesktop
# yum install gtk-recordmydesktop
Options for selecting window or fullscreen are available.
# yum install gtk-recordmydesktop
Options for selecting window or fullscreen are available.
Friday, March 11, 2011
Thursday, August 5, 2010
TOra For Database Development
TOra
TOra is an open-source multi-platform database management GUI that supports accessing most of the common database platforms in use, including Oracle, MySQL, and Postgres, as well as limited support for any target that can be accessed through Qt's ODBC support. TOra has been built for various Linux distributions, Mac OS X, MS Windows, and UNIX platforms.
TOra is an open-source multi-platform database management GUI that supports accessing most of the common database platforms in use, including Oracle, MySQL, and Postgres, as well as limited support for any target that can be accessed through Qt's ODBC support. TOra has been built for various Linux distributions, Mac OS X, MS Windows, and UNIX platforms.
Wednesday, July 28, 2010
Set Up an Email Gateway with CentOS Linux�5.4 � Aaron Walrath – Another IT Guy's Meanderings
A very useful mail gateway setup on Linux to be an edge server for MS Exchange.
Set Up an Email Gateway with CentOS Linux�5.4 � Aaron Walrath – Another IT Guy's Meanderings
Set Up an Email Gateway with CentOS Linux�5.4 � Aaron Walrath – Another IT Guy's Meanderings
Subscribe to:
Posts (Atom)