Estimated read time: 1 minutes
pacman -S php-docs-XX
where XX is your language code, like "hu" for Hungarian and so on :)
Estimated read time: 1 minutes
pacman -S php-docs-XX
where XX is your language code, like "hu" for Hungarian and so on :)
Estimated read time: 1 minutes
Estimated read time: 1 minutes
Estimated read time: 1 minutes
Estimated read time: 1 minutes
Estimated read time: 1 minutes
Estimated read time: 1 minutes
smartctl -a /dev/hdc|grep Celsius|sed 's/.* \([0-9]*\)$/\1/'
Estimated read time: 1 minutes
till now the download code was in pacman's code which was meant that every frontend had to have its own downlaad code - causing a big code duplication. today i've pushed 15 patches to the pacman darcs repo which moved this functionality finally to the library :)
the patches:
Estimated read time: 1 minutes
i was hired to create a vpn between 2 frugal machines, alwas i was asked to share the results. so here they came.
NOTE: i'm not a vpn genious, nor want to write yet another "the best" howto. just the brief story of the vpn setup under Frugalware
you can reach it here, feel free to improve it :)
Estimated read time: 1 minutes
#!/bin/bashfoo() { true }
if declare -f foo >/dev/null; then echo "foo() declared" else echo "foo() is not declared" fi