1000umbrellas.com

Michael Descy's Personal Website

Browsing Posts tagged samba

Even though my Ubuntu Lucid Lynx media server runs pretty solidly, I like to monitor it periodically using SSH and command line tools. Some of my favorites are w, htop, ps, bwm-ng, and nmap. After rebuilding my server, I decided to install some lightweight system monitoring tools that exposed themselves via a web interface, so [...]

I use the WD TV LIVE as a HTPC front-end. Because of latency problems with my wireless network, I attached a USB stick to the WD TV LIVE to use for video storage. The player allows me to expose that USB stick to the network via “Windows” (Samba) file sharing. I would push video to [...]

I want my Ubuntu media server to be able to push content to my WD TV Live, which I use to view content on my TV. My WD TV Live is on my wireless network, but I found that the network is not fast or reliable enough to stream 1080p content, or even 720p content [...]

For simplicity, I tend to stream from my media server to my TVs and computers using Samba shares. Samba shares implement the standard CIFS file-sharing protocol, are accessible from every major operating system, and work just fine with most media front-ends (for example: XBMC, Boxee, Windows Media Center, and my WD TV LIVE set-top box).
Create [...]

The most popular post on my blog is how to set up the Ubuntu Server firewall via ufw, the Uncomplicated Firewall. I recommend UFW for any standard server, but you might want to move to something more advanced to expand your firewall knowledge, to set up a network gateway, router, or firewall, or to conform [...]

Today I learned a different way to configure the firewall on my Ubuntu 10.04 Lucid Lynx Server: the ufw command. UFW stands for “Uncomplicated FireWall,” and it’s just that. It provides a simpler interface to add or remove firewall rules to iptables, the default Linux firewall. It’s installed on Ubuntu Server by default (and has [...]