Kanały:
Wpisy
Komentarze

Archiwum kategorii ‘tech’

wordpress tags vs categories

I can have cloud widget for both tags and categories 1:1
I can have counter how many posts in category 0:1
I can have hierarchy of categories 0:1
It’s easy to create new tags, just separate them with comas 1:0
I can choose from tags from the “most used tags” cloud 1:0
Categories are less chaotic 0:1
So categories [...]

Przeczytaj cały Post »

openoffice3

http://forums.gentoo.org/viewtopic-p-5086406.html#5086406
ściągamy z http://download.openoffice.org/ wersję developerską.
mkdir ~/oo3
cd ~/oo3
tar xzvf OOo_3.0.0beta_20080429_LinuxIntel_install_en-US.tar.gz
cd BEA300_m2_native_packed-2_en-US.9301/
mkdir TAR
mkdir EXTRACT
cd RPMS
for i in *; do rpm2tar ${i}; done
mv *.tar ../TAR
cd ../TAR
for i in *; do tar xvf ${i} -C ../EXTRACT; done
~/oo3/BEA300_m2_native_packed-2_en-US.9301/EXTRACT/opt/openoffice.org3/program/soffice

Przeczytaj cały Post »

git i trac na assembla.com

po zarejestrowaniu tworzę new space.
Po utworzeniu przechodzę na admin, potem zakładka tools, usuwam wszystkie narzędzia i włączam trac/git. Na górze strony pokaże się komunikat że trzeba wgrać swój publiczny klucz ssh.
Ale wcześniej tworzę klucz według http://gentoo-wiki.com/SECURITY_SSH_without_a_password. Przed wygenerowaniem musiałem zmienić uprawnienia folderu: chmod 700 ~/.ssh a potem powrót chmod 600 ~/.ssh
publiczny klucz zostanie utworzny jako [...]

Przeczytaj cały Post »

84 gry na linuksa bez wine

http://www.linuxlinks.com/article/20080530054213402/CommercialGames.html
http://www.linuxlinks.com/article/20080510052539217/Games.html

Przeczytaj cały Post »

filesystem checksum

na różnych systemach plików miałem uszkodzone pliki po jakimś czasie używania.
Jeśli nasz komputer to pc a nie notebook to trzeba najpierw zabezpieczyć się przed przerwami w dostawie pradu. Rozwiązania są dwa: ups lub kontroler raid z baterią.
Większość nowoczesnych systemów plików posiada coś takiego jak journaling. Ale jego implementacja może się różnić. I tak xfs journaluje [...]

Przeczytaj cały Post »

Ciekawy kontragrument
In any case, the “bazaar/cathedral” dichotomy is an ideologically-inspired caricature, introduced by Eric S. Raymond to denigrate the efforts of Stallman and the GNU Project.
http://thebeezspeaks.blogspot.com/2008/05/i-like-my-bazaar.html?showComment=1209911040000#c3979700958745815900

Przeczytaj cały Post »

gimp svn i gentoo

echo “dev-libs/glib ~x86″ >> /etc/portage/package.keywords
#na nowym systemie nie wymagane nowe glib
emerge glib
#gtk-doc wymagany przez gimp, chociaż można to wyłączyć
#ruby wymagany przez gegl configure
emerge gtk-doc ruby
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
mkdir gimp_svn
cd gimp_svn
svn co http://svn.gnome.org/svn/babl/trunk/ babl
svn co http://svn.gnome.org/svn/gegl/trunk/ gegl
svn co http://svn.gnome.org/svn/libxslt/trunk/ libxslt
svn co http://svn.gnome.org/svn/gimp/trunk/ gimp
emerge gtk-doc
cd babl
./autogen.sh && make && make install
cd ../gegl
./autogen.sh && make && make install
cd ../libxslt
./autogen.sh && [...]

Przeczytaj cały Post »

no właśnie miał z tym problem openoffice i teraz jest domyślnie pl_PL.utf8

Przeczytaj cały Post »

.bashrc

alias em=”emacs”

declare -x EDITOR=”emacs”

#declare -x EDITOR=”vim” [...]

Przeczytaj cały Post »

http://www.les-stooges.org/pascal/pencil/index.php
http://www.linux.com/feature/131921

Przeczytaj cały Post »

Starsze wpisy »