Eliksir

Eliksir (Elixir) is the second studio album by Norwegian hard rock band Skambankt. The first single "Tyster" received a decent amount of radio airplay, and it entered the Norwegian album charts on 8th place the week after its release. A video was made to promote the record's second single "Dynasti". The "Intro", which is the main riff of "Nok et Offer" played on church bells, was played on the bells of the clocktower of Oslo Rådhus in Oslo and recorded. "Nok et Offer" originally appeared on the Skamania EP, but was re-recorded for this album. The track "Siste Stikk" was recorded in the independent studio Suksesslaboratoriet rather than the Propeller Music Division Studio.

Eliksir
Studio album by
Released29 January 2007 (2007-01-29)
Recorded2007
StudioPropeller Music Division, Norway
Genre
Length44:12
LabelDogJob/Tuba Records
ProducerWinters/Fist
Skambankt chronology
Skamania (EP)
(2005)
Eliksir
(2007)
Hardt Regn
(2009)
Professional ratings
Review scores
SourceRating
Aftenposten [1]
Dagbladet [2]
Gaffa [3]
Side 2 [4]
Stavanger Aftenblad [5]
VG [6]

Track listing

All music/lyrics by Ted Winters/Don Fist unless otherwise noted. All lyrics are in the Norwegian language.

  1. "Intro"
  2. "Nok et Offer" (Another Victim)
  3. "Dynasti" (Dynasty)
  4. "Stormkast #1" (Gust #1)
  5. "Tyster" (Snitch)
  6. "Ordets Gud" (God of Words)
  7. "Min Eliksir" (My Elixir)
  8. "Siste Stikk" (Last Laugh) (Winters)
  9. "Fritt Fall" (Free Fall) (Winters)
  10. "Angst"
  11. "Idyllillusjonen" (The Utopia Illusion)
  12. "Bak Låste Dører" (Behind Locked Doors)

Chart

Chart (2007) Peak
position
Norwegian Albums (VG-lista)[7] 8


gollark: Not specifically wordpress, no.
gollark: I would probably use nginx, because I'm used to it and it has nicer configuration:```nginxhttp { # whatever important configuration you have for all HTTP servers, `nginx.conf` probably ships with some # fallback in case someone visits with an unrecognized Host header server { listen 80 default_server; listen [::]:80 default_server; return 301 http://somedomain$request_uri; } server { listen 80; # you may (probably do) want HTTPS instead, in which case this bit is somewhat different - you need to deal with certs and stuff, and use port 443 - also you should probably add HTTP/2 listen [::]:80; # IPv6 server_name domain1.com; location / { proxy_pass http://backend1:8080/; } } server { listen 80; listen [::]:80; server_name domain2.com; location / { proxy_pass http://backend2:8080/; } }}```
gollark: The reverse-proxy solution is in my opinion the best one, although it would require some config.
gollark: I think LetsEncrypt may not be very happy with that, though.
gollark: Yes, and you can just use a reverse proxy (with "vhosts" or whatever) for that, easy enough.

References

  1. Fossberg, Harald (29 January 2007). "Med trynet fullt av grus". oslopuls.no (in Norwegian). Archived from the original on 2007-06-03. Retrieved 2007-02-13.
  2. Grønneberg, Anders (2007-01-30). "Bli skambankt!". Dagbladet.no (in Norwegian).
  3. Petersen, Erik Barkman (29 January 2007). "Den store norske knytnæve tæsker videre på album nummer to". Gaffa.dk (in Danish). Archived from the original on 2007-09-11. Retrieved 2017-05-21.
  4. Dimmen, Pål (30 January 2007). "Banker videre". Side2.no (in Norwegian). Archived from the original on 2007-09-26. Retrieved 2007-02-13.
  5. Wold, Kjetil (24 January 2007). "Skambankt nok en gang". Stavanger Aftenblad (in Norwegian). Archived from the original on 2012-08-26. Retrieved 2007-02-13.
  6. Talseth, Thomas (30 January 2007). "Skambankt: «Eliksir»". VG (in Norwegian). Retrieved 2017-05-21.
  7. "Norwegiancharts.com – Skambankt – Eliksir". Hung Medien.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.