Το χαρακτηριστικό γνώρισμα προστατευτικών διόπτρων GMail Google αποτρέπει τα μεθυσμένα ηλεκτρονικά ταχυδρομεία σας από την έξοδο!

Το Google GMail έχει προσθέσει ένα άλλο δροσερό χαρακτηριστικό γνώρισμα που θα αποτρέψει τους χρήστες από την αποστολή των ανεπιθύμητων πιωμένων ηλεκτρονικών ταχυδρομείων στα μέσα της νύχτας. Σκέφτομαι ότι είναι μια καλή ιδέα, αναγνωρίζω στην αποστολή μερικών ηλεκτρονικών ταχυδρομείων ότι η δύναμη έχει κρατηθεί καλύτερα στο κιβώτιο σχεδίων μου.
Όταν επιτρέπετε τα προστατευτικά δίοπτρα ταχυδρομείου, θα ελέγξει ότι είστε πραγματικά βέβαιοι ότι θέλετε να στείλετε ότι αργά - ηλεκτρονικό ταχυδρομείο Παρασκευής νύχτας. Και ποιος καλύτερος τρόπος να ελέγξει απ'ό, τι με την παραγωγή σας να λύσετε μερικά απλά προβλήματα math αφότου χτυπάτε στέλνετε για να ελέγξετε εσείς είναι στη σωστή κατάσταση του μυαλού;
BagWhiz, μια τσάντα Blog για τις τσάντες πολυτέλειας που προωθούνται!

Yey, we just launched another blog from our Zedomax Blog Network called BagWhiz, a blog about luxury handbags.
Why?
Well, bags are a great niche for blogging, you can read about my niche blogging strategies on my Adsense Optimization Blog over here. I will be writing a book shortly called, “How to Make Money with Adsense and Blog Networks”, so watch out for that. I should either be selling it for a little money or give it out for free as an e-book.
Am I a bag addict?
Oh no, but I made this blog for bag addicts. If you are a bag addict, please do check out our new blog and bookmark it or at least tell your girlfriend about it.
BagWhiz, a blog about luxury handbags and bag reviews, was just launched by our blog network.
You will find interesting stuff like Coach Bags, Fendi Bags, LV Bags, and more.
You can also find the highlights of last 10 posts of Bag Blog or any of our other blogs at the bottom of this page. (way at the bottom!)
Stumbleupon launches its Toolbar-less Browsing Feature!

Stumbleupon launches its Toolbar-less browsing feature, of course, it seems that they have picked on our ideas from SiteHoppin, which is originally based on Toolbar-less browsing.
You can test both out yourself and judge which one is better, I still think my SiteHoppin rocks over SU’s new toolbar-lessness.
Another great news that I should be telling the world is that SiteHoppin will become the first “open-source” platform. (that will be released under GNU license as a MediaWiki extension. You can stay updated on that on my MediaWiki page)
The reason I am going open-source is to open the development of SiteHoppin to the world, just like Google Android, Google Chrome, etc…etc…
Besides that, I don’t have whole lotta time to develop SiteHoppin anymore, it takes me all day to code the site. It would be great if I can share my knowledge to the world and also have other developers contribute to the “knowledge”.
But first, we will be going through an “image” change from beers to something more appropriate. We have been messing around too much and partying it up but we should be back in full-force with some open-source code and official “launch” as we are still in beta for last 10 months.
Amazon Hack - How to Watch Free Amazon Videos!

Here’s a cool hack I found on Yahoo News, it’s a hack that lets you watch free Amazon videos using the security hole:
(I don’t think this will last too long once Amazon finds out so we suggest you to take advantage before they close the security hole)
The free demo version of Replay Media Catcher allows anyone to watch 75 percent of anything recorded and 100 percent of YouTube videos. For $39, a user can watch everything recorded.
One Web site — www.tvadfree.com — explains step-by-step how to use the video stream catching software.
Amazon.com’s Adobe-powered Video On Demand service allows viewers to watch the first two minutes of a movie or TV show for free. It charges up to $3.99 to rent a movie for 24 hours and up to $14.99 to download a movie permanently.
Amazon starts to stream the entire movie during the free preview — even though it pauses the video on the Web browser after the first two minutes — so that users can start watching the rest of the video right away once they pay.
“It’s the traditional trade-off, convenience on the one hand and security on the other,” said Ray Valdes, analyst at research group Gartner.
However, even if a user doesn’t pay, the stream still sends the movie to the video catching software, but not the browser.
Make Money Online DIY - How to Make More Money with Adsense and Chitika Optimization using my Heat Map!

Well, it’s not that often I tell my readers/newcomers about my money making secrets but here’s a heat map that I’ve created to maximize income from my blogs.
Now, this is a proven heat map for making the “most” money online with blogs.
It’s a rather “in-your-face” type of advertising where you force your visitors to really read your Adsense or Chitika ads.
Why do I do this type of “before-content” advertising?
Because it gives you the most bang for your buck. Of course, if you have a million dollars of funding and you are simply trying to promote your brand, you could go without advertising. But for people like me who depend on Adsense and Chitika to pay rent, it’s crucial that money keeps rolling in the bank, otherwise this site wouldn’t be paid for and there would be no more websites.
If you think it’s too much advertising, think of it this way. (Provided you live in the U.S.,) Can you tell me how many full 20-second advertisements you see on every TV show?
Yes, probably 3 or 4 and you don’t mind it because you need to keep watching the TV show.
It’s the same thing in blogging and you need to really force ads down the readers throat per say. It’s not the most nice way to make money, but heck, sometimes you gotta do what needs to be done.
Anyway, I hope this heat map helps you make more money online as I have worked on this for last 5-6 months or so optimizing it. (Yes, I did the analysis and optimization for you so all you have to do is follow it.)
Now, please don’t complain there’s too many ads on this site unless you would like to pay for my rent and credit card bills.
Linux Server Hack - How to Limit Bandwidth with Linux, TC, and iproute2!

