Search results

  1. slacker_

    Installing Windows 98 as your secondary operating system.

    Do yourself a favor and install it in a virtual disk using Virtual Box. By pressing CTRL + F the virtual machine will go full screen and there will be no notable difference to a "real" installation.
  2. slacker_

    Question: Need to increase Partition. Dual Boot (Window 7 / Linux)

    I second that. :-) Also, i can recommend you Parted Magic (linux live distro) for partitioning tasks.
  3. slacker_

    Wireless Connects but no Internet?

    What are your IP settings when you are connecting via cable? Have you turned wireless encryption on/off and used the right password? Try to reset your accesspoint, if all else fails.
  4. slacker_

    Which is better for SEO

    I don't think it would make that much of a difference. It's mainly the content that matters, meta-tags aren't that relevant any more (but not completely useless :-).
  5. slacker_

    Samba - windows printer driver installation

    Indeed i'm using 64 bit SuSE version, but this doesn't matter because the drivers are only stored on the linux box to be automagically installed if some windows client wants to print and doesn't have the driver installed already. Local printing at the linux box using the CUPS driver is working...
  6. slacker_

    Samba - windows printer driver installation

    I'm about to set up a linux (SuSE Enterprise 11) box to work as a print and file server using Samba (user level security, nothing special). Not so much of a problem for the file server part, which is pretty straightforward, but i can't set up automatic installation of windows printer drivers...
  7. slacker_

    Does anybody know a good tutorial for installing Ubuntu on a PC with Windows 7?

    Just install it on a USB-Stick, 8 GB should be enuff: http://unetbootin.sourceforge.net/
  8. slacker_

    Does anybody know a good tutorial for installing Ubuntu on a PC with Windows 7?

    This may help you. You should backup at least your most important files before... :smile:
  9. slacker_

    Does anybody know a good tutorial for installing Ubuntu on a PC with Windows 7?

    You seem to be using microsofts Dynamic Disk feature, which is probably the reason the installation process fails. But i'm not sure on that, never tried to install linux on an LDM volume.
  10. slacker_

    IIS and PHP

    You have to create a "handler mapping" to enable PHP on IIS: http://www.php.net/manual/en/install.windows.iis7.php
  11. slacker_

    Exporting a Csv File with zeros as the first integer

    Use int instead of varchar if you're just storing numbers. edit: probably it's just an formatting issue in excel..
  12. slacker_

    Subversion Snapshot Script

    Do you mean something like that?
  13. slacker_

    php create link on users desktop

    You could provide an file like "mywebsite.url" containing just the text "http://www.mywebsite.com" for download, the user would have to double-click on it to open your site. An rather awkward solution. better use something like http://www.dynamicdrive.com/dynamicindex9/addbook.htm
  14. slacker_

    Cron job not working!! help!!!

    go to your cpanel, look at Stats -> Home Directory, where you can see your username scroll down to Advanced -> click on Cron jobs under "add new cron job" click on "minute" -> every five minutes (*/5) Command: /usr/bin/php -f /home/your_username/www/cron.php >/dev/null 2>&1 which...
  15. slacker_

    Cron job not working!! help!!!

    try /usr/bin/php -f /home/waldopulanco29/path/to/your/cron.php
  16. slacker_

    SEO tips?

    additionally, you may want to register at http://www.google.com/webmasters https://siteexplorer.search.yahoo.com http://www.bing.com/webmaster
Top