This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mateusz$ makepkg /home/mateusz/build/oracle 21:05 | |
==> Tworzę pakiet: oracle-xe 11.2.0_1.0-1 (pią, 27 lip 2012, 21:05:56 CEST) | |
==> Sprawdzanie zależności potrzebnych do uruchomienia... | |
==> Sprawdzanie zależności potrzebnych do budowy... | |
==> Pobieranie źródeł... | |
-> Znaleziono oracle-xe-11.2.0-1.0.x86_64.rpm.zip | |
-> Znaleziono oracle_env.csh | |
-> Znaleziono oracle_env.sh | |
-> Znaleziono oracle-xe | |
-> Znaleziono oracle-xe.conf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh vps <<'EOS' | |
ls | |
relase_name="release-$(date +%F-%H:%M)" | |
echo $release_name | |
EOS | |
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while IFS= read -r line ; do | |
dir=$(echo "$line" | sed -E 's/<.?module>//g') | |
module=$(basename $dir) | |
echo $module | |
done < <(grep "<module>" pom.xml) | |
impersonate-portlet-trunk | |
liferay-pentaho-proxy-trunk | |
menu-portlet-trunk | |
pag-bc-trunk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dont-log-out() { | |
zle -M "na-ah..." | |
}; | |
noquit() { | |
zle -N dont-log-out; | |
bindkey '^D' dont-log-out | |
setopt ignore_eof | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" vim not vi | |
set nocompatible | |
set noeb vb t_vb= | |
set vb t_vb= | |
" use 256 colors scheme | |
"set t_Co=256 | |
" show line number | |
"set nu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sob, 24 wrz 2011, 00:26:32 CEST | |
[root@phobos mateusz]# hwclock -w --utc | |
[root@phobos mateusz]# hwclock --show | |
sob, 24 wrz 2011, 00:26:46 -0.297302 sekund | |
[root@phobos mateusz]# date | |
sob, 24 wrz 2011, 00:27:02 CEST |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@phobos mateusz]# hwclock --show | |
sob, 24 wrz 2011, 22:10:45 -0.411123 sekund | |
[root@phobos mateusz]# hwclock --utc | |
sob, 24 wrz 2011, 22:10:59 -0.281660 sekund | |
[root@phobos mateusz]# hwclock -w --utc | |
[root@phobos mateusz]# date | |
sob, 24 wrz 2011, 22:11:06 CEST | |
[root@phobos mateusz]# date | |
sob, 24 wrz 2011, 22:11:24 CEST | |
[root@phobos mateusz]# cat /etc/rc.conf | grep -i timezo |
NewerOlder