• Increase font size
  • Default font size
  • Decrease font size

What is linux

How to set up a Remote Desktop Web Connection on Windows 7

 1. Go to Control Panel, Programs and Features, Turn Windows features on oroff
2. Go to Internet Information Services and select the check boxes for WebManagement Tools and World Wide Web Services. [Web Management Toolsinstalls IIS 6.0 which is needed for the following download; there is alsosome feature in World Wide Web Services that is needed, but I haven'tisolated it yet, so select everything for now]
3. Install tswebsetup.exe fromhttp://www.microsoft.com/downloads/d...DisplayLang=en
4...

 

how to setup remote desktop on windows 7

 1. Go to Control Panel, Programs and Features, Turn Windows features on oroff
2. Go to Internet Information Services and select the check boxes for WebManagement Tools and World Wide Web Services. [Web Management Toolsinstalls IIS 6.0 which is needed for the following download; there is alsosome feature in World Wide Web Services that is needed, but I haven'tisolated it yet, so select everything for now]
3. Install tswebsetup.exe fromhttp://www.microsoft.com/downloads/d...DisplayLang=en
4...

 

How to setup Windows guest paravirtual network drivers

 Haydn Solomon

The KVM project, maintained by Qumranet, recently released paravirtual network drivers for Windows XP/2k guest machines. I thought it would be useful to document how to setup these drivers on a windows guest machine. These drivers will greatly increase the network performance and throughput on the guest machine. Network and Block devices are the main bottlenecks in virtual machine performance so this release will be received warmly by the community. At the moment, there are...

 

How to share files between Fedora Linux and Windows Vista

 If you’ve been fol low ing our blog here you’ll notice that we try to make our tuto ri als as easy as it can be even for the new com ers. We do this because we know some in our audi ence are not as geeky as oth ers, so to be all inclu sive we decided to write our tuto ri als for every one — geeks and non-geeks.

In this sim ple tuto r ial, I will show you how to con fig ure both Win dows Vista and Fedora Linux to share files and fold ers and printers.

 

For you to...

 

phpMyAdmin: Cannot load mysql extension. Please check your PHP configuration

 got new server and installed phpMyAdmin. But whenever I visit the phpmyadmin url it says:

Cannot load mysql extension. Please check your PHP configuration

How do I fix this problem under CentOS / RHEL / Fedora Linux Apache web server?

You need to install php-mysql which is a module for PHP applications that use MySQL databases. You may also need to install the following: php-mysql : Module for PHP applications that use MySQL databases php-gd : A module for PHP applications for...

 

How to mount remote windows partition under Linux

by NIXCRAFT

 All files accessible in a Linux (and UNIX) system are arranged in one big tree, the file hierarchy, rooted at /. These files can be spread out over several devices. The mount command serves to attach the file system found on some device to the big file tree.

Use the mount command to mount remote windows partition or windows share under Linux as follows:Procedure to mount remote windows partition (NAS share)

1) Make sure you have following information:
==> Windows username...

 

How can I connect to a samba share from Win7 running in VirtualBox

 Now I'm running Win7 as a virtual machine via VirtualBox, but I can't figure out how to connect to one of those shares. Is it possible? Is there a better way to get access to the file system on the host from a virtual machine?



By using NAT, Virtualbox is acting as a router, and the virtual machine is therefore hidden from the world outside its router - including your network.

Try setting the network to "bridged", in this way the virtual machine uses your physical router as its router...

 

How to Connect to a Samba share from OS X

 Jack Wallen   

Here on Ghacks I’ve worked to cover Samba from numerous angles (check out the Samba Topic on Ghacks). I want to build on that topic by helping you to connect to a Samba share from within the OS X operating system. And just in case your Samba install is not set up, or just not quite right, I will offer up an easy to use smb.conffile that should help you get things rolling.

For this installation I will using Samba on a Debian server. Nothing really special, but it...

 

how to install Django with PostgreSQL on Windows

 By Antonio Cangiano. Filed under Django, Quick Tips 

This is a step by step tip about how to install Django with PostgreSQL on Windows. The links below point directly to the downloads, so the whole procedure should be extremely fast and easy. Install Python 2.5 Install PostgreSQL 8.1.4 Install the eGenix MX Base package Extract win-psycopg25.zip
and copy libpq.dll and psycopg.pyd to c:\python25\DLLs (assuming c:\python25 is where you installed Python)....

 

How to Install Lighttpd with PHP5 and MySQL on Ubuntu 9.10

 Lighttpd is a secure web server, which is faster when compared to Apache. We will show here how you can install Lighttpd on an Ubuntu 9.10 server with PHP5 support(through FastCGI) and MySQL support.

In this tutorial we have used hostname asserver1.example.com with the IP address192.168.0.100. They maybe different for you.

The first thing you need to do is to login as root. You can login as root in Ubuntu Linux by typing in the terminal:

sudo suInstalling MySQL 5:

In the terminal...

 
More Articles...