User Tools

Site Tools


software:linux:usefullcommands

This is an old revision of the document!


Renaming Files Batch

From: http://www.linux-magazine.com/Online/Blogs/Off-the-Beat-Bruce-Byfield-s-Blog/Bulk-Renamers

  pyRenamer
  I have not checked which came first, but GPRename and pyRenamer have almost identical interfaces. 
  The main difference is in the organization of the tabs; pyRenamer has six to GPRename's four, and,
  although GPRename's are more clearly named, pyRenamer, like KRename, has options specific to 
  certain types of files.
  PyRenamer's tabs: Patterns (which can be used to change the types of characters used in file 
  names); Substitutions (common changes, such as spaces to underscores or capitalization); the 
  self-explanatory Insert/Delete; and Images and Music (for renaming these types of file using
  their metadata).
  PyRenamer also makes extensive use of building blocks, but mercifully provides dialogs as a crib, 
  and has the considerable advantage of allowing you to set up multiple renaming options in a single 
  pass. You can also rename files one at a time, before applying all changes.
  A particularly useful option in pyRename is Remove Accents, accessible with one click and 
  helpful in creating files that BASH can use regardless of locales.
  My sole complaint about pyRenamer is that you cannot set up multiple Replace patterns at the 
  same time. However, since you can remain on the Substitutions tab and apply patterns one at a 
  time, the inconvenience is not as great as it might have been. After working with the others, 
  the simplicity and arrangement of pyRenamer makes it my tool of choice for renaming on the desktop.
   

bad fstab entry

openSuse had mounts in fstab that could not be executed because the file system was destroyed by a badly behaving disk. i used this command to reformat the drive. rebooting then allowed the drive to mount.

mke2fs -j /dev/hdb1

tune2fs will configure when the filesystem is rechecked for no corruption.

succesfully installed Java on Firefox

To solve it delete your Java 1.5.0JDK and replace it for a j2sdk1.4.2_07 (that's mine ^^ )

$ ln -s /usr/java/j2sdk1.4.2_07/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so /usr/lib/firefox-<yourversion>/plugins

If you have any browsers running close them and restart after the ln -s

you succesfully installed Java on Firefox

software/linux/usefullcommands.1407537868.txt.gz · Last modified: 2014/08/08 22:44 by superwizard