Well i m writing this tutorial specially for the new people who find problems in compressing the files and password protecting file and splitting a large files into pieces.
Tools needed. Winrar
and a file which is to be compressed
Ok lets start.
1. Right click on the file/folder you want to Compress.
2. Than click on add to archieve.
3. A window will pop up.
4. Put the name for the file.
5. Select Compression method to best or if u want to keep it on normal your choice. [Choosing Compression Method (normal-->best) will increase the time of making archive and mainly used when the file size is big and u want it in less space and (store<--Normal) will take less time but the size of the compressed file (will be differ) is more.]
6. Check the Lock archive.
7. Click on split to volumes, bytes [for splitting a large files in to small parts]
8. make it 100 mb or 200 mb by simply writing in that dropdown menu.
9. Click on advanced
10. Click on set password.
11. Enter your password [don't forget to check both options]
12. Now click the button ok and than again ok.
13. Tutorial is now finished!!!
Check the screenshots for better understanding.
1. What is a loop/Iteration?
- A loop/Iteration is a set of lines executed repeatedly.
- A loop essentially consists a condition.
- A loop runs till the condition is true, stops when it becomes false
Example:
- while - entry check loop
- Do…while - exit check loop
- for loop
2. What are functions? (or) Define Functions.
- Functions are the building blocks of c++ programs.
- Functions means writing a part of a program separately under a different name.
- The main purpose of writing functions is reusability of code
- Functions always end with paranthesis, i.e, ()
- Functions has to be
- Declared
- Defined and
- Invoked
3. What are the advantages of functions?
- Increases Modularity.
- Reusability of code.
- Easy to test & Debug.
- Transferable across programs.
4. Describe about call by value & call by reference?
- Call by reference when parameters are passed to a function it is passed either as call by value or as call by reference.
- In call by value the actual parameters are copied to formal parameter,
- So changes in the called function will not be seen in calling function.
- In call by reference an alias name is given to actual parameters ,so
- Changes in called function seen in calling function.
We must add & (amperesand) before formal parameters in call-by-reference.
Well this is the second part of my written tutorials.
So lets start.
In this tutorial i'll tell how to create sfx archive using Winrar.
If you people don't know what is sfx archive is?? then let me tell you SFX archive is Self
Extracting Archive. As the name is self explanatory.
Tools:
WinRaR
and ofcourse a file.
Steps:
1. Choose the file.
2. Right click ---> add to archive.
3. Do those things which we done in previous tutorial but this time we will tick the create sfx archive also.
[ss1]
4. Again goto advanced tab put the password of the file [razordox.darkbb.com] same as previous tut.
[ss2]
5. Next Steps chck all the screenshots.
[ss3]
[ss4]
[ss5]
6. Just create a archive.
[ss1]
[ss2]
[ss3]
[ss4]
[ss5]
Windows has a great feature called 'Hibernation'.This feature of windows allows user to resume the current session without loosing the work. While the leaving computer idle, some of us use Stand By option to resume the current session and save the power.The same task can be performed by using 'Hibernation' feature.The great advantage of hibernation over the stand by is that the computer goes shut down during hibernation and takes no power. You do not need to worry about your unsaved work while hibernating the computer because it saves all unsaved work in a temporary file and restores all the work in last situation when you on the computer. It means that you will not loss your unsaved work.
The hibernation is more useful during the situation when you have lot of unsaved work and do not have enough time to save it because of low UPS backup time or any other issue .You must hibernate your computer in order to save your work.
In the windows xp the hibernation option is not enabled by default.You need to enable this option to hibernate your computer.
Follow these steps to enable hibernation:
1. Go to Control Panel
2. Open the Power option
3. Navigate to Hibernate tab
4. Check on the 'Enable Hibernation'
5. Click on apply or OK
7. Now you can hibernate you computer.
To hibernate your computer follow these steps
1. Right click on task bar and click on Task Manager or press Alt+Ctrl+Del
2. Open the Shut Down Menu and click on Hibernate
A virtual server is basically a partitioned drive on a main server. Multiple virtual servers can be created from a single server which would have capabilities of acting as a separate serve altogether i.e. a virtual server can be run full operating system as well as be rebooted without affecting other virtual servers. First, the physical server booted in normal manner. Once the boot process has been completed, a program is executed which boot all virtual servers at the machine.Virtualization can be of two types:
1.Software Virtualization
2. Hardware Virtualization
The first one, Software Virtualization, is mainly used for web hosting services wherein the same kernel is used.In hardware virtualization , hardware resources are partitioned accordingly. virtual private servers are mainly used for security purposes. For instance, if you require installing of a software that might have bugs, It would be wise to install and test it on a virtual server so that the main server is not effected in case it contains any bugs.
More Articles …
Subcategories
Web Hosting
Web Hosting is a service offered by web hosting providers to the individuals and organizations to make their websites accessible on the internet. Depending on the requirement, one can avail different types of web hosting such as shared hosting, dedicated hosting, virtual private hosting, cloud hosting etc.
Page 66 of 193