Domain Name Yahoo

Easy Help Troubleshoot Your Linux Box



  

Solve your problem here.

Yes, many Linux administrators are having problems. Browse your problem here, ask what to do and how to solve your problems. We are here for you.. DomainNameYahoo.info


Hibernate on WinXP home edition

“I could’nt find any hibernate button on my XP”
Yes, Microsoft has chosen to hide to button. I don’t know what is the purpose behind it.
It is actually very simple.
When you shutting down (Click “Start” -> “Turn Off Computer”) you will sea a same screen as below.
While you are in that screen, use “shift” key and […]

June 6th, 2010 Posted by admin | Windows | no comments

Can iPad Run Under Windows ?

Apple and Microsoft is always competing for a long time. However, a company called Citrix Systems claims to succeed ‘reconciling’ the two software giants. Citrix Systems claims that the company is able to help the user to perform virtual installations.
Citrix Systems claims that the company is able to help the user to perform virtual installation, […]

March 28th, 2010 Posted by admin | Windows | no comments

Advertisement

More about Linux, Hostings, Website, Server, Microsoft and various advertisements will appear below.

Automatic Shutdown/Restart on Windows 2000 Advance Server

Shutdown or restart command in Microsoft Windows Operating System is using external file called shutdown.exe
For windows XP, this file is included after installation the operating system.
Simply open your command prompt from Start-Run-cmd, then:
C:\> shutdown /?
You should see a complete usage instruction.
On Windows 2000 Operating System, shutdown.exe is not included. You have to get it from […]

December 7th, 2009 Posted by admin | Domain, Windows | no comments

Apache with Samba or CIFS Shared Files

Web server and File server is good to be placed on different machine.
In my case, I have web server running apache+php+mysql under Centos Box, and File Server is on Windows Advanced Server 2000. The problem is apache cannot read the php file in Windows server.
All I have done :

I added line at fstab configuration
//192.168.1.3/data/media/code cifs    […]

April 14th, 2009 Posted by admin | Apache, CentOS, Samba, Ubuntu, Windows | no comments

Ubuntu - Windows Fonts

Easy way to install various Fonts into your ubuntu box is combine it with windows fonts.
Thousands even million of free fonts are available on the net and support for windows.

Download those windows fonts.  remember Only the TrueTypFonts
Create directory windowsfonts at /usr/share/fonts/truetype
$ sudo mkdir /usr/share/fonts/truetype/windowsfonts
Then copy the downloaded fonts into windowsfonts directory
$ sudo cp /home/downloadedfolder/fonts/*.ttf /usr/share/fonts/truetype/windowsfonts
Finally, […]

November 20th, 2008 Posted by admin | Ubuntu, Windows | no comments