Archive for the ‘Computers’ Category

Windows 7 Installing Japanese (Or LIPs Languages)

Thursday, August 5th, 2010

Thank god for good internet posts.

This post about solving the Windows 7 Language Installation saved my butt.

I got Japanese installed after installing Windows 7. (Having some “RAID” versus “AHCI” problems.)

Now, the problem is getting the data off my old NTFS file system without tainting it.. :(

Also, I use Chrome now.  Firefox can go fuck itself.. sorry FFox.

I want a super home entertainment system– DVR, multi room audio and music, media center, the works.

Thursday, July 15th, 2010

So here is my latest hunger– moving out into an apartment with my buddies that is an incredible media hub.

Like…

  • Being able to record TV and send it to any computer at any time…
  • Or send LIVE TV to any room’s computer at any time!
    • If I’m lucky, that means that we can watch multiple channels from multiple boxes with only one cable box, or high-quality decipherable stream…
  • Being able to watch internet videos on the main TV…
  • Being able to watch whatever videos were loaded onto it!
  • Being able to send DVDs across rooms!
  • Being able to remotely tell the program to download torrents and other media, keeping users separate, but all within the upload limit, and allowing remote access to the files! 8)
  • Receive Audio from the main radio station in the house..
  • And broadcast to the household radio station from any computer!
  • Even to play a role as a game server!

It’d be complex, but damn.  I think this’d be awesome.  I think I’d need a great ethernet card, some nice RAID management.. etc..

What a headache, but fun!

Wacom Tablet Woes: Part One, Old Attempts to Fix the Problem

Sunday, May 16th, 2010

This post is an appendix to my ‘old list of attempted solutions’ in my ‘attempt to fix my shaky wacom tablet cursor’ post.

Continue reading below if you want to find out all the things that didn’t work.

(more…)

Another Mentor Friend’s discoveries re: Pylons Caching, Apache Maintenace Pages & Status 307, mod_fastcgi and Gzip, and more.

Saturday, March 20th, 2010

My friend Eevee who runs a Pokedex (A list of Pokemon, moves, abilities, TMs, HMs, etc) is a competent web developer.  I used to have a mIRC scripter (Merc) who mentored me on mIRC scripting and intelligent coding.  I think I then had a friend (Erica) who was a compatriot when it came to developing HTML and CSS websites.  I had a mentor (Nathan) who helped me with PHP, and another mentor (Mike) who helped me with an introduction to Linux and Python.  However, when it comes to higher levels of thought for web servers, I’ve been trusting Eevee for his opinion.

I was recently blown away by yet another one of his informative posts.  This one covered a range of topics. Pylons caching of page template bodies/body; Apache maintenance page / pages; http status 307 versus refreshing your browser; and mod_fastcgi problems with gzip. The amount of things he faces when he’s just doing coding as his hobby impresses me. I’ve been working on my own project, but I can only hope I learn as much as he has when I need it!

I suggest you take a look– he’s written many other informative posts at his (Eevee’s) journal.

Wow– Google Suggestion Figures Answers, Now!

Sunday, March 7th, 2010

So, I was typing into Firefox’s search bar, when this came up…

Suggestions now include the answer? No way.

That's the right answer...?! And it already said it for me?

Lo and behold, this even works at the main Google site.

Even Google's set to do this by default at the homepage!

Even Google's set to do this by default at the homepage!

Awesome.

Wacom Tablet – Shaky, Shaking, Wobbly, Jittery, Jitters, Parkinsons, the mouse cursor shakes.

Sunday, December 20th, 2009

EDIT MAY 17, 2010:

I added a new test environment for Linux down there.  After doing this, it appears that it’s the HARDWARE causing the problem.  Ubuntu 10.04 is not likely using the same Wacom drivers as Windows.  So, I’m going to test rebooting without the other monitors connected and update this post in a bit.

EDIT:  June 16th, 2010

ASUS gave me a replacement motherboard for the problem.. but the problem still exists.  So I’m running out of things to consider… The Power Supply?  I think someone else’s post about the power supply could be right..

I’ll keep everyone updated about the replacement Power Supply I’ll be getting.

If you’re ANYTHING like me, you are FRUSTRATED (to say the least) if your cursor shakes when using the Wacom Tablet pen.

So, I decided that it’d be best if I had an extensive index of EVERYTHING I’ve tried to do to get mine to work.


