To find the process ID from a running process use this command:
echo `ps aux | awk '/pst/ && \!/awk/ {print $2}'`Replace "pst" with the process name you are looking for
Steps to kill pulsaudio.
Solution for when there is no sound and the soundservers is blocked by pulseaudio
On my desktop machine I have frequently a problem with Pulseaudio. After playing a flash movie (Youtube) it happens very often that I have no audio anymore on my Moviplayers like Movie Player or VLC.
The solution for this problem is to kill all Pluseaudio processes.
If you want to resize multiply images to a other (smaller) size you can use this command.
It's not recommend to enlarge pictures because that will have a negative effect on the quality of the enlarged image.
time find ./ -maxdepth 1 -iname '*.jpg' -exec convert '{}' -resize 500 '../big/{}' \;* time: gives you the time the command was busy. This is optional.
This is about rename (mp3) files with the command line in Linux to a nice format.
Change the first character of each word tot uppercase
Suppose your filename is something like:
04 - cymballistic - blues for sarah.mp3
and you want to change that to:
04 - Cymballistic - Blues For Sarah.mp3
Use this command.