Meta Trader in Linux Box!
Hey ya! after few times thinking to get virtual machine.. what the hex.. it's not cheap to get one.. i've various linux box and i've test few vms provider and they did run on linux machine~! and suprising when i saw wine icon on the top left~! so be it.. i'll run the terminal meta traider on one of my box!
and so this i was run on uname -a
Linux xs56 2.6.31-20-generic-pae #58-Ubuntu SMP Fri Mar 12 06:25:51 UTC 2010 i686 GNU/Linux
and this the step i got the wine to run the meta traider terminal
dun hav time much to get batter screensoot but at least this one tell's everything.
UBUNTU - Install log
I've installing linux for so many but today I realize i need to log on this... i'm getting older...
This log has been logged step by step for UBUNTU 8.04x..
1. after finish install
As default Ubuntu has no password set for the root user. To gain root access you have to type in your own user password. This is the password you set for the first user while installing Ubuntu.
To manually set a password for the root user, type in the following in the shell:
sudo passwd
After that you are asked to type in the new root password twice. Finally, your root user has its own password.
>> Source
2. check this software updated ot install it if not in
as root
apt-get install wget
apt-get install lynx
both for getting some file by using command at linux bash.. lynx is text browser..
Ubuntu Java Install
No wonder why some java script can't be loaded on my server. I tot there is some error loading or to much resources on the time loading but he he.. it is no plugin installed yet on the firefox browser.
Btw when i say server.. it's doesn't mean i put the java script on my server... he he.. but i use server to surf outside.. dam it's blasting fast w/o ipchains filtering... heheubuntu cannot mount volume
Just a shot note that some variable command to force mount ntfs volume when "cannot mount volume" appear.
Maybe this cause of unproper shut down on ntfs os and a bit leceh to put back the hdd and make it proper shut down. but then that not only cause of this error.
install the ntfs config if still not installed.
# apt-get install ntfs-config
then force it via command line mount
# mount -t ntfs-3g /dev/sdb1 /mnt/sdb1 -o force