Remember I did a quick post on how to write a load-balancing script (or bandwidth throttling)?
Well, today I found another cool script for limiting bandwidth. I believe this one if more complicated but if you need it, it might be greatly helpful.
Here’s the code via Adamsinfo.com:
# Set some variables
#!/bin/bash
EXT_IFACE=”eth0″
INT_IFACE=”eth1″
TC=”tc”
UNITS=”kbit”
LINE=”10000″ #maximum ext link speed
LIMIT=”5000″ #maximum that we’ll allow
Continue reading ‘Linux Server Hack - How to Limit Bandwidth with Linux, TC, and iproute2!’
HTC T-Mobile G1 Features Video
Click Here to View in Full Screen Mode
Here’s another video of T-Mobile G1. I do like the phone but I still have some doubts about the slow T-mobile network. If I can recall right, the last time I test T-Mobile, it was as slow as AT&T.
I’d wait until a similar phone is available on Sprint or Verizon, I am not sure if I can handle this, iPhone and G1 on the most crappiest networks in America, darn. There’s goes another couple hundred bucks in my piggy bank, instead of to greedy telecommunication companies.
Linux Web Server Hack - How to Write Automated Load Balancing Script!
Well, I have been manually managing the dedicated server for this site for last 2 years or so but I found a better way to automate the server so it doesn’t ever go down due to overload.
One of the common problems in dedicated servers is the fact that load can go out of control and your web server along with it, causing you to hard-restart the server.
A better way to deal with this over-load problem is to shut down the HTTPD server (web server) before your server load gets to something around 2 to 5.
When the server load drops under 2, the script then can restart the server.
By doing this, you save a lot of headaches especially if you get “digged” or simply need the site up as much as possible.
Believe it or not, there’s no script that does this available free online so I made one for all you webmasters:
#!/bin/bash
loadavg=`uptime | awk ‘{print $9}’`
RESTART=”/sbin/service httpd restart”
# bash doesn’t understand floating point
# so convert the number to an interger
thisloadavg=`echo $loadavg|awk -F \. ‘{print $1}’`
if [ "$thisloadavg" -ge "5" ]; then
echo “Busy - Load Average $loadavg ($thisloadavg) “
httpd -k stop
elif [ "$thisloadavg" -le "2" ]; then
echo “Okay - Load Average $loadavg ($thisloadavg) “
pgrep httpd
if [ $? -ne 0 ] # if apache not running
then
# restart apache
$RESTART
echo “restart!”
else
echo “no restart!”
fi
else
echo “waiting…!”
fi
Save this code somewhere such as /root/checkload.sh.
Then add the following to your cron job. (/etc/cron.d/sa-update for Fedora Linux)
*/1 * * * * root sh /root/checkloadsh
This will run the script every 1 minute to check the load and if load is too high, web server will be turned off, if it’s lower than 2 and web server is off, it will turn the web server on.
There’s a lot of things that can go wrong with your web server whether from extra traffic or whatnot, but this script will be handy and I do recommend it to anyone who’s having trouble with high-load web servers that go down often. (like this blog)
Now, go install this script, you will never have to worry about your web server dying from high load ever again.
You can also change the value of “2″ in the code to something higher such as 5 or 10, which will wait longer to shut the web server off if load goes high.
I didn’t write the code from scratch, I took 2-3 different scripts and mixed it up so here’s the resources I used for the code:
Load Average Script - This one is the main skeleton I used
Check/Restart HTTPD Script - This one I used to check HTTPD server before trying to restart it.
Cron Task Scheduler - I keep forgetting that the most left number is the minutes, darn.
NOTE - This is a simple solution to keep your dedicated server running on 1 server (like this one), if you can afford more servers, you will need to resort to load balancing the “servers”, load balancing here refers to balancing within 1 server.
Google Chrome Tips - Dev and Beta Channel Introduced!

In case you don’t know, there’s a program you can download that will let your Google Chrome Browser be updated with the “Dev” mode, which gets you updates as soon as they are available. In the “Beta” normal mode, updates will be delayed until they are considered “stable”.
Subscribing to the Dev channel
1. Download and run the Google Chrome Channel Chooser (http://chromium.googlecode.com/files/chromechannel-1.0.exe).
2. Click the circle next to Dev.
3. Click Update to save your choice.
4. Click Close.
5. In Google Chrome, click the wrench menu and choose About Google Chrome.
Note: On Windows Vista, updates from the About box require Service Pack 1. With 0.2.149.29 (the current release), on demand updates do not work in Vista SP1 if User Account Control is disabled.
6. Click Update Now to install the current Dev channel release.
7. Restart Google Chrome.



