Est Est Est at Zoccolo on May 25, 2012, video
Went through the footage from the Est Est Est show on May 25 at Zoccolo. Got 5 full songs out of it. The Reflection video is above; below the cut are 4 new songs (Squirrel Island, Victory Day, Morgunchik, The Parfenovs) — some of which will be released this autumn on an EP, the rest in the spring on a new album.
Dimmu Borgir at Aurora, June 3, 2012, video
Dimmu Borgir — a Norwegian band playing symphonic black metal. Hellish stuff :)
Est Est Est at Zoccolo on May 25, 2012, audio
Another bootleg from an Est Est Est gig — the show at Zoccolo on 25.05.2012.
This was the band’s 30th show.
Tracklist:
01. Pasta
02. Olympiad
03. The Apartment One
04. Reflection
05. The House Painter Duck
06. Résumé
07. Spring
08. Palette
09. Squirrel Island
10. Fantasy (no trumpet)
11. Winter
12. Victory Day
13. Morgunchik
14. Lisbon
15. Autumn
16. Summer
17. Fantasy (with trumpet)
18. The Parfenovs
Zebrahead (USA) at Aurora, May 17, 2012, video
The foreign ones really know how to put on a show.
How to install Sublime Text 2 on Ubuntu 12.04 with Unity
Sublime Text 2 runs without installation, but doesn’t integrate with the system at all. You can’t even associate certain file types with it out of the box. How to install Sublime and integrate it with the system:
- Unpack the Sublime archive
-
Move Sublime to /usr/lib:
sudo mv Sublime\ Text\ 2 /usr/lib/ -
To launch the editor from the terminal with the «sublime» command:
sudo ln -s /usr/lib/Sublime\ Text\ 2/sublime_text /usr/bin/sublime -
To create a Unity launcher that shows up properly in the dock:
and paste in the following:sudo sublime /usr/share/applications/sublime.desktop
[Desktop Entry] Version=1.0 Name=Sublime Text 2 # Only KDE 4 seems to use GenericName, so we reuse the KDE strings. # From Ubuntu's language-pack-kde-XX-base packages, version 9.04-20090413. GenericName=Text Editor Exec=sublime Terminal=false Icon=/usr/lib/Sublime Text 2/Icon/48x48/sublime_text.png Type=Application Categories=TextEditor;IDE;Development X-Ayatana-Desktop-Shortcuts=NewWindow [NewWindow Shortcut Group]
Name=New Window Exec=sublime -n TargetEnvironment=Unity -
If you want to set file associations so that certain file types open in Sublime:
and in that file replace every gedit.desktop with sublime.desktopsudo sublime /usr/share/applications/defaults.list
After this, everything will look as if it’s native.
Connecting via SFTP using a Public Key (.pem)
Another quick reference. I had to connect to Amazon EC2 using a public .pem key. Had to google around and ask people to figure out how to connect via SFTP and access the server’s file system right from the file manager.
To connect over ssh:
chmod 600 public_key.pem && ssh -i public_key.pem user@server
For SFTP on Ubuntu:
edit the ssh config (create it if it doesn’t exist)
nano ~/.ssh/config
and put this in:
Host AnyName
IdentityFile /path/to/public_key.pem
Done. Then in Nautilus: File → Connect to Server, choose SSH and put user@server in the Server field, then hit Connect.
A Key is A Key — the design of the Long Long Slow Slow album
On the second day of SKIF, the Danish band A Key is a Key gave us their album. When they handed it to me I was a bit lost — by size, it was a vinyl (the small format). Immediately the thought: where am I going to play vinyl? But it’s not that simple…