Oracle 11g installation on VMWare Fusion with Ubuntu 7.10 [www.dizwell.com]
The 64 bit server version did not work for me -- the 32 bit desktop version did.
12:21 PM, 22 Oct 2007 by Jade Rubick Permalink | Comments (0)
How to Encrypt and decrypt files with a password [www.cyberciti.biz]
08:22 PM, 18 Jan 2007 by Jade Rubick Permalink | Comments (0)
Splitting files onto CDs
Splits Oracle onto 600m sized files.
Then you can cat them back together
08:04 PM, 18 Jan 2007 by Jade Rubick Permalink | Comments (0)
Neat trick with tar
05:11 PM, 03 Nov 2006 by Jade Rubick Permalink | Comments (0)
Printing from Linux to the Officejet 6310 [hplip.sourceforge.net]
06:48 PM, 26 Oct 2006 by Jade Rubick Permalink | Comments (0)
How to kill a defunct process
ps -ef --forest | less
06:00 PM, 06 Oct 2006 by Jade Rubick Permalink | Comments (0)
Oracle broken on upgrade to FC5 [forums.oracle.com]
sqlplus: error while loading shared libraries: /u01/app/oracle/oracle/product/10.2.0/db_1/lib/libnnz10.so: cannot restore segment prot after reloc: Permission denied
solution:
root
tail -f /var/log/audit/audit.log | tee oracle.log
oracle
sqlplus / as sysdba
root
crtl c to abort the tail
audit2allow -M oracle < oracle.log
semodule -i oracle.pp
that's it
01:15 PM, 15 May 2006 by Jade Rubick Permalink | Comments (0)
Problems with Tektonic.net
So I'm going through the annoying process of switching.
By the way, if someone from Tektonic reads this, feel free to reply by leaving a comment on this posting. :)
Jade
09:22 AM, 27 Apr 2006 by Jade Rubick Permalink | Comments (0)
Resending email from an mbox
So I created a little script to send the email gradually (so as to not hit Gmail's filters):
> cat mysendmail
sleep 10
/usr/sbin/sendmail myemailaddress@gmail.com
Then I send it through
grep -v ^Delivered-To: /home/safe/testmbox | formail -s /home/safe/mysendmail &
03:32 PM, 24 Apr 2006 by Jade Rubick Permalink | Comments (0)
Fedora Core 5 is out... [fedora.redhat.com]
06:40 AM, 22 Apr 2006 by Jade Rubick Permalink | Comments (0)
Installing Fedora Core 4 on Dell Dimension 9150 [downloadfinder.intel.com]
06:19 PM, 08 Feb 2006 by Jade Rubick Permalink | Comments (0)
Set up the VNC Server in Fedora [www.raoul.shacknet.nu]
10:24 AM, 31 Dec 2005 by Jade Rubick Permalink | Comments (0)
Very high load on Fedora Core 4 (96!)
Top does show nsd (Aolserver) taking up a lot of CPU. I restarted it just now.
10:41 AM, 20 Oct 2005 by Jade Rubick Permalink | Comments (1)
Resending emails from a maildir
I wrote a script that did this:
#!/bin/bash
echo
for file in *.org
do
/usr/sbin/sendmail hisemail@safe4all.org hisemail@safe4all.org < "$file"
echo "$file name";
done
exit 0
Our domain name ends in .org, so that would change if you were at a .com or otherwise.
08:25 PM, 18 Oct 2005 by Jade Rubick Permalink | Comments (0)
Sftp and resuming interrupted downloads
Very nice!
03:15 PM, 23 Sep 2005 by Jade Rubick Permalink | Comments (0)
Fedora Core 4 complete freezing
During the install, the installer says that the install disks didn't work. See linux media check issue with Fedora Core 4 disks. The solution? Start up the installer with:
linux ide=nodma
I installed Fedora Core 4 last night, and found that it would periodically freeze (every ten minutes or so). I couldn't find much pattern behind it, except that subversion was usually running. Upgrading subversion did not help, however.
I'm reinstalling again this morning, running memory checks and any other sort of checks that it has. I'd really like to get this working as quickly as possible, but I also want it to not freeze..
It looks like the 3rd install disk was corrupted. I reinstalled, and thought I was fine, but after about 4 hours of use this morning (and getting a lot of things installed), it froze again.
02:39 PM, 19 Sep 2005 by Jade Rubick Permalink | Comments (13)
Fedora Core 3 crashing
Looks like the hard disk got corrupted a bit as well.
It turns out the swap partition was corrupted, and not mounting. I was getting my system load up to about 60, which is the highest I've ever seen.
I fixed it by using mkswap on the partition, and sudo /sbin/swapon /dev/hda5
05:07 PM, 02 Aug 2005 by Jade Rubick Permalink | Comments (0)
Startup issues with Fedora Core 3 and HP Pavilion zd8000
Starting udev:
Initializing hardware... storage network audio
Sometimes it freezes there, sometimes it doesn't. Right now, I am restarting over and over and it isn't coming up. Annoying.
03:24 PM, 04 Jun 2005 by Jade Rubick Permalink | Comments (0)
How to make daemontools default to down [cr.yp.to]
04:03 PM, 12 Jan 2005 by Jade Rubick Permalink | Comments (0)
netqmail SMTP-AUTH patch [shupp.org]
09:56 AM, 29 Dec 2004 by Jade Rubick Permalink | Comments (0)
How to see which files are in one directory but not another
01:53 PM, 03 Dec 2004 by Jade Rubick Permalink | Comments (0)
Automated backups on Linux [www-106.ibm.com]
03:52 PM, 12 Jul 2004 by Jade Rubick Permalink | Comments (0)
| August 2008 | ||||||
| S | M | T | W | T | F | S |
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
| 31 | ||||||