Sele ležijo v čudoviti dolini skoraj tisoč metrov nad morjem. Na jugu dolino omejuje mogočno ostenje Košute. Tistim, ki si še vedno ne predstavljajo lokacije, naj namignem, da so ravno na sredi med Železno Kaplo (da prav je napisano - ni Kaplja, pač pa Kapla) in Borovljami.
Hiše so raztresene daleč naokrog po občini, ki ima sedem naselij. Nekatere kmetije so precej oddaljene, pa vseeno do večine vodi lepa asfaltna cesta. Občina je dvojezična in s slovenskim jezikom boste opravili vse, kar boste želeli.
Malo zgodovine - slovenski živelj je tukaj vedno imel trde boje za svoj obstoj. Še posebej hudo je bilo obdobje nacizma. Na tem področju so partizani skoraj v osrčju rajha bili svoj boj. Domačini, ki so jih podpirali so krvavo plačali svoj idealizem v obstoj slovenskega naroda. Še posebej znan je dunajski proces, ko so obglavili trinajst upornikov (štirinajsti je umrl med mučenjem). Pokopani so na vaškem pokopališču.
Izsek iz govora Mire Stadler na letošnji komemoraciji na Dunaju:
... Skupina, ki je obstajala že od leta 1941/42 in so jo nacisti po
izdajstvu zajeli leta 1942 v Hlipovčnikovem bunkerju v Selah.
Predstavljala je prvi oboroženi in organizirani upor na ozemlju
celotnega tedanjega tretjega rajha proti nacistični oblasti. In to v
gau-u Kärnten, ki je veljal za enega najbolj predanih in zvestih nacizmu
in firerju. Da so vsi uporniki in tisti, ki so jih podpirali, bili
Slovenci, pa je seveda vso zadevo še dodatno zaostrovalo.
S časovnim zamikom je v Münchnu začela delovati uporniška skupina
“Bela vrtnica / Weisse Rose”, ki sta jo vodila brat in sestra Hans in
Sophie Scholl. Tudi njim je sodil Freisler, in tudi nje so obsodili na
smrt in jih obglavili februarja 1943.
Nemci so danes ponosni na te upornike, v šoli se učimo o sestri in
bratu Scholl, poznamo filme in po njih so imenovane celo ceste. Naše
žrtve pa so zamolčane ...
Ko so po vojni odločali ali naj nastane država Avstrija ali ne, je bila
končna odločitev odvisna od dejstva, če so na področju Avstrije
obstajale protinacistične skupine. In skoraj bi lahko zapisali, da
Avstrija danes obstaja zaradi boja slovenskega naroda proti nacizmu.
Prebivalci so še danes povezani v društvih, ki so poznana tudi v Sloveniji (večina verjetno pozna Pevsko društvo).
Seveda ima vas tudi dvojezično cestno tablo.
V bližini vasi je tudi zajezitveno jezero Borovnica, ki je pravi biser za ribiče. Večina turistov pa se ozre (ali poda) proti Košuti. Upravičeno.
Vsekakor vam predlagam izlet od Borovelj do vasi Sele. Nazaj v Slovenijo pa preko sedla Šajda do Železne Kaple in nato na Jezerski vrh.
19 May 2013
04 January 2013
Most interesting Windows 8 keyboard shortcuts
WIN -> switch between Modern Desktop Start screen (Metro) and the last accessed application
WIN + C -> Charms bar
WIN + Q -> App Search screen
WIN + F -> File Search screen
WIN + W -> Settings Search screen
WIN + X -> Windows Tools Menu (Admin Menu)
WIN + PrtScn -> Takes a screenshot and saves it in the Pictures folder
WIN + E -> Windows Explorer
WIN + R -> Run dialog box
WIN + D -> Show/Hide all windows
WIN + L -> Lock computer
WIN + UpArrow -> Maximize current window
WIN + DownArrow -> Minimize current window
WIN + TAB -> Cycle through open apps in Modern Desktop (Metro)
ALT + TAB -> Cycle through open apps
Shift + Delete -> Permanently delete the item (without sending it to the Recycle Bin)
PrtScn -> Takes a screenshot of the screen and place it in the clipboard
31 December 2012
Wake-on-LAN (WOL) in Windows 8
What is WOL?
WOL feature wakes a computer from a low power state when a network adapter detects a WOL event (Ethernet packet).
I have used WOL feature for a long time. It is nice feature if you want to start your computer over the network (or internet). After installing Windows 8 I noticed that WOL doesn't work. What is wrong with WOL on Windows 8?
Microsoft changed the behavior of Shutdown procedure in Windows 8. Now network adapter don't accept WOL events after Shutdown, because Shutdown now means "zero power consumption and battery drain" (quote from Microsoft). This means that Shutdown is now real Switch off.
Solution
If you want to use WOL feature, you now need to use Sleep or Hibernate.
Sleep mode
Computer shuts down most components, but leaves some power going to keep the main memory powered.
Pros: Goes into sleep mode fast. Comes out fast
Cons: Uses up a small amount of power. If the battery dies (or is removed), all data in memory will be lost.
Hibernate mode
Computer saves the contents of memory to disk (file is called "hiberfil.sys"), and then turns itself off completely.
Pros: Uses no power, so computer can lose all power and will still recover. User has all programs and settings untouched.
Cons: Slow to go into Hibernate mode. Slow to come out.
WOL feature wakes a computer from a low power state when a network adapter detects a WOL event (Ethernet packet).
I have used WOL feature for a long time. It is nice feature if you want to start your computer over the network (or internet). After installing Windows 8 I noticed that WOL doesn't work. What is wrong with WOL on Windows 8?
Microsoft changed the behavior of Shutdown procedure in Windows 8. Now network adapter don't accept WOL events after Shutdown, because Shutdown now means "zero power consumption and battery drain" (quote from Microsoft). This means that Shutdown is now real Switch off.
Solution
If you want to use WOL feature, you now need to use Sleep or Hibernate.
Sleep mode
Computer shuts down most components, but leaves some power going to keep the main memory powered.
Pros: Goes into sleep mode fast. Comes out fast
Cons: Uses up a small amount of power. If the battery dies (or is removed), all data in memory will be lost.
Hibernate mode
Computer saves the contents of memory to disk (file is called "hiberfil.sys"), and then turns itself off completely.
Pros: Uses no power, so computer can lose all power and will still recover. User has all programs and settings untouched.
Cons: Slow to go into Hibernate mode. Slow to come out.
26 December 2012
Missing CD/DVD drive in Windows 8
I need one week to find out why CD\DVD drive isn't recognized in newly installed Windows 8. There was two strange things:
1. CD/DVD is listed in BIOS.
2. Windows 8 was installed from DVD
But in Windows 8 CD/DVD drive wasn't recognized. After many hours searching on the web, I found a simple solution on Microsoft forum.
1. Open Command-Prompt window as an Administrator.
2. Run the command:
reg.exe add "HKLM\System\CurrentControlSet\Services\atapi\Controller0" /f /v EnumDevice1 /t REG_DWORD /d 0x00000001
3. Reboot.
I'm sure Microsoft will add this line in next update... but until then, you can use this solution.
1. CD/DVD is listed in BIOS.
2. Windows 8 was installed from DVD
But in Windows 8 CD/DVD drive wasn't recognized. After many hours searching on the web, I found a simple solution on Microsoft forum.
1. Open Command-Prompt window as an Administrator.
2. Run the command:
reg.exe add "HKLM\System\CurrentControlSet\Services\atapi\Controller0" /f /v EnumDevice1 /t REG_DWORD /d 0x00000001
3. Reboot.
I'm sure Microsoft will add this line in next update... but until then, you can use this solution.
Subscribe to:
Posts (Atom)




