Friday, December 16, 2011
Monday, October 17, 2011
Procrastination
Inanilmaz. Tatildeyim ve bu kadar olur. Uc haftada bikac ep editing disinda hic bisi yapmadim.
Monday, May 16, 2011
OEL/RHEL/CentOS with Kickstart
Stick the kickstart file into a USB thumb drive, stick the OEL 5.6 DVD in and at the boot prompt, type the following.
linux install ks=hd:sdc1:/anaconda-ks.cfg
# Kickstart file automatically generated by anaconda.
install
cdrom
lang en_US.UTF-8
keyboard uk
xconfig --startxonboot
network --device eth0 --bootproto static --ip ww.xx.yy.zz --netmask 255.255.255.0 --gateway ww.xx.yy.1 --nameserver ww.xx.qq.100,ww.xx.qq.200 --hostname server-hostname
network --device eth1 --onboot no --bootproto dhcp --hostname server-hostname
network --device eth2 --onboot no --bootproto dhcp --hostname server-hostname
network --device eth3 --onboot no --bootproto dhcp --hostname server-hostname
rootpw --iscrypted $1$sh0s0soK$WjLkNUPP9YN2oosj4LRDQ0
firewall --enabled --port=22:tcp
authconfig --enableshadow --enablemd5
selinux --enforcing
timezone --utc Europe/London
bootloader --location=mbr --driveorder=sda,sdb --append="rhgb quiet"
# The following is the partition information you requested
# Note that any partitions you deleted are not expressed
# here so unless you clear all partitions first, this is
# not guaranteed to work
clearpart --linux --drives=sda,sdb
part /boot --fstype ext3 --size=100 --ondisk=sda
part pv.3 --size=0 --grow --ondisk=sda
part pv.8 --size=100 --grow --ondisk=sdb
volgroup VolGroup00 --pesize=32768 pv.3
volgroup StageVG --pesize=32768 pv.8
logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=1000 --grow --maxsize=34176
logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1024 --grow
logvol /opt/stage --fstype ext3 --name=StageLV --vgname=StageVG --size=139360
%packages
@admin-tools
@base
@core
@development-libs
@development-tools
@dialup
@editors
@ftp-server
@gnome-desktop
@graphical-internet
@legacy-network-server
@legacy-software-development
@legacy-software-support
@network-server
@office
@printing
@server-cfg
@system-tools
@smb-server
@x-software-development
@base-x
system-config-kickstart
kexec-tools
iscsi-initiator-utils
fipscheck
squashfs-tools
device-mapper-multipath
sgpio
perl-Convert-ASN1
imake
emacs
gftp
telnet-server
tftp-server
gtk+
compat-db
openmotif22
vnc-server
dnsmasq
system-config-boot
ocfs2-2.6.18-238.el5
rdesktop
ocfs2console
tsclient
e4fsprogs
lslk
createrepo
nmap-frontend
oracle-validated
audit
net-snmp-utils
mc
ocfs2-tools
sysstat
mesa-libGLU-devel
xorg-x11-utils
xorg-x11-server-Xnest
-diffstat
-splint
-texinfo
-automake15
-subversion
-gcc-gfortran
-rcs
-automake16
-automake17
-automake14
-ctags
-dogtail
-swig
-dev86
-doxygen
-cvs
-cscope
-rwho
-rusers
-zisofs-tools
-xdelta
-OpenIPMI-tools
-bluez-hcidump
-zsh
linux install ks=hd:sdc1:/anaconda-ks.cfg
# Kickstart file automatically generated by anaconda.
install
cdrom
lang en_US.UTF-8
keyboard uk
xconfig --startxonboot
network --device eth0 --bootproto static --ip ww.xx.yy.zz --netmask 255.255.255.0 --gateway ww.xx.yy.1 --nameserver ww.xx.qq.100,ww.xx.qq.200 --hostname server-hostname
network --device eth1 --onboot no --bootproto dhcp --hostname server-hostname
network --device eth2 --onboot no --bootproto dhcp --hostname server-hostname
network --device eth3 --onboot no --bootproto dhcp --hostname server-hostname
rootpw --iscrypted $1$sh0s0soK$WjLkNUPP9YN2oosj4LRDQ0
firewall --enabled --port=22:tcp
authconfig --enableshadow --enablemd5
selinux --enforcing
timezone --utc Europe/London
bootloader --location=mbr --driveorder=sda,sdb --append="rhgb quiet"
# The following is the partition information you requested
# Note that any partitions you deleted are not expressed
# here so unless you clear all partitions first, this is
# not guaranteed to work
clearpart --linux --drives=sda,sdb
part /boot --fstype ext3 --size=100 --ondisk=sda
part pv.3 --size=0 --grow --ondisk=sda
part pv.8 --size=100 --grow --ondisk=sdb
volgroup VolGroup00 --pesize=32768 pv.3
volgroup StageVG --pesize=32768 pv.8
logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=1000 --grow --maxsize=34176
logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1024 --grow
logvol /opt/stage --fstype ext3 --name=StageLV --vgname=StageVG --size=139360
%packages
@admin-tools
@base
@core
@development-libs
@development-tools
@dialup
@editors
@ftp-server
@gnome-desktop
@graphical-internet
@legacy-network-server
@legacy-software-development
@legacy-software-support
@network-server
@office
@printing
@server-cfg
@system-tools
@smb-server
@x-software-development
@base-x
system-config-kickstart
kexec-tools
iscsi-initiator-utils
fipscheck
squashfs-tools
device-mapper-multipath
sgpio
perl-Convert-ASN1
imake
emacs
gftp
telnet-server
tftp-server
gtk+
compat-db
openmotif22
vnc-server
dnsmasq
system-config-boot
ocfs2-2.6.18-238.el5
rdesktop
ocfs2console
tsclient
e4fsprogs
lslk
createrepo
nmap-frontend
oracle-validated
audit
net-snmp-utils
mc
ocfs2-tools
sysstat
mesa-libGLU-devel
xorg-x11-utils
xorg-x11-server-Xnest
-diffstat
-splint
-texinfo
-automake15
-subversion
-gcc-gfortran
-rcs
-automake16
-automake17
-automake14
-ctags
-dogtail
-swig
-dev86
-doxygen
-cvs
-cscope
-rwho
-rusers
-zisofs-tools
-xdelta
-OpenIPMI-tools
-bluez-hcidump
-zsh
Sunday, April 24, 2011
Things done today
Released a podcast, tidied up the place and rode to Hemel and had some beer with MehmetN. Lovely biking weather. Overall a satisfactory day.
Saturday, March 26, 2011
TUC walk
I should have been in London today. With all these trips going on, I completely forgot about it. Darnit...
Saturday, February 26, 2011
Hobbies & Guilt
I've been reading the old entries here. I haven't done much lately. Today I tidied up the room. That's it. I mean, seriously. I plugged the new antennas in and listened to 20 and 40m but didn't transmit again. Last entry in the logbook is now years old. I've become a real lurker SWL. Some kind gentleman from Ofcom extended my reciprocal licence until 2016 so I don't have to worry about it for an other couple of years.
I spent some cash on vertical antennas for 20 and 6 meters and got a short vertical for 80m to 70cm and guess what, the stupid wire antenna around the room beats the lot for reception. I was hoping for something a bit better than that.
I haven't been writing, composing nor playing anything lately. I haven't taken the scope out for a year nor I have used the small scope nor binos for a coupe of months now. I haven't touched the camera for weeks until today (shot a couple of sun+cloud pictures through a dirty window).
I haven't found a new band to listen for a while and last time I went to a concert was Hawkwind in Cambridge and that was some damn time ago.
I've been reading a bit, at least I can say I've done that.
Tomorrow, a new day, hopefully.
I spent some cash on vertical antennas for 20 and 6 meters and got a short vertical for 80m to 70cm and guess what, the stupid wire antenna around the room beats the lot for reception. I was hoping for something a bit better than that.
I haven't been writing, composing nor playing anything lately. I haven't taken the scope out for a year nor I have used the small scope nor binos for a coupe of months now. I haven't touched the camera for weeks until today (shot a couple of sun+cloud pictures through a dirty window).
I haven't found a new band to listen for a while and last time I went to a concert was Hawkwind in Cambridge and that was some damn time ago.
I've been reading a bit, at least I can say I've done that.
Tomorrow, a new day, hopefully.
still not right
Disorder | Your Score |
---|---|
Major Depression: | Very High |
Dysthymia: | High-Moderate |
Bipolar Disorder: | Extremely High |
Cyclothymia: | Very High |
Seasonal Affective Disorder: | Extremely High |
Postpartum Depression: | N/A |
Take the Depression Test |
Was like this in 2007. Still broken.
Thursday, February 10, 2011
Ubuntu Keyserver not accessible
Don't you hate it when this happens?
root@hakan-pc:~# sudo add-apt-repository ppa:libreoffice/ppa
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv 36E81C9267FD1383FCC4490983FBA1751378B444
gpg: requesting key 1378B444 from hkp server keyserver.ubuntu.com
gpgkeys: HTTP fetch error 7: couldn't connect to host
This usually happens because the keyserver port is blocked by a corporate firewall. You can use an other machine to fetch the keys and load them.
Sample here for the libreoffice ppa:
Grab the fingerprint from the ppa page, i.e., 36E81C9267FD1383FCC4490983FBA1751378B444
gpg --keyserver keyserver.ubuntu.com --recv 36E81C9267FD1383FCC4490983FBA1751378B444
gpg --export --armor 36E81C9267FD1383FCC4490983FBA1751378B444 > libreoffice_ppa.key
scp libreoffice_ppa.key targetserver:~/
on the target server,
cat libreoffice_ppa.key | sudo apt-key add -
apt-get update
All done.
root@hakan-pc:~# sudo add-apt-repository ppa:libreoffice/ppa
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv 36E81C9267FD1383FCC4490983FBA1751378B444
gpg: requesting key 1378B444 from hkp server keyserver.ubuntu.com
gpgkeys: HTTP fetch error 7: couldn't connect to host
This usually happens because the keyserver port is blocked by a corporate firewall. You can use an other machine to fetch the keys and load them.
Sample here for the libreoffice ppa:
Grab the fingerprint from the ppa page, i.e., 36E81C9267FD1383FCC4490983FBA1751378B444
gpg --keyserver keyserver.ubuntu.com --recv 36E81C9267FD1383FCC4490983FBA1751378B444
gpg --export --armor 36E81C9267FD1383FCC4490983FBA1751378B444 > libreoffice_ppa.key
scp libreoffice_ppa.key targetserver:~/
on the target server,
cat libreoffice_ppa.key | sudo apt-key add -
apt-get update
All done.
Subscribe to:
Posts (Atom)