ac senthilkumar's blog
________________________________________________________________________________________
Monday, March 7, 2011
To Convert set of RPM to DEB
for ifile in *.rpm
do
alien $ifile
echo "File Processed : $ifile"
done
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
Multi column check in sub query
Download cached flash videos of Firefox and Chrome in Linux(Ubuntu)
Err: Control reached end of function without RETURN in PL/PGSQL
Compile shell scripts to encrypted binaries using SHC
Disable header and footer lines printed with web pages in Firefox
Bulk Convert Office Documents into PDF using unoconv
Add day, month and year with date field
Err: unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in
Err: LD_LIBRARY_PATH not set for normal user except root
Internal field separator (IFS) for shell scripts
No comments:
Post a Comment