Archive for the ‘Ubuntu’ Category
* Restoring Nautilus as the default “Open Containing Folder” in Firefox
Posted on November 16th, 2009 by acuervo. Filed under Firefox, Linux, Ubuntu, terminal.
Using the terminal:
gksudo gedit /usr/share/applications/mimeinfo.cache
Search for: x-directory/gnome-default-handler=
and make sure the whole line reads
x-directory/gnome-default-handler=nautilus-folder-handler.desktop
instead of:
x-directory/gnome-default-handler=Thunar-folder-handler.desktop x-directory/gnome-default-handler=pcmanfm-folder-handler.desktop; x-directory/gnome-default-handler=kde4-dolphin.desktop
Posted via email
* Terminal commands to keep handy on an unresponsive Ubuntu.
Posted on November 4th, 2009 by Alejandro. Filed under Linux, Ubuntu, terminal.
This is an ever growing list of terminal commands to keep handy
- sudo apt-get install –fix-broken
- sudo dpkg –configure -a
- htop
- dpkg –get-selections > installed-software (Back up list of installed Software)
- dpkg –set-selections < installed-software (Restore previously installed software)
- apt-get -u dselect-upgrade (Execute #5)
- lshw > lshw.txt (See your system’s hardware info)
* Ubuntu 9.10 brings web sync, faster bootup, GNOME 2.28
Posted on October 30th, 2009 by Alejandro. Filed under Linux, Ubuntu.
The Ubuntu Linux distribution has received a major update today. The new version, Ubuntu 9.10, will introduce several significant new features and will deliver the latest version of the GNOME desktop environment and other applications.
This is the eleventh release of Ubuntu since the project’s inception five years ago. The distribution has achieved an unprecedented level of popularity in the Linux desktop ecosystem and has attracted a considerable audience. Canonical, the company behind Ubuntu, touts the new release as its best yet and says that the latest improvements will take the Ubuntu user experience to the next level.
* Setting Firefox 3.5 as default browser system wide in ubuntu
Posted on July 31st, 2009 by acuervo. Filed under Firefox, Linux, Ubuntu, terminal.
Some applications like TweetDeck don’t respect gnome preferred applications settings and continue to use the older Firefox 3.1 instead of the new one 3.5 when opening links.
This is because
/usr/bin/firefox is currently pointing (like a shortcut) to
/usr/bin/firefox-3.0
To change this to 3.5 enter the following on the command line
sudo ln -sf /usr/bin/firefox-3.5 /usr/bin/firefox
If you want to change it back:
sudo ln -sf /usr/bin/firefox-3.0 /usr/bin/firefox
This will work for Firefox 3.5 as well as Shiretoko 3.5
This will also fix same issues with other Adobe Air applications
Posted via email from queleimporta
* Installing Canon’s ImageCLASS MF4270 SCANNER on Ubuntu 64 bit
Posted on April 24th, 2009 by Alejandro. Filed under 64-bit, Linux, Ubuntu.
To install the scanner of the multifunctional printer MF4270, do the following.
cvs -d :pserver:anonymous@cvs.alioth.debian.org:/cvsroot/sane login
cvs -d :pserver:anonymous@cvs.alioth.debian.org:/cvsroot/sane checkout sane-backends
sudo apt-get install libusb-dev
cd sane-backends/
./configure –prefix=/usr –sysconfdir=/etc –localstatedir=/var
make
sudo make install
cp /etc/udev/rules.d/70-libsane.rules ~/
sudo cp tools/udev/libsane.rules /etc/udev/rules.d/70-libsane.rules
sudo /etc/init.d/udev restart
Test sane version, should be 1.x.xcvs
scanimage -V
add your self to the scanner group
logout and then login.
Done!
For the Printer part follow this guide:
http://queleimporta.com/installing-canon-imageclass-mf4270-on-ubuntu-64-bit/
* REISUB
Posted on April 24th, 2009 by Alejandro. Filed under Linux, Ubuntu.
To recover from a frozen linux system
Press and hold down ALT + SysRq (PrintScn) button and type phrase R E I S U B with 1 second interval between each letter.
Your system will magically recover from the crash and reboot itself.
* Running Ubuntu 9.04
Posted on April 23rd, 2009 by Alejandro. Filed under 64-bit, Linux, Ubuntu.
I just upgraded to 9.04.
I have got to say that this is the most solid and polished Ubuntu yet. It Rocks!
No mayor new features as development was concentrated on stability, reliability and speed. They delivered!
Upgrade went without issues at all. Even my nvidia dual head setup that was always a problem with upgrades was handled perfectly.
Zero problems!
Upgrade took 1.5 hours TOTAL, using the Costa Rica mirror. With the MIT mirror it would have taken 13 hours.
HIGHLY recommended!
http://www.ubuntu.com/getubuntu/download
* Dropbox & KeePass: The perfect cross-platform and mobile password management system
Posted on April 14th, 2009 by Alejandro. Filed under Linux, Security, Ubuntu.
This is a nice way of keeping your secured passwords synced in all your computers and laptops, even cross-platform. Colin has a nice summary:
Tell me if this sounds like you: you have a few standard passwords that you routinely use for every site you visit. One of them you use for sites that don’t contain too much personal or sensitive information, and maybe you use one or two for sites that do. If you want to be REALLY secure you have another password that you only use for bank or credit card sites that contain your most sensitive information.
This is what I used to do (for many years in fact). Then I got to thinking: what happens if someone discovers one of those passwords? If it were one of the more sensitive ones, I’d be in deep trouble. So, I set out looking for a better way to manage my passwords.
What I’m going to describe in this article is a system I’ve implemented to manage my passwords in a secure, cross-platform way. It’s by no means the best way to do things for everyone, but it’s worked out extremely well for me thus far.
Read the rest of the post at bu.rri.to
Dropbox (Using my referral link
)
KeepassX (Linux’s port of keepass)
* Using VNC with Terminal Server Client on Ubuntu
Posted on February 5th, 2009 by Alejandro. Filed under Linux, Ubuntu, terminal.
The VNC client bundled with Ubuntu, Vinagre, works half the time. Fortunately, we can also VNC with the installed “Terminal Server Client”
The “VNC” option with the default installation of Terminal Server Client is disabled or grayed-out.
To enable it you need to install the xtightvncviewer package in Synaptic or with the following command on the terminal
sudo apt-get install xtightvncviewer
Done!
UPDATE: To also enable the XDMCP protocol option, sudo apt-get install xnest
* Merge PDF Documents in Ubuntu, for free.
Posted on February 4th, 2009 by Alejandro. Filed under Linux, Ubuntu, Web-Ecosystem.
If you are just looking for a quick solution, the online service “MergePDF” will be a good solution
For a more permanent and local solution try PDFSAM.
Via phorolinux.com
Translator
Recent Posts
- True Multi-Currency Personal Finances
- UPDATED, Finally! Adobe releases native 64 bit Flash 10 for Linux
- Thunderbird 3 released
- Excellent tool for searching domain names
- Restoring Nautilus as the default “Open Containing Folder” in Firefox






















