Posts

Showing posts with the label Ubuntu

New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

faster command line keyboard settings

Image
Recently one of my colleagues asked how some presenters can have really fast keyboard - especially when going left or right in terminal using arrows. It was serendipity for me :) The only thing that you need to adjust (or maybe I need to get used to) is delay. It doesn't make that much difference but it's still good to have it slightly lower than default. Btw. Best thing about it is that there are similar setting screens in all Operating Systems these days so just go to Keyboard Settings and make "Speed" faster :)

How to Disable Hiding of Menu items in Ubuntu

Image
For me this feature of hiding menu items in global menu is just annoying. Maybe there are people that doesn't need it, but I do, and it makes me longer to get there if I event can't see where it should be... So how to see menu items all the time? First install compiz-config: sudo apt-get install compizconfig-settings-manager example from:  http://ubuntuguide.net/how-to-change-unity-sidebar-launcher-auto-hide-behaviour-in-ubuntu-11-04 Then install revamped config: http://www.webupd8.org/2012/07/disable-global-menu-autohide-behaviour.html Next open ubuntu config as in post above but open Experimental tab and at the bottom check "Menu Always Visible". That's it :) But if you just doesn't want this you can remove it all together: http://www.liberiangeek.net/2012/04/disable-the-global-menu-in-ubuntu-12-04-precise-pangolin/

Skype 4 installation on Ubuntu 12.04

Yesterday I tried to install Skype, but I have already installed one from Software Center (Skype 2.0) and installation of DEB file faild due to: (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 193346 files and directories currently installed.) Unpacking skype (from .../skype-ubuntu_4.0.0.7-1_amd64.deb) ... dpkg: error processing /home/kris/Downloads/skype-ubuntu_4.0.0.7-1_amd64. deb (--install): trying to overwrite '/etc/dbus-1/system.d/skype.conf', which is also in ...

PL: Wstęp Do Programowania w Linuxie (Ubuntu)

Bardzo ciekawy i wyczerpujący artykuł o podstawach programowania w Linuxie. http://czytelnia.ubuntu.pl/index.php/2008/07/30/wstep-do-programowania-w-linuksie-na-przykladzie-ubuntu/ Przegląd przez popularne języki i edytory. Wszystko czego potrzeba by zacząć programować w Ubuntu.

Ubuntu Unity Indicators

http://askubuntu.com/questions/30334/list-of-application-indicators

Ubuntu Unity Keybord Shortcuts Wallpapers

Image
http://www.webupd8.org/2011/04/ubuntu-unity-keyboard-shortcuts.html The one that I want to use:

Ubuntu Unity Guide

http://castrojo.tumblr.com/post/4795149014/the-power-users-guide-to-unity

Ubuntu Unity problem with Conky

For me works: own_window_colour black own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager own_window_transparent yes own_window_type root own_window yes From:  http://ubuntuforums.org/showthread.php?t=1543722

Eclipse in Ubuntu Karmic

Image
Kolejny problem z Eclipse: Kliknięcie na przycisk "Cancel" zabija Eclipse. Wyjściem jest np: System->Preferencje->Technologie Wspierające i wyłączenie ich poprzez odznaczenie pierwszego chekboxa. Potem wylogowanie i zalogowanie. Z tym że gnome-gmail-notifier przestał mi działać   Nie widać więcej efektów ubocznych a Eclipse już działa więc jak dla mnie opłacalna zamiana a sprawdzanie maila włączę w Pidginie Posted via email from krzychukula's posterous

Eclipse w Ubuntu, koszmar kodowania plików properties

Image
W ramach poznawania Eclipse postanowiłem przepisać w nim jeden z przykładów JSF, mianowicie tabelę z sortowaną tablicą. Jednocześnie Eclipse ma kilka cech które mi się podobają, choćby konfiguracja, jednak nie jest pozbawione wad. To co szczególnie mi się w nim nie podoba to niemożliwość po pisania bez jakichś trudności. Nie wiem o co chodzi, ale na pewno mi się to nie podoba ;)  Tematem dnia są pliki properties, a właściwie jeden. Ile on mi dzisiaj kłopotów sprawił to tylko ja wiem. Od początku: Java używa kodowania UTF-8, tak? No tak. Linux też używa UTF-8... oczywiście. Wieć skąd się wzieło ISO-8859-1???!!! Nie ma pojęcia. Troche poczytałem: np: http://www.martinahrer.at/blog/2007/06/03/eclipse-encoding-settings/ Oraz: http://karussell.wordpress.com/2008/09/04/encoding-issues-solutions-for-linux-and-within-java-apps/   Generalnie chodzi o to co by w ustawieniach projektu zmienić sobie na UTF-8 i ma działać. Efekt? W końcu mogłem zapisać tekst ze znaczkami: ąęźćńó.. ...