OnlyJoe

December 28, 2008

Hello world!

Filed under: Uncategorized — admin @ 12:42 pm

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

December 18, 2008

Increasing gallery2 upload size limit…

Filed under: general — Tags: , , , , — jsirucka @ 11:58 pm

If you are using gallery2 and you get a error stating the upload size limit being too large. This is not a gallery2 limitation but a php limitation.

To modify the limitation limit of two megabyte to e.g. ten megabyte limit is as simple as just changing the php.ini file.

The administrator just needs to change the two variables in the php.ini file. The following variables need to be changed post_max_size and upload_max_filesize. Change the values to the following

post_max_size 10M

upload_max_filesize 10M

Under debian the php.ini file is located in the following area /etc/php5/apache2/php.ini.

Also remember to restart apache2 for the changes to take effect. The following command is needed to restart apache.

#/etc/init.d/apache2 restart

December 13, 2008

Mounting Smb Shares in Mac OS X…

Filed under: unix — Tags: , , , , , — jsirucka @ 10:46 pm

To quickly mount a network share. As in a samba or windows share. Open a terminal and type:

# mount -t smbfs //user@server/sharename share

The mounted directory can be found in the finder application under the shared machines.

To have the machine share show as a icon on the desktop, you need a create a share directory within the root directory on your disk.

Macbook Pro Saga…

Filed under: gadgets — Tags: , , — jsirucka @ 12:23 am

Well it seems that the western digital hard disk saga for the macbook will not arrive for several weeks. So instead i recieved a seagate 320gb 7200rpm 2.5″ laptop hard disk. Now it is time to time machine the hard disk, and restore the conents from the tme machine disk to the new large insternal storage unit.

I have allocated a old 200gb hard disk, split into two 100gb partitions. The first partition is the time machine partition for backing up the internal macbook pro hard disk. The second partition I have allocated as a file repositorie for mac software.

So far I have no issues with the Macbook Pro. I just need to get myself more proficient with Mac OS X.

November 21, 2008

Macbook Pro Day Five…

Filed under: gadgets — Tags: , , — jsirucka @ 7:50 pm

Well Day five of the Macbook Pro saga. No larger internal storage has turned up yet. I decided to install applications upon the Macbook Pro, and start using the machine. The first thing I have done is setup another external hard disk as a time machine backup disk. I find that the usb hard disk unit is slow, and have decided to purchase a firewire hard disk unit.

Lets see how monday goes.

November 20, 2008

Macbook Pro Day Four…

Filed under: gadgets — Tags: , , — jsirucka @ 6:40 pm

Well day four, of the macbook pro saga. With no larger internal storage available, I decided to install Mac OSX Leopard, and will time machine the disk. When I do the re-install on the new hard disk, I will hopefully do a time machine install, when the new installation happens on the disk.

Hoping tomorrow, the internal storage will arrive tomorrow.

Macbook Pro Day Three…

Filed under: gadgets — Tags: , , — jsirucka @ 6:06 pm

Well today, things are definitely looking better, I have been able to acquire a operating system, but not larger internal storage.

Macbook Pro Day Two…

Filed under: gadgets — Tags: , , — jsirucka @ 5:57 pm

Well still having no operating system today, but I went down to CPL to order a Western Digital 320gb 7200rpm 2.5″ hard disk. And again CPL was out of stock, no awaiting for a operating system, and larger internal storage.

Hopefully tomorrow will bring something better.

Macbook Pro Day One…

Filed under: gadgets — Tags: , , — jsirucka @ 4:56 pm

Recieved my macbook pro today (17th November 2008..), but unfortunately, I did not recieved the operating system dvd’s. Which makes my macbook pro a very glorified paperweight till I get a operating system. If the previous owner does not send me the operating system, guess its down to JB hifi to buy a copy of leopard. Hopefully tomorrow something better will happen.

September 12, 2008

Install vmware tools upon debian etch…

Filed under: unix — Tags: , , , , — jsirucka @ 1:21 pm

To Install Vmware tools upon a debian etch instance. Is not a hard process. Here is the step by step process to install the vmware tools upon the instance.

Install some required packages upon the instance.

#apt-get install autoconf automake binutils cpp gcc linux-headers-$(uname -r) make psmisc

Mount the vmware iso image

#mount /dev/cdrom /media/cdrom

Copy the vmware tools to the temporary folder

#cp /media/cdrom/VMwareTools-1.0.3-44356.tar.gz /tmp

Go to the temporary folder

#cd /tmp

Unpack the VMware archive distribution.

#tar -xvfz VMwareTools-1.0.3-44356.tar.gz

get into the unpacked directory

#cd vmware-tools-distrib

execute the installer

#./vmware-installer.pl

once a machine has rebooted, if you have x windows installed upon your system, or from a remote x desktop.

#vmware-toolbox &

Older Posts »

Powered by WordPress