How To Use a USB Stick to Install Windows Home Server or anything else for that matter
How To Use a USB Stick to Install Windows Home Server or anything else for that matter – Using Windows Home Server
September 2nd, 2011
Malcolm Chalmers Open Linux Firewall Port
August 19th, 2011
Malcolm Chalmers Open port 80
Open flle /etc/sysconfig/iptables:
# vi /etc/sysconfig/iptables
Append rule as follows:
-A RH-Firewall-1-INPUT -m state –state NEW -m tcp -p tcp –dport 80 -j ACCEPT
Save and close the file. Restart iptables:
# /etc/init.d/iptables restart
via http://www.cyberciti.biz/faq/howto-rhel-linux-open-port-using-iptables/
ORA-27121: unable to determine size of shared memory segment
August 8th, 2011
Malcolm Chalmers If when you are trying to login to Oracle 10G on linux you get :
ORA-01034: ORACLE not available
ORA-27121: unable to determine size of shared memory segment
Linux Error: 13: Permission denied
This is caused by Oracle installer not setting setuid on $ORACLE_HOME/bin/oracle.
To fix do:
$ cd $ORACLE_HOME/bin
$ chmod 6751 oracle
via http://www.jasonash.com/techblog/index.php/linux/ora-27121-unable-to-determine-size-of-sh
How to turn on or off colors in bash
August 4th, 2011
Malcolm Chalmers The colours in the BASH shell might look on when using the full GUI window environment, but when you remoted in and just using a black puTTY shell, they can make things hard to read.
Here’s how to turn them off,
for a single commnd,
ls --color=none
or all future commands,
unalias ls
Blackberry Messenger Barcode Generator
July 14th, 2011
Malcolm Chalmers Share, Save, Embed & Bookmark your generated BBM Pin, SMS, URL, Text or Phone Number barcode!
Online Image Converter
June 27th, 2011
Malcolm Chalmers Old Application Downloads
May 26th, 2011
Malcolm Chalmers
I found a great site last night called OldApps.com.
It keeps old versions of applications available for download.
I was having trouble with the new version of iTunes (10.2.2), it seems to have broken the ‘organize media’ function. I was able to download 10.2.1 from this site.
I uninstalled 10.2.2, installed 10.2.1 and the organize media function now works.
Mount a ISO file in Solaris
May 26th, 2011
Malcolm Chalmers Global Hotkeys for iTunes
May 25th, 2011
Malcolm Chalmers
Fantastic app! Simply runs in the background and allows you to set/use short cut keys for controlling iTunes.
http://code.google.com/p/hktunes/
Changing a SQL database name
May 24th, 2011
Malcolm Chalmers
USE master;
alter database DB1_DEV set SINGLE_USER with rollback immediate
go
ALTER DATABASE DB1_DEV
Modify Name = DB1;
GO
alter database DB1 set MULTI_USER
go
RSS Feed
Twitter

