Between Linux and Anime

Kind of like Schrodinger's Cat

Tag: Tech (Page 8 of 8)

SSH browsing in Dolphin using an ssh key file

FileZilla and other such applications that deal with remote file transfer protocols have all become deprecated on my desktop when I discovered that you could directly browse those files using dolphin and directly edit those files with kwrite/kate, thanks to Kio. (You could do it on Gnome too, for example to browse an ftp location, just type “ftp://your_ftp_host/path” into the location bar on nautilus, dolphin, or konqueror). I’ve been using the fish Kio-slave to browse ssh-secured locations for some time now, but today I needed to access a location secured by ssh key instead of a password. It was not immediately obvious to me how to do this, so I’m gonna quickly pen down my solution.

When you point dolphin to an ssh-secured location (type “fish://your_host/path”), it will attempt to connect and prompt you for a password. There is no way to tell it at this point to use an ssh key file instead to the best of my knowledge. What we’ll need to do is to modify the ssh configurations to look for your ssh key file when authenticating. Simply add a line like the following (or uncomment / copy and modify it, if your config file already has such a line):

IdentityFile path/to/your/key/file

The system-wide config file is typically found at /etc/ssh/ssh_config, and the per-user one at ~/.ssh/config. The latter may not exist by default, you could simply create it as a copy of the system-wide one. With this done, you should be able to connect with fish with no problems.

I have not tried this out on Gnome, but I suspect things are not far different there.

200
Rate this post
Thanks!
An error occurred!

Playing MIDI on Linux

Just a quick note-down. I was mildly surprised to find that the modern Linux environments I use (that’s Ubuntu and OpenSUSE) do not gracefully support MIDI as they do stuff like MP3 and WAV. Too old a file format? Hmmm, come to think of it, I’ve been on Linux for more than two years now and this is the first time I have ever tried to listen to a MIDI file. Oh well.

The answer is Timidity. I won’t claim it is the best answer – I was lazy and wasn’t up to doing detailed research, so I just installed a bunch of programs off the repository that look like they might do the job, and tried them one by one. Disappointingly, most of them wouldn’t work out the box despite promising descriptions. So as it turns out, the first program that Just Worked ™ was Timidity. So here I am telling you about it to save you time ;) You’ll need to install it off the repo in Ubuntu, while OpenSUSE appears to have it installed by default.

To play a MIDI file, simply do

timidity [yourfile.midi]

Command-line haters can get a nice gtk-based GUI too by installing the extras packages for Timidity and doing:

timidity -ig

I know a complete solution should also make it so that click/double-clicking on a MIDI file automatically opens the appropriate player, but I’m too lazy to check for something that gets all that done on installation, especially since I only wanted to play one MIDI file. Just manually configure your system to call timidity or something.

196
Rate this post
Thanks!
An error occurred!

Ubunchu 03 ~ Halp! I’ve been Moefied!

Me to a Tee.

Read More

171
Rate this post
Thanks!
An error occurred!

Don’t yell at your developers! ~ a small rant

People who use community-developed, open source software need to acquaint themselves with a very important principle – everyone has equal responsibility towards the state of the product, because everyone is able to contribute and people who do contribute do it voluntarily.

Don’t get angry and take it out on the contributers when you want a feature and it fails to happen – especially the “LOOK OUTLOOK HAS IT” kind. None of us are any more obliged to spend our time implementing your feature than you are. You are not a customer, and we are not here to serve you. We are a community, and the responsibility for ensuring and improving the quality of our product lies evenly spread upon our joint shoulders.

Some of us have spent hours and hours of our own free time learning how to fix bugs, develop features, triage bugs, write documentation or make any other innumerable kinds of contribution to the community project. The absolute least you can do if you don’t want to learn to join us is to keep your tongue in check when talking to the people who have taken the time off to work on the stuff you use.

And please do not say that something is “easy“. If you actually know that it is easy, please just fix it. If you don’t really know, then please don’t sum up hours of someone else’s effort with that one unflattering, inconsiderate, and completely useless word.

Thank you.

163
Rate this post
Thanks!
An error occurred!

Nanami Madobe? How about Rina Kusuda?

I guess, given the resonance of the news with the geek-otaku underpinnings of this blog, it’s high time I finally came out and said something about this chick:

Tsundere remark: W.. we have multi-touch support in KDE SC 4.4 too. J-Just so you know!

(Warning: this post may contain an unhealthy dose of nonsense)

Read More

126
Rate this post
Thanks!
An error occurred!

ODF and Windows 7

Wow, I didn’t plan on posting until I did a proper ‘opening ceremony’ post but this one is too interesting to escape mention:

Do you see what I see?

Native, out-the-box ODF support? In MY Microsoft software? You bet! A quick, deserved salute here to Microsoft. One small step for a company, one giant leap forward for document format interoperability.

People on Windows 7 will be getting ODT’s from me from now on >=)

13
Rate this post
Thanks!
An error occurred!

Page 8 of 8

Powered by WordPress & Theme by Anders Norén