Tuesday, December 15, 2009

Blog Clients on Ubuntu

I'm not much of a blogger, but I blog enough to need a client (or clients) to handle my posts. This list ain't much, nor that comprehensive, but here's five clients I use on my Ubuntu box.

OpenOffice.org with Sun Weblog Extension

This is my favorite, and the one I use often. I always have an OpenOffice.org instance running (either at work or at home) and figured it'll be great if I can post to my blog directly from OO.o. I stumbled upon it last year when I got tired of copy-pasting my articles. This one's great for text-only posting (such as poem/haiku blogs) since I still haven't figured out how to include images even from existing URLs - I'm not even sure this extension even supports it.





Scribefire

This client is also another favorite. In fact, this article was posted from Scribefire. I love the option/feature to upload images directly from my computer, this client will take care of the rest. This one's great if you tend to upload/insert images to your posts.



Drivel

If you prefer a simple, small and fast client, then Drivel's for you. I use it once in a while if I wanted to post something before I lose my train of thoughts.





BloGTK

Although I don't use this client, a few friends swear by it. Configuration's a pain in the ass, and if I can't configure it in 2 mins, then it's not a client for me. I got it working alright, but only on one account.



Flock Browser

This browser is so good that it's literally unproductive. I never got real work done whenever I use it. I tend to check photos, videos, and friends statuses that I never really have time for anything else. The blog client of Flock is great since it integrates nicely into your browser. Image uploads to any one of your image hosting sites, and adding an image is a matter of dragging the thumbnail from the media bar.



Friday, August 07, 2009

PHPMyAdmin doesn't load

Apparently, when changing Apache2 user and/or group, PHPMyAdmin would stop working. I believe this is a security feature. As a workaround, I have to issue the following command.

sudo chmod 644 /etc/phpmyadmin/config-db.php

And I have to again, re-issue the same command every single time I upgrade PHPMyAdmin.



Powered by ScribeFire.

Saturday, July 25, 2009

No Templates Installed on Nautilus

I've been working on tons of PHP, Java, and Python files for quite some time now, and I've recently tried getting the templates feature working on Nautilus. For some reason, the templates directory directs me to my home directory, instead of the usual Templates where I've saved a couple. After googling for answers, I stumbled upon Launchpad Answers which directs me to a forum thread.

Edit ~/.config/user-dirs.dirs and change the template directory from

XDG_TEMPLATES_DIR="$HOME"
to
XDG_TEMPLATES_DIR="$HOME/Templates"



Powered by ScribeFire.

Saturday, June 27, 2009

SmartBro ZTE MF627 on Ubuntu Jaunty

I recently got a SmartBro ZTE MF627. It's a mobile broadband device that utilizes existing 3G, HSDPA, EDGE and GPRS connection (whichever is available). With this device, I can easily connect anywhere there's a cellular signal. This is a better solution over 3G phones which drains your batteries (3hrs battery life with GPRS/3G turned on in my case).



I'm not on the road that often, but I'll be needing it when I'm either at school (where they require you to surf only using their Windows workstations which are full of malwares and keyloggers) or at work and away from my workstation (they've been scrimping on wifi, dedicated ethernet connection only to company workstation, and blocked internet connection via MAC filtering).

The device retails for PhP1,995 (but I got mine way cheaper than their SRP) and usage costs only PhP10 per 30 minutes. It's the cheapest mobile broadband service we have in the Philippines. Granted they still charge you PhP10 even if you've consumed 5mins, but it's still PhP10. I should also note that it's a prepaid service and you can reload from any reloading centers literally scattered all over our country.



Setup would require more work on your Jaunty installation though since it's not yet natively supported - but hopefully will be on Karmic Koala.

Adding the Repository
Go to Liam Green-Hughes' PPA and his PPA to your /etc/apt/sources.list. There's a detailed instructions on how to it on here.

Install the packages
After updating, you'll need to install 2 packages from the repository.

sudo aptitude install zte-mf627-switch usb-modeswitch


Plug your ZTE MF627


Check to see if it's mounted





The Wizard would launch and prompt you to set it up






After that, it should connect your laptop or netbook and you're all set.

Note: This device has a micro-SD port, so you'll have an expandable thumb drive as well as a mobile broadband connection. It's internal disk space though contains Windows executable file. It installs ok on Wine but doesn't work at all with your device.



Note: Mine didn't connect as expected. According to the website, I'll have to first register it on a Windows platform before it works (granted it's addressed to Mac users, it's the same thing for us free OS users).




Update 29 June 2009: It works ok now on Smart Bro now. But we need to configure a few things.

APN: SMARTBRO



Authentication Method: PAP (just PAP)




And also, plugging it in or rebooting doesn't work in my case. Oh it'll connect just fine - but it'll disconnect the moment it authenticates to the server.




My workaround is to completely shut down my netbook. Turn it back on with the wifi turned off from the hardware, and it'll connect just fine.

I took a screenshot after 20mins it's connected.



Saturday, June 13, 2009

MSI Wind Wireless Networking with RTL8187SE

I've been asked tons of times on how to get RTL8187SE working on Ubuntu Jaunty, as posted on http://ubuntuforums.org/showthread.php?p=6794539, we only need to run 2 commands;

sudo aptitude install rtl8187se-source
sudo m-a auto-install rtl8187se


After reboot, your wireless would be up and running. I've also speculated before that we would need to re-issue the 2nd command every after kernel upgrade. This is untrue since I've been through dozens of upgrades and I didn't find any need to re-issue the said command.

Happy surfing!