|
| |
| |
| |
|
Statistics |
| Unique Visitors: 2385 |
| Total Unique Visitors: 2009207 |
| Visitors Out: 436 |
| Total Visitors Out: 436 |
|
|
|
| |
|
|
| |
|
|
|
|
|
|
| How Tough to be With Your Boss |
| 2008-11-14 11:15:08 |
It completely depends on how much leverage you have. If you perform a service that absolutely, un......
|
| |
|
| Google Adsense Profit - LOL |
| 2008-11-14 10:59:20 |
Dare I write a post about this topic. Google Adsense profits, is there such a thing. Is......
|
| |
|
|
|
| 500 Error Joomla |
| 2008-10-17 14:29:48 |
The most likely cause for a 500 error while using Joomla is the amount of memory allocated t......
|
| |
|
|
|
| Qué es el Futuro de VirtualBox |
| 2008-09-18 14:58:02 |
El futuro de VirtualBox es mas tan grande. Especialmente considerando qué una computadora puede hacer. El potencial de un processor es mas tan qué esta necesario solamente para una computadora. Un processor puede hacer el trabajo de mas computadora, posible 10 o mas. Cuando una computadora está trabajando solamente un pequeño porcentaje del todo potencial [...]......
|
| |
|
| Qué Podemos Hacer Tener Un Mejor Vida - Mas Equilibrio |
| 2008-09-18 09:13:26 |
El mundo es muy loco en muchas vías. En esto país tenemos un situación increíble malo con malas trabajos, malos negocios, malos económicos, y malos políticos. La problema primarios es haciendo dinero en otras países es mas difícil tan en esto país. Porque de eso personas quieren venir aquí trabajar. La problema con eso es [...]......
|
| |
|
| VirtueMart Print All Products |
| 2008-09-17 07:11:25 |
My experiences with VirtueMart are good. I have never been able to get the PDF feature to work though. Some workarounds are therefore required. Turn your online store into catalog mode, and then hit the show all products link in the mod_virtuemart module. Set the list to display 50 products at a time. Literally highlight [...]......
|
| |
|
| 6:30 AM - The Start of Another Day |
| 2008-09-17 06:00:45 |
Work, a necessity, but it is also a drain on a persons self esteem. Having to wake up, start another day, only for it to end having made barely enough money to to do it all over again tomorrow. To get ahead in these troubled economic times an employee needs to make well over $25,000 [...]......
|
| |
|
| Windows Host - Linux Guest - Seamless Mode |
| 2008-09-15 18:49:19 |
In pre 2.0 VirtualBox seamless mode was only for Windows guests on linux hosts. Now Linux guests on Windows hosts benifit from this invaluable feature. Albeit there are not many instances where a graphical linux program is require without a Windows alternative, but if need be the feature is available.
Just boot up your guest, and [...]......
|
| |
|
| When Will Change Come - Bank After Bank Fail |
| 2008-09-15 09:48:45 |
When and how will change come? Change of society in particular typically comes after a dramatic event. I believe a dramatic event is occuring with the collapse of over 9 banks this year alone, in addition to the recent collapse of Fannie May, Freddie Mac, Leyhman Brothers, and AIG. Bank of America is also contemplating [...]......
|
| |
|
| Debian Etch Compiz - Beryl |
| 2008-09-14 16:37:12 |
Although the Debian repos have Compiz available, I have had bad experiences with what should be a routine installation. Although I have had good experiences utilizing the now outdated Beryl repos and software. To install Beryl for Debian Etch AMD64 add the following repos to your apt sources file:
deb http://debian.beryl-project.org/ etch main
deb-src http://debian.beryl-project.org/ etch main
Add [...]......
|
| |
|
| Open Solaris in VirtualBox - Comparision and Usefulness |
| 2008-09-14 12:59:13 |
Open Solaris is only available in a 32bit flavor, and is well supported by Sun’s VirtualBox. When your host OS is 64bit you cannot use flash in your web browser without using nspluginwrapper, or installing a 32bit compatibility layer. Rather than having a tremendous amount of unnecessary code on your system, simply to run flash [...]......
|
| |
|
| VirtualBox 2.6.26 Kernel Support |
| 2008-09-13 05:45:20 |
With Debian Lenny you can update to the 2.6.26 kernel, but in VirtualBox support for this version is not ready. A kernel panic will not allow the system to boot into a stable state, therefore for the time being users must retain use of 2.6.24. One major drawback is that there are no headers for [...]......
|
| |
|
| Gnome Session Over SSH |
| 2008-09-05 07:31:25 |
This is a cool one, far better than just a vnc connection. Even better than an X11vnc connection. Head over to another tty, lets say tty2: (cntrl)(alt)f2. Login, and start another X session:
xinit -- :1
A minimal X session will start. Now login via ssh to your server. For example I login with this:
ssh -X -C [...]......
|
| |
|
| Work for money - Or for what makes you happy? |
| 2008-09-04 12:39:25 |
Do you work for money that you need to pay bills? What bills? For items that you need or want? A home to live in is understandable, but is working for money worth the home you live in?
Are you sacrificing your happiness doing work that is utterly depressing? What is work that is satisfying? [...]......
|
| |
|
| Ubuntu Hardy W32Codecs y W64Codecs |
| 2008-08-31 03:42:30 |
Quando quiere usar video in Ubuntu Hardy Heron (8.04) nessita usar especial codecs eso puede recibir de Medibuntu. Medibunu tiene el codecs para su OS mirar DVD, WMV y otra typos. Usar nessita poner esto en su /etc/apt/sources.list file; escriba o copia esto en una ventana terminal:
sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list
Despues nessita los javes:
sudo apt-get [...]......
|
| |
|
| Mount Temp Direcories as Devices |
| 2008-08-29 03:13:22 |
Mounting your temp directories as devices will store the data in your computers ram instead of on the filesystem. This will reduce the writes made to your storage device, which is benificial for flash based systems. You can achieve this by adding various directories to your fstab (/etc/fstab) configuration file:
tmpfs /var/log/apt tmpfs defaults 0 0
tmpfs [...]......
|
| |
|
| Intel Atom Powertop System Monitoring Application |
| 2008-08-29 03:10:28 |
The Ubuntu repos have Intel powertop software. The software is a quick terminal based interface providing information about your computers power consumption. The software is designed to report on Atom based CPUs.
sudo apt-get install powertop
Run with:
sudo powertop
Press “w” when the softwasre tells you and your system will self optimize a bit. It recommends operating your [...]......
|
| |
|
| Automatically Switch Your Desktop Wallpaper |
| 2008-08-29 03:05:55 |
I have my desktop wallpaper switching every minute. I think its cool, you may not, but this is how you can do it. Ubuntu repos have the wallpaper-tray app. Install with:
sudo apt-get install wallpaper-tray
Run on boot with a startup session. Viola.......
|
| |
|
| Gnome Panel frequency Scaling Applet |
| 2008-08-29 03:04:16 |
By default the Gnome frequency scaling applet does not vary the frequency of the CPU. If your computer supports frequency scaling then the gnome panel applet can server quite useful. The only requirement is to reconfigure the applet to operate with root permissions:
sudo dpkg-reconfigure gnome-applets......
|
| |
|
| Attansic atl1e eeePC 1000 LAN Driver Compile Install |
| 2008-08-23 23:04:38 |
To install the the lan driver for the eeePC 1000 you need build dependencies. If you are using a usb cd then after installation just use:
sudo apt-get install build-essential linux-headers-$(uname -r) unrar
If you don’t have anything you need to get the build dependencies onto your system the hard way. Luckily I spent 2 hours downloading [...]......
|
| |
|
| eeePC 1000 Intel® 945G Express Chipset |
| 2008-08-23 17:29:52 |
The eeePC is a sleek little machine that comes with a linux based os designed for kids. There is no desktop, but a reduced graphical interface with limited modification capabilities. To compensate you can install basically any linux distribution. Most linux distros will require substantial modification, and compilation of various drivers. Ubuntu, and other debian [...]......
|
| |
|
| Trash Icon on Desktop - Gnome |
| 2008-08-22 03:27:22 |
Using gconf-editor navigate to applications - nautilus - desktop.
There are a couple of icons you can select to show on the desktop including “computer”, “home”, and “trash”.......
|
| |
|
| Mediawiki hosting from a subdomain |
| 2008-08-12 03:19:46 |
If you want your Mediawiki installation to properly display from the following example subdomain:
wiki.bgevolution.com
You will need to add the following to your LocalSettings.php configuration file:
$wgScriptPath =”";
You will also have to adjust the ANAME records of your DNS server to make sure all subdomains are forwarded to your servers IP address. Use the wildcard (*) and [...]......
|
| |
|
| Mediawiki user permissions |
| 2008-08-12 03:13:57 |
If your Mediaiwki installation is not going to be completely editable by the public you will need to change various permissions options in the LocalSettings.php configuration file. For instance if you want to prevent account creation use:
// Only SysOp (Admin) can create accounts -
$wgGroupPermissions['*']['createaccount'] = false;
If you want to prevent people from creating new pages [...]......
|
| |
|
| Mediawiki caching problem - Pages not updating after edit or login |
| 2008-08-12 03:09:22 |
Mediawiki has built in caching functions. This can sometimes conflict with browsers, and cause pages to not update after an edit has been made your a user has logged in. To resolve this issue disable the caching feature of Mediawiki. In the includes directory, of your Mediawiki installation, open DefaultSettings.php.
Change:
$wgCachePages = true;
to:
$wgCachePages = false;......
|
| |
|
| Mediawiki templates like Wikipedia |
| 2008-08-12 03:06:27 |
To use various templates, especially those used by Wikipedia citation extension, you need to include the Mediawiki parser functions extension. Migrate in a terminal windows to your Mediawiki installation folder. Then to the extensions directory. User subversion to copy right required extensions directory:
svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/ParserFunctions
Then reference the extension in the LocalSettings.php configuration file:
require_once("$IP/extensions/Parse......
|
| |
|
| Default Gateway Requirements |
| 2008-07-31 12:11:48 |
I recently had a server providing telnet service to a local area network. An external connection was required, and therefore port forwarding on the master router needed configuration. I forwarded telnet to the local IP of the server, but a telnet connection could not be established. This was because the server did not see the [...]......
|
| |
|
| Chicken and the Egg - New College Graduates |
| 2008-06-05 11:26:47 |
During high school everyone says that you need to go to college in order to make something of yourself. They say that college grads make over a million dollars more in their lifetime than non college grads. Considering this information the logical course of action is to attend some sort of college level program.
During college [...]......
|
| |
|
| Prototype Javascript AJAX - Quick Start |
| 2008-06-03 14:18:34 |
Prototype is a javascript library that allows easy AJAX implementations to enhance your website. With a couple of <script> additions to your website you can easily access php scripts to read, compute, and return particular results. For instance an html <form> element can be used to capture data, and an AJAX call can be used [...]......
|
| |
|
| VirtualBox 1.6 iPhone Passthrough Still Fails |
| 2008-05-03 07:57:48 |
Even with the new release of VirtualBox 1.6 the iPhone is still not working with iTunes. The same error is occuring, which forces iPhone users to maintain their dual boot capabilities with a Windows OS. My excitment was high for the 1.6 version of VirtualBox. I am eager to dump my Windows partition to free [...]......
|
| |
|
| Linux and the Future of the Internet |
| 2008-04-28 19:40:52 |
Currently a vast majority of the internet is filled with websites that have the sole intent to acquire capital. Quick, practically instant websites that are designed for this purpose are destined to fail primarily because they rely on duplicate content. New original content is necessary, because readers want to see new opinions and new ideas. [...]......
|
| |
|
| |
 |