How To Use a USB Stick to Install Windows Home Server or anything else for that matter – Using Windows Home Server

How To Use a USB Stick to Install Windows Home Server or anything else for that matter

via How To Use a USB Stick to Install Windows Home Server or anything else for that matter – Using Windows Home Server.

Open Linux Firewall Port

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

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

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

via How to turn on or off colors in bash.

Blackberry Messenger Barcode Generator

Blackberry Barcode Generator.

Share, Save, Embed & Bookmark your generated BBM Pin, SMS, URL, Text or Phone Number barcode!

Online Image Converter

Online Image Converter

Convert between

  • JPG
  • BMP
  • TIFF
  • GIF
  • ICO
  • PNG

Old Application Downloads

old

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

solaris

Solaris Mount an ISO CD Image

via lofiadm: Solaris Mount an ISO CD Image.

Global Hotkeys for iTunes

2ms4nwo

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

db

 

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

Powered by WordPress | Shop Free T-Mobile Phones Online | Thanks to Verizon Phones without Contract, MMORPG Games and Sell Car

Switch to our mobile site