October 2011 – Apple – Notebook – 4 GB RAM – MacOS – Intel CPU – 500 GB disk – 2.4 GHz CPU – With DVD Drive – 1280 x 800 – Touchpad – Widescreen – With Built-in Camera – 4.4 pound – 7 hour battery

Dell – Notebook – 17.3 inch – 4 GB RAM – Windows 7 – Intel CPU – 500 GB disk – 1600 x 900 – 3.6 hour battery
| Microprocessor | Intel® Core™ i3-2310M Processor (2.1GHz, 3MB Cache) |
| Operating System | Genuine Windows 7 ® Home Premium (64-bit) |
| Service Pack | None |
| Memory | 4GB Memory |
| Video Graphics | Integrated Intel® HD Graphics |
| Hard Drive | 500GB Hard Drive |
| Multimedia Drive | DVD+/-RW Drive (Plays and Creates CDs and DVDs) |
| Media Card Reader | Media Card Reader |
| Bluetooth | Bluetooth® Technology |
| Display | 17.3″ High Definition Display |
| Wireless Connectivity | Integrated Wireless-N Card and Bluetooth® Technology |
| Sound | Integrated Audio |
| Keyboard | English |
| Pointing Device | None |
| Webcam | Integrated Webcam |
| Battery | 6-cell Battery |
| Warranty and Support | 1Yr Limited Warranty and Mail-In Service |
| Software 1 | McAfee SecurityCenter with anti-virus, anti-spyware, firewall, 30-Days |
| Software 2 | Microsoft® Office Starter 2010 |
| Software 4 | Dell Stage |
| Other | WiDi 2.0 |
To be the best leader you need to serve others in the way you’d want them to serve you. Remove the road blocks, offer praise for good works, embrace those whom sometimes offer challenges, be quick to listen to all sides of an issue, be a generous giver, mentor those under you, encourage greatness, offer changes for the better, and don’t take shortcuts. Don’t be fooled by suck ups and kiss butts, they’re turncoats and backstabbers, they do it all to get their own way and they’ll do you in when the opportunity arises, don’t accept the yes men as looking out for your interest. Be the undercover boss, check in on the worker bees, get some face time with various people along the chain, and don’t ever play favorites. Good leaders build good teams, and together they all do good work. Don’t create a vertical structure, build competencies across the board and become the top of your industry with a solid team for your foundation and have qualified people making your company strong from the bottom up. Every worker is important, every job helps the others function, put efficiency into every level your company and it will function to efficiency as a whole. Bad business structures tend to have greed, and power as the main drive of its leaders, and tend to have a network of people scratching and clawing to get up the ladder, and for them to just to find that the ladder has either been pulled up, or it’s missing its rungs. I hope to offer some practical business & leadership advice, considering I’ve witness and partaken in, the what not to do to be successful in business 101. You can never be a victim if you have a choice in the matter, so choose to make a difference and matter to the people that do the work for you.
https://plus.google.com/i/saECfVCtAgU:veLc_QGTrx0
Google+: real life sharing, rethought for the web.
plus.google.com
Google+ aims to make sharing on the web more like sharing in real life. Check out Circles, Messenger and Hangouts, just a few of the things we’ve been working on.
|
||||||||||||||||||||
|
||||||||||||||||||||
|
||||||||||||||||||||
|
||||||||||||||||||||
|
||||||||||||||||||||
|
||||||||||||||||||||
|
||||||||||||||||||||
|
||||||||||||||||||||
|
||||||||||||||||||||
|
||||||||||||||||||||
|
||||||||||||||||||||
|
||||||||||||||||||||
HP g6-1b60us AMD A-Series A4-3300M(1.9GHz) 15.6″ 4GB Memory 500GB HDD AMD Radeon HD 6480G Notebook
Additional savings when combo w/ Office 2010 Acer Aspire AS5742G-6426 Intel Core i3 370M(2.40GHz) 15.6″ 4GB Memory 320GB HDD NVIDIA GeForce GT 520M Notebook
I have a quick cheat sheet for setting up a LAMP sever using Debian running GNOME. Now where is it?
LAMP Server
Use synaptic to install the following
Linux
Apache
MySQL
Perl / PHP / Python
phpmyadmin
Apache Config
Start web browser up
Type in the address bar:
http://localhost/ Or http://127.0.0.1/
You can make different sites and configurations, and activate only those you want
Use root terminal :
change the default site to /home/user/www/testing
Create the new site and enable it
First copy the default website
cp /etc/apache2/sites-available/default /etc/apache2/sites-available/mysite
Edit the new configuration file
nano /etc/apache2/sites-available/mysite
Change the DocumentRoot to point to the new location
/home/user/www/testing
Change the Directory directive <Directory /var/www/> to <Directory /home/user/www/testing/>
You may set separate logs for each site.
Change the ErrorLog and CustomLog directives
Save the file
Now deactivate the old site, and activate the new site
a2dissite default && a2ensite mysite
Remember to sudo in Ubuntu both commands
sudo a2dissite default && sudo a2ensite mysite
Restart Apache2:
/etc/init.d/apache2 restart
Run, Stop, Test, And Restart Apache
/usr/sbin/apache2ctl start
/usr/sbin/apache2ctl stop
Test configuration
/usr/sbin/apache2ctl configtest
/usr/sbin/apache2ctl restart
Test the site by creating .html file in /home/user/ www/testing/ directory
echo ‘<b>Up And Running!</b>’ > /home/user/ www/testing/index.html
Start web browser up
Type in the address bar:
http://localhost/ Or http://127.0.0.1
PHP
Test php functionality
edit file /var/www/apache2-default/test.php:
Use root terminal :
echo ‘<?php phpinfo(); ?>’ > /var/www/apache2-default/test.php
Start web browser up
Type in the address bar:
http://localhost/test.php Or http://127.0.0.1/test.php
Now configure you Mysql
http://localhost/phpmyadmin/ Or http://127.0.0.1/phpmyadmin/
Check out my main site at http://www.bretttek.com I’ll be adding more content soon.
Thanks!
Debian 6, Windows 7, FreeBSD 8.2, Ubuntu 10.10, Firefox 4, IE 9, and Google Chrome!
Wow, I’m staying busy!
Thank you all for your comments on my blog and site!
I really appreciate all the positive feedback!
In the past I mainly used my blog to advertise my business, but I’d like to start helping other noobs and techs with some useful free info! More so the Debian stuff!
Thank you again for your support!
I was very skeptical of free software on the web, however the program called CCleaner, has won me over to all the products from Piriform. CCleaner is great for clearing all temp data, cookies and repairing registry problems. Great products from Piriform