I have trouble streaming pulse audio monitor via rtp to an audio player like vlc or gst-launch with udpsrc this command works and the file has audio that is currently being played but when i use this, vlc (from an android phone) tells me that it cannot play the stream with uri rtp://ip-addr:4000 and gst-launch from same machine starts but
Tag: suse
How to list the folders/files of a file.tar.gz file inside a file.tar
I need to list the folder/files inside a certs.tar.gz which is inside file.tar without extracting them. Answer You may want to use and condition: Explanation: For listing of files we use If file is of type tar.gz: If file is of type tar: If file is of type tar.bz2: You can also search for files in any of the above
Send email with html body and some attachment with sendmail
Follwing this https://stackoverflow.com/a/11725308/1507546, I could send an email with one attachment. However the body is always empty. Why is my function sending emails with empty body and how to fix it? Answer I figured it out after playing with the headers, this worked for me.
Git man page seems incorrect
I’m new to git, so please excuse me if this is a dumb question. I have installed git 1.7.7.4 from source on SLES Linux, and all looks good. I have added the following to $MANPATH: When I do man git, I’m presented with This doesn’t look like a man page for the git command I use from the command line.