My Symptoms:

WACOM INTUOUS 3
While hovering the pen above the tablet pad, the cursor shakes WILDLY. While hovering the pen just above the surface (and resting my hand on the pad), my hand does not shake but the cursor does.
The same happens for the Wacom Mouse.

Placing my pen right at the surface causes the tablet pen to do anything from waver about once per second to five times per second.

The biggest symptom: drawing a diagonal line creates an obviously wavy line. (This is different from a naturally curvy line that would be created from your hand movement.)
This has happened between two different PCs, so I am the definition of frustrated.

(more…)

Incredible Linux server Vulnerability – Fork Bombs and protecting yourself against them!

Tuesday, November 24th, 2009

I only recently learned about Fork bombs. The idea is that a user who can successfully log onto your server will run a simple program that will tell the server to run more simple programs– these programs may do nothing malicious by themselves, but when they keep creating more and more kids, your server’s resources will dwindle until the server has nothing remaining to operate with.

This VERY IMPORTANT POST about limiting user’s process/RAM Limits will help you guarantee that users will find it hard, if not impossible, to abuse the system with a fork bomb.

I suggest you read the above posts and immediately secure any Linux servers you are running!

Illustrator displaying hidden elements? Illustrator not cropping the output to the document?

Monday, October 26th, 2009

This below page helped me out a LOT:
http://www.justskins.com/forums/file-converted-to-cs-does-not-crop-to-page-size-15166.html

Here was the problem: I had my completed document, but I wanted the exported PDF and PNGs to not include anything hidden, or outside the page’s area.

Lo and behold, there was a setting for that outlined on the above page.

Woo!

Uhh.. speaking of which.. Hey! Look! My resume was just coincidentally updated! Fancy that.

How to Listen on Multiple (More) IP Addresses on Linux

Friday, October 9th, 2009

One of the best articles that discussed how to bind or listen on multiple IP addresses is this article:

Bind Multiple IP Addresses to a Single Network Interface Card (NIC)

Amazing!  Useful!

Burning Images (ISO) from Floppy Disks in Debian Linux

Saturday, September 19th, 2009

Recently, I just got some Legacy software. Woo!
On floppy disk. What is this, 1990?

So, my beta/Old PC was the only one that had a disk drive. And that computer had Debian linux.

So, let’s get these to my pc!

Step 1:
Make sure the floppy drive works.

mount -t vfat /dev/fd0 /media/floppy0

If that says something like

mount: /dev/fd0: can't read superblock

, then open up your computer and make sure that the floppy drive works. This happened to me, and apparently I had forgotten to.. well.. hook up the drive.... remember to do that.
SU up to root in case you can’t mount.
Tip: you have to specify a filesystem format when you mount the drive. -t is the switch that does so.

Step 2:
If the above step works, you’ve mounted the drive. You’re going to need the following two commands:

  • md5sum – but only if you have more than one disk involved with your ISO burning work.
  • mkisofs

md5sum is to help you verify that, when you are mounting and unmounting disks, that your unmount attempts are working.

how to install MD5sum on debian linux

apt-get install isomd5sum

How to burn ISOs in Debian Linux– required step: install mkisofs

apt-get install mkisofs

OK. So now that you have the required software,

Step 3:

mkisofs -r -o /path/to/desired/ISO/file/newFileName-0.iso /media/floppy0

The above step creates the ISO file.
Then, umount your disk. Make sure to leave the /media/floppy0 folder if you were just in there! You can’t unmount a folder you’re in.

umount /media/floppy0

Repeat step 1 as many times as necessary.

Step 4: (optional)
Use md5sum to check the MD5 of a file. Do this with the ISO files you want to compare.

~# md5sum /path/to/desired/ISO/file/newFileName-*
a583c9cc94c11d0e35b4967b79f979a0  /path/to/desired/ISO/file/newFileName-0.iso
7f15179dbc68c18b2f91ecd9365b7c70  /path/to/desired/ISO/file/newFileName-1.iso

If you have more than one matching MD5 answer (first column), the files are likely to be the same.

Step 5:
Make sure to unmount the last disk, and then transfer your files to your destination computer.

Stay cool, viewers!

The URL I used to help myself with this:
http://vertito.blogspot.com/2007/08/iso-creation-and-cddvd-burning-from.html