Operating Systems Archive

  • My SQL backup From Linux Console

    My SQL backup From Linux Console

    To schedule a mysql database backup it is necessary to take the back up from Console with out prompting pasword, to call crom scheduler crontab Use the following to backup to sql script ]# mysqldump -h localhost -u root -pabcd db> joomla_bup.sql to backup in...

    Full Story

  • mint_desktop

    Linux Mint Surprisingly Loaded

    Linux Mint is one of the surprise packages of the past year. Originally launched as a variant of Ubuntu with integrated media codecs, it has now developed into one of the most user-friendly distributions on the market – complete with a custom desktop and menus,...

    Full Story

  • Linux Command cp -Rf is still asking for Overwrite confirmation

    Linux Command cp -Rf is still asking for Overwrite confirmation

    it was strange while i tried to copy files from one directory to another recursively , even i supplied cp -Rf it is still asking for confirmation ]# cp  -Rf * ./myfolder ( files are there in myfolder) this happened a linux default alias by...

    Full Story

  • WINAMP in LINUX

    WINAMP in LINUX

    Playing Media In linux bring lots of trouble to all its FANS!!!! This is because Linux is a Programmers and  Server Side Suit , even if its playing a good role as Desktops, Apps for Medias are not up to the mark as on windows...

    Full Story

  • Classic ASP on IIS 7 doesnt Return Error Messages to Browser

    Classic ASP on IIS 7 doesnt Return Error Messages to Browser

    Classic ASP Scripts are fully supported in IIS7 and unfortunately they made some changes in Debug mode This may trouble convensional coding mechanism a bit, unlike IIS6 , IIS7 is differ in the way of debugging, in the right angle its is good for those...

    Full Story

  • Run Linux Desktop From Windows ( Remote Desktop)-X Manager

    Run Linux Desktop From Windows ( Remote Desktop)-X Manager

    Among plenty of X servers available for Windows X Manager is the most widely used X Application over windows , Its using X Server based X terminal to emulute Linux (Say) applications Xmanager is a powerful and easy-to-use PC X server that runs on Windows...

    Full Story

  • Media Player for Linux , Replacement for Windows Media Player and Winamp

    Media Player for Linux , Replacement for Windows Media Player and Winamp

    Playing Media in Linux is always a second battle after complex installation steps and most of the Linux Users getrid of linux Just because of this reason as Multimedia is that much importance in nowadays computing From the very beginning of PC operating systems, Windows...

    Full Story

  • Linux Shell Script to add two Numbers

    Linux Shell Script to add two Numbers

    read x read y echo “sum of ” $x “and ” $y “=” $[$x+$y]

    Full Story

  • Linux On your Symbian Phone , Nokia N series,E series etc.

    Linux On your Symbian Phone , Nokia N series,E series etc.

    RUN LINUX SHELL  FROM NOKIA , SYMBIAN MOBILE PHONES (PuTTy)!!!! PuTTy the everbest SSH Client is now have a Symbian Version !!! Linux Administrators root power lays where linux differ from windows in command line., linux got various shells and protocols supported from the course of...

    Full Story