Tags
admin astro ATLAS Bash computing Debian Debian/Lenny Debian/Squeeze Debian/Wheezy DotCloud Dropbox DS9 Emacs Epson Perfection V30 Evernote FFTW Firefox hardware high performance computing install procedure Japanese JWM kernel LaTeX Linux multimedia network Nevernote OS X OS X/Leopard OS X/Snow Leopard power management programming Python reference research SExtractor shell tips software stellar population synthesis T410s T420 USB web browser XPS 630i-
Recent Posts
Recent Comments
Archives
- October 2012
- September 2012
- July 2012
- June 2012
- May 2012
- January 2012
- December 2011
- May 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- August 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- August 2009
- July 2009
- June 2009
- April 2009
- March 2009
Meta
Tag Archives: admin
Using Japanese on Debian Wheezy
The goal is to make the system capable for Japanese input, while letting the base system remain English. For the Japanese input method, I had been using Anthy, but I will be using mozc, which is now better supported and … Continue reading
Installing Dropbox on Debian Wheezy
Go to the Dropbox download website and download the .deb package, here dropbox_1.4.0_amd64.deb. Then The program will be listed under the menu Applications -> Internet. On the first launch it will download the daemon and I will need to go … Continue reading
Posted in Uncategorized
Tagged admin, Debian/Wheezy, Dropbox, install procedure, Linux, software
Leave a comment
Installing Ubuntu (12.04 LTS 64-bit) from an ISO Image on Hard Drive
Sometimes it’s useful to be able to install Linux off an ISO image on hard drive for whatever reason. My Dell XPS 630i has had some issues when I was installing Debian off an install CD/USB, likely related to how … Continue reading
Repeating Failed Linux Command on Bash
I was in need of backing up a lot of data in a hurry. I used rsync between the file server and a locally mounted USB drive, but for some reason the command kept failing. It had something to do … Continue reading
Installing Firefox 9 on Debian Squeeze
The questionable move by Firefox to the rapid release schedule has me disappointed. A little bugs here and there, incompatible add-ons, and so on. Seriously, the major, if not the most important advantage of Firefox is all these add-ons we … Continue reading
Posted in Uncategorized
Tagged admin, Debian/Squeeze, Firefox, install procedure, Linux, software, web browser
Leave a comment
Installing kcorrect (v4_2) for IDL Locally on Linux
I usually stay away from IDL but wanted to test the new version of kcorrect which usually runs on IDL. Fortunately a Linux box in the department has IDL installed, so I decided to test it there, installing kcorrect locally. … Continue reading
g3data
This is all I needed to use this: Love Debian.
Posted in Uncategorized
Tagged admin, astro, computing, Debian, install procedure, Linux, research, software
Leave a comment
Using NTP Server to Synchronize Time on Debian Squeeze
I want the time of my computer to get synchronized with a reliable time server. To do this, install ntp: $ sudo aptitude install ntp $ sudo /etc/init.d/ntp restart After restarting the NTP server (the second line above) the system … Continue reading
Installing Firefox 4 Beta 9 on Debian Squeeze
I find the easiest way is to download a precompiled binary from this nightly build repository. For beta 9 on AMD64: $ wget http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/firefox-4.0b9pre.en-US.linux-x86_64.tar.bz2 $ tar -xvjf firefox*.tar.bz2 $ sudo mv firefox /usr/local/firefox4-b9pre $ sudo ln -s /usr/local/firefox4-b9pre /usr/local/firefox4 $ … Continue reading
Posted in Uncategorized
Tagged admin, Debian, Debian/Squeeze, Firefox, install procedure, Linux, software, web browser
3 Comments
Mounting an ext4 Partition over NFS on Mac OS X Snow Leopard
The title says it all. I want to use a USB drive formatted with ext4 on Snow Leopard. I mostly use the drive with Linux but sometimes I wish to mount it on my iMac at work to transfer a … Continue reading
Posted in Uncategorized
Tagged admin, Debian, Debian/Squeeze, hardware, install procedure, Linux, OS X, OS X/Snow Leopard, USB
5 Comments