I’ve got a little project going on in the past few days. I have a reasonable amount of media; movies, mp3’s and family pictures in my Linux desktop, Ubuntu 8.10. Would it be nice if I could stream all the movies and music directly from the Linux machine to my Xbox 360? This is a very easy feat in Windows, where we could simply use the Windows Media Share option in Windows Media Player 11. But, what about Linux?
Xbox-Linux box media sharing could be achieved by using GeeXbox uShare. GeeXboX uShare is a free UPnP A/V & DLNA Media Server for Linux. Installation and configuration explained after the jump below:
I finally embrace Twitter. Yeah, I know. Sometimes I’m a little bit behind on the social networking trends. So, I finally giving it a go today, and I’m liking it so far.
Twitter is a service for friends, family, and co–workers to communicate and stay connected through the exchange of quick, frequent answers to one simple question: What are you doing?
Because even basic updates are meaningful to family members, friends, or colleagues—especially when they’re timely.
With Twitter, you can stay hyper–connected to your friends and always know what they’re doing. Or, you can stop following them any time. You can even set quiet times on Twitter so you’re not interrupted. Twitter puts you in control and becomes a modern antidote to information overload.
Twitter is a free social networking and micro-blogging service that allows its users to send and read other users’ updates (otherwise known as tweets), which are text-based posts of up to 140 characters in length.
Updates are displayed on the user’s profile page and delivered to other users who have signed up to receive them. Senders can restrict delivery to those in their circle of friends (delivery to everyone being the default). Users can receive updates via the Twitter website, SMS, RSS, or email, or through an application.
I’m very new in Twitter. It would be great if you guys could share your experience. Any tips? Any cool Twitter client apps (Windows, Mac, Linux, Firefox, etc)? Any good interesting tweets to follow? Please, do let us know. 😀
Usually router looks ugly. They’re boxy looking and has only monochromatic color with a splash of black. But a few days ago I stumbled upon a fellow blogger’s post (credit to Pinoy Web Surfer), about a prettiest router round. Check out the design below.
Directories should not be left open for public browsing.
There is a potential problem letting people know what plug-ins you have, or what versions they are. If there is some known exploit that is linked to a plug-in, it could be easy enough for someone to use it to their advantage.
To test whether your site is vulnerable to this issue, just go to http://<your_site>/wp-content/plugins
Your site SHOULDN’T be listing all the plug-ins available on your site.
It’s fairly simple to protect your WordPress installation from public browsing:
1. Make an empty wp-content/plugins/index.html file
Or
2. just add this line in your .htaccess file in your root: Options All -Indexes
FSlint is a utility to find and clean various forms of unwanted/junk/lint files on your Ubuntu filesystem. For example, one form of unwanted files it finds is duplicate files, bad names, temporary files, files with bad symlinks, empty directory, and others.
To install: sudo apt-get install fslint
Using Fslint:
If you want to open goto Applications—>System Tools—>FSlint