Index ¦ Archives ¦ RSS > Tag: en

mkiso update

Estimated read time: 1 minutes

i've worked again a bit on mkiso:

  • now you can (optionally) define a tag, so that after the frugalware repo, not all the locale-extra pkgs will have higher priority than the other extra pkgs, just a selected language's locale pkgs
  • it generates a small stat next to the iso, for example the current ones are available for a while here

have fun! :)


wireless support in the setup

Estimated read time: 1 minutes

#809 was a request for this. the new snapshot supports using a wireless card to fetch packages. the most common problem (probably) will be that extra modules are not included in the netinstall iso. if a module is requested then we'll put it in. so, please request the modules you find to be missing! thanks

OpenOffice.org 2.0.3 Release Candidate 5 has been uploaded

Estimated read time: 1 minutes


new mkiso

Estimated read time: 1 minutes

the current (old) mkiso script worked, but had several limitations:

  • you had to have write access to the repo
  • no dependency checking, you needed to arrange the categories by hand
  • no support for more than one dvd

yes, this all has been gone, there is a new mkiso in the pacman-tools repo (and soon in the next pacman-tools release) which supports all these missing features, basically you need to specify the volume size and the wished volumes in an xml, then mkiso will do everything for you. also it comes with a nice manpage examples :)


xconfig in frugalwareutils

Estimated read time: 1 minutes

a complete rewrite of the old xconfig script in the frugalware pkg is now included in frugalwareutils. since the code is native, it's much more faster. it should work at least as well as the old script, but who knows - if you find any bug then please report it to us

thanks!


rss support in mxw

Estimated read time: 1 minutes

mxw is a simple C irc bot. i've start it as a fun project (usually people write irc bots in perl or python), but currently it handles more and more functions. today i've added rss support (using libmrss) so that on the #frugalware channel mxw_ floods the users with package updates and blog posts ;-)

of course the whole code is still experimental, i hope this post will appear on #frugalware, too :)


distrowatch interview

Estimated read time: 1 minutes

distrowatch published an interview with me, maybe it's interesting :)

pre-0.5pre1 party

Estimated read time: 1 minutes

yesterday LGee, desco, voroskoi and me met each other. you can reach a few pictures taken by LGee here

openoffice-m169-x86_64 ready

Estimated read time: 1 minutes

hi

the newest development snapshots's fpms are ready, you can reach at you-know-where. no big changes, 4 new languages, more patches submitted to upstream (we now only use only a gcc-4.1.0 specific one) and so on


muttng && gpg

Estimated read time: 1 minutes

(maybe this is true for mutt(-devel) too, i'm not sure)

so. first you need a private key, there is a good howto about it here. then you need to copy gpg.rc (for example from /usr/share/doc/mutt-ng-20060402/samples/gpg.rc) to ~/.muttng, then add the following lines to your muttngrc

source ~/.muttng/gpg.rc
unset crypt_autosign
unset crypt_autoencrypt
set crypt_replysign
set crypt_replyencrypt
set crypt_verify_sig=yes
set pgp_sign_as="0xXXXXXXXX"
where XXXXXXXX is your keyid

for autmatic key downloading on checking signatures, add

keyserver-options auto-key-retrieve
to your ~/.gnupg/gpg.conf

that's all :)

© Miklos Vajna. Built using Pelican. Theme by Giulio Fidente on github.