yankees might be thinking about getting big players for their line up :).
Yankees are one of the very few teams who are always….
via New York Yankees Planning For Big-Name Future | Bleacher Report.
yankees might be thinking about getting big players for their line up :).
Yankees are one of the very few teams who are always….
via New York Yankees Planning For Big-Name Future | Bleacher Report.
today i just received the most legitimate scam in last year. is about a domain that i own and they would like purchase. this has been going around and around for people to purchase appraisals so companies could make some money. simply report the email as scam to who ever is your email system administrator.
here is the email information:
from Mark Allen (markallen38@gmail.com)
to “you”
subject Offer for your domain domainname.com
mailed-by domainstoreonline.net
also here is how the email comes out like:
We are interested to buy your domain name domainname.com
and offer to buy it from you for 70% of the appraised market value.As of now we accept appraisals from either one of the following leading appraisal companies:
If you already have an appraisal please forward it to us.
As soon as we have received your appraisal we will send you our payment (we use paypal for amounts less than $2,000 and escrow.com for amounts above $2,000) as well as further instructions on how to complete the transfer of the domain name.
We appreciate your business,
Yours truly,
Mark Allen
hope that helps reducing the amount of scam in the world!!!
i don’t know if you do this on a daily, monthly, yearly, or never basis, but i do some times. what is it that i do?!
whenever i want to email or upload gigs of information over the net usually takes for ever. the file might be upload it incorrectly or the file won’t go through because is too big. well, there are applications out there that you can use in order to be able to split files. for example, if you are compressing an application using WinRar, it will automatically create *.rar-xxx which it will have your files separated depending on the size that you specified. well, i believe there is a easier way to be able to perform this.
OK, now lets say that you are using Linux and you would like to split a 1GB file into 100MB files. the way to do this is using the split command… and it will go like this:
split --bytes=100mb file1 file_
where you will replace file1 with the actual name of the file (e.g. MyFamilyDVD.iso) and file_ will be how the files will be renamed (e.g. MyFamilyDVD.iso_)
now, lets say that you upload these files to a server and your friend download them. your friend will need the following command in order to be able to combine the files:
cat file_* > file1
where file_* are all the files that were created (e.g. MyFamilyDVD.iso_*) and file1 is the actual name of the file to be created (e.g. MyFamilyDVD.iso).
so, lets say that your buddy doesn’t have Linux and they have Windows instead. here is the command that they will need in order to combine all of those files.
copy /B file_1+file_2+file_3 file1
where file_1+file_2+file_3 (e.g. MyFamilyDVD.iso_*)will be all the files created and file1 will be the actual name of the file to be created. the bad thing in windows is that you won’t be able to use the asterisk and you will need to type file per file.
any ways i hope this helps!!!
so i haven’t played jetman for a while and now i tried to break my old record of 2,707 from november 30, 2007. i finally broke it today with 3,571 and it froze on my so my record is not recorded. :(.
anyways i thought i should share my experience…
so i just found out why FACEBOOK was so slow today. it was becasue some hacker(s) hacked the popular micro-blogging web site called twitter at twitter.com. twitter had a denial of service about 8 hours ago which it was making facebook really slow because hackers had thousands of computer tweeting at the same time. well, that is what i’ve heard so far, things might change ;).
Sources:

Oops
i really don’t know how many of you have been accessing facebook today ,but it is freaking slow. every time i try to do something i receive the following message “Something went wrong. We’re working on getting this fixed as soon as we can. You may be able to try again.” from facebook. i think that they are really making some changes because when you go to see friend request you will be able to see the recommended one(s) as well.
one day navigating trough facebook i wanted to take a look at their stats, and i am really shock with what i saw. well, not shocked-shocked, but some how shocked. from the user point of view we spent “More than 5 billion minutes are spent on Facebook each day (worldwide).” holly molly!!! we don’t have nothing else to do? anyways, if you would like to take a look at the stats here is the link facebook statistics.
so i transfered all my blog post from my own local server to 1&1 and since the transferer i was experiencing “Error 500” from the server. i could barely do anything becuase of that error. yester after being on the phone for 30 hour we realized that it was because of php. i currently have php4 and php5 on my server, but php4 is the default. if i want to have php5 on that host i will need to specify it on the “.htaccess” that this host will be running php5 and that did take care of the problem ;).
just in case you didn’t know i created not too long my first linux bash script. the reason why i developed this was because i was getting tired of backing up my ubuntu linux system every six months. so, if you would like to be able to backup certain selected folders and files you could download a copy by going to Ubuntu Backup Before Upgrade site.
so after analying my network I fix the problem with my Ooma device (https://irvingduran.com/bin/weblog/post/Omma-the-free-phone.aspx) and the problem was the Denial Of Service was blocking it. Now I bypass it and it works like a beauty.