Archive for the ‘terminal’ 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)
* Incremental Backup with rdiff-backup
Posted on August 24th, 2009 by acuervo. Filed under Linux, terminal.
rdiff-backup tries to “combine the best features of a mirror and an incremental backup”. It’s a command line utility that not only gives you a plain mirror of your files, but also allows you to retrieve previous versions of your files using the extra difference data it keeps. This means you can quickly copy and paste to restore a file from your most recent backup, or retrieve the contents of files as they were at the time of any previous backup. rdiff-backup has built in support for network backups over SSH and is network-efficient and fast thanks to its incremental nature. It’s also possible to run rdiff-backup on Windows, soon I’ll be investigating whether it will work as a backup solution for the Windows systems on my network.
Tom has a nice rdiff-backup tutorial. Is there a GUI for all this somewhere?
Posted via web
* 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
* 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
* Java plugin de 64 bits para Firefox en Ubuntu.
Posted on January 9th, 2009 by Alejandro. Filed under 64-bit, Firefox, Linux, Ubuntu, terminal.
* Native 64bit Java plugin for Firefox, on Ubuntu.
Posted on January 9th, 2009 by Alejandro. Filed under 64-bit, Firefox, Linux, Ubuntu, terminal.
Now there are no more reasons not to install 64bit Ubuntu. First is was Adobe with their native 64 bit Flash plug-in and now Sun has released a native 64 bit Java plug-in.
To install the 64 bit java plugin on Intrepid 8.10:
- Download the bin file here
- cd /opt
- sudo sh jre-6u12-ea-bin-b03-linux-amd64-22_dec_2008.bin
- cd /usr/lib/mozilla/plugins
- sudo ln -s /opt/jre1.6.0_12/lib/amd64/libnpjp2.so
- Restart Firefox
Done!
* Ubuntu on MSI Wind with Ralink wireless radio
Posted on January 8th, 2009 by Alejandro. Filed under Linux, Ubuntu, terminal.
I just got my wife a new MSI wind netbook. First things first, Installed Ubuntu.
Everything just worked out of the box, except the wireless.
Turns out MSI is using several wireless card suppliers. Mine came with a Ralink card. More specifically the RT2860
The are several ways to fix it, but to keep things simple, I’ll go with debian’s way, which is also the easiest.
- Just download and install the following .DEB
- sudo apt-get install debhelper module-assistant
- sudo m-a a-i rt2860
- sudo modprobe rt2860sta
- sudo gedit /etc/modules , and append “rt2860sta” at the bottom. (without the quotes).
- Save the file, and connect with the Network Manager
Done!
* Installing Xmonad on Ubuntu
Posted on December 2nd, 2008 by Alejandro. Filed under Linux, Ubuntu, terminal.
This is the simplest (I think) that a window manager can get.
From the makers:
xmonad is a dynamically tiling X11 window manager that is written and configured in Haskell. In a normal WM, you spend half your time aligning and searching for windows. xmonad makes work easier, by automating this.
A window manager that is completely different. To leave distractions aside and concentrate on real work, is very hard to beat xmonad. This is simplicity as its best. It Rocks.
By the way, it can co-exist with your other windows managers so you can use it on a per need basis. Just chose it on the login window by pressing F10.
To install on Ubuntu:
sudo apt-get install xmonad
Be sure to read the guided tour first and learn all the basic stuff here otherwise I guarantee you wont get anywhere.
The least you should learn is Alt-shift-enter to be able to open a terminal and Alt-shift-q to quit
* SSH y X11 redireccionamiento
Posted on November 1st, 2008 by Alejandro. Filed under terminal.
Recent Posts
- Migrating from GMail to Google Apps
- Set Gmail / Google Apps email as system wide default
- True Multi-Currency Personal Finances
- UPDATED, Finally! Adobe releases native 64 bit Flash 10 for Linux
- Thunderbird 3 released