Activity Not Available

News

  Analyzed almost 3 years ago based on code collected almost 3 years ago.
 
Posted over 4 years ago by Lennart
It can be very useful to mount a samba share on a GNU/Linux system so that you can use it like a folder on a local hard disk.
It requires only 4 easy steps:
1. Check if smbfs is installed. Because smbfs is not an executable in e.g. /usr/bin you can check that by using “locate smbfs”. [...]
Posted over 4 years ago by Lennart
If you use Fedora with PulseAudio and have the problem that you don’t get sound in Flash (SWF) your system might be missing the “libflashsupport” package.

yum install libflashsupport
In my case the audio channel of the Youtube video was flickering in the Pulse Audio control and there was no sound at all.
Posted over 4 years ago by Lennart
I just took a look at the “Google Chrome Private Notice“. Here are two quotes:
When you type URLs or queries in the address bar, the letters you type are sent to Google so the Suggest feature can automatically recommend terms or URLs you may be looking for. If you choose to share usage statistics with [...]
Posted over 4 years ago by Lennart
If you want to get Information of your own process on a GNU/Linux system you should take a look at the /proc/self/ pseudo-directory. This directory contains information of the process that is reading it. You could also find out the PID of the process and read files in the /proc/[PID]/ directory. However, the /proc/self/ directory [...]
Posted over 4 years ago by Lennart
Posted over 4 years ago by Lennart
JavaScript can be annoying. I don’t want elements in my browser to fade and wiggle. It consumes system ressources and slows down your workflow.
On the other hand wise usage of JavaScript can be helpful. I am currently writing on an article about how to use JavaScript in web applications and found this great proof of [...]
 

 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.