.gobump img{ border: 5px solid #ccc; float: left; margin: 15px; -webkit-transition: margin 0.5s ease-out; -moz-transition: margin 0.5s ease-out; -o-transition: margin 0.5s ease-out; border-radius: 5px 5px 5px 5px; } .gobump img:hover { margin-top: 2px; }

twitter

Thursday, January 28, 2010

Windows 7 Versions - Which Edition of Windows Seven is Suitable For You?

Well, Microsoft released multiple editions of its Windows 7 operating system with the intention of targeting different segments of its user base with different features at different price points.However, Microsoft is expected to focus its marketing effort on just three editions - Home Premium, Professional and Ultimate. As a quick rule of thumb, Windows 7 Home Premium is targeted at consumers and Professional or Ultimate is targeted at small businesses.Here is a list of the available six Windows 7 versions, in ascending order, from least to most advanced:1) StarterA lightweight edition for netbook computers. Netbooks are low-powered computers specifically designed for lightweight tasks such as web browsing and emailing.In this edition, Windows 7 will lack more advanced features such as Media...

Sunday, August 9, 2009

Creating a custom header for stretch templates

it is a little more difficult to effectively create a custom header for stretch templates as the width of such templates is fluid. However, with a few simple tricks, you can easily create a unique, clickable header for your blog which will look great no matter how wide (or narrow) the browser viewing your blog. I’m going to use the Minima Stretch template, though I will also include notes applicable to the Denim Stretch template too. The best way to use a custom header for a stretch template… …is to create a logo or header image with a block background color ! This ensures that your header will appear normally in any size of browser window,...

Thursday, June 25, 2009

WEB HOSTING AT MAKEMYHOST.COM AT 50% OFF

WEB HOSTING AT MAKEMYHOST.COM AT 50% OFF Welcome to our WWW.MAKEMYHOST.COM We understand that quality of linux hosting, dedicated hosting, eMail hosting customer support is mission critical for our mutual success and we will always offer live in-house support 24x7x365 even on holidays. Our average support ticket resolution is 15 minutes and immediate responses are very common. We are dedicated to taking away the headache of administering your own servers, thus allowing you to focus entirely on running your business with unlimited growth potential.Along with providing quality and...

Creating a Directory in Linux

The mkdir (make directory) command is used to create directories.Example [ Steve@localhost Steve ] $ mkdir prog-files [ Steve@localhost Steve ] $ -The sub-directory, prog-files, is created under the current directory. However, the new directory does not become the current directory. Complete path names can be specified with mkdir.Example [ Steve@localhost Steve ] $ mkdir /tmp/prog-files [ Steve@localhost Steve ] $ _ In the above example, the directory, prog-files, is created under the /tmp directo...

DIRECTORY COMMANDS IN LINUX

Identifying the Current Directory PathThe pwd (print working directory) command is used to display the full path name of the current directory.Example[ Steve@localhost Steve] $ pwd/home/Steve[ Steve@localhostb Steve] $ _Here, /home/Steve is the directory in which the user is currently working.Changing the Current DirectoryThe cd (change directory) command changes the current directory to the directory specified.Assume that Steve has logged in and has given the following command:Example [Steve@localhost Steve ] $ pwd /home/Steve [ Steve@localhost Steve] $ cd /usr/bin [ Steve@localhost Steve] $ pwd /usr/bin[ Steve@localhost Steve] $ _Note that the complete path name has been specified with the cd command. Linux also allows the use of relative path names with commands. Let' s...

Listing the Contents of a Directory in Linux

The is command is used to display the names of the files and sub-directories in a directory.Example[ Steve@localhost Steve ] $ 1s /home/SteveDEADJOE X baseball comm tennisDesktop a.out basketball program.cc[ Steve@localhost Steve ] $ _In the above example , all the files and directories under the directory named Steve are listed. If the files and directories under the current directory are to be listed, it is optional to specify the directory name with 1s.In the above output, you are shown the file names but not the types of files. The -1 option, when used with 1s displays a detailed list of files and director...

Removing a Directory in Linux

The rmdir (remove directory) command removes the directory specified.Example [ Steve@localhost Steve ] $ rmdir prog-files [ Steve@localhost Steve ] $ _Here, the prog-files directory is deleted.A directory can be deleted using the rmdir command only if it is:1) Empty (does not contain files or sub-directories)2) Not the current directoryComplete path names may also be specified with rmdir.Example[ Steve@localhost Steve] $ rmdir /home/Steve/tennis[ Steve@localhost Steve ] $ _The above command removes the tennis directory, which is located in Steve' s HOME directo...

Pages 371234 »
Twitter Delicious Facebook Digg Stumbleupon Favorites More

 

Categories