Posts

How to protect the contents in a USB / Encrypting free Software

Image
Protecting usb To ensure the contents in a USB device you can use FreeOTFE Software to protect your data from external Access. Its Features are .. Link:- FreeOTFE Highly portable  - Not only does FreeOTFE offer "portable mode", eliminating the need for it to be installed before use, it also offers FreeOTFE Explorer - Source code freely available Easy to use; full wizard included for creating new volumes Both PC and PDA versions are available; data encrypted on your PC can be read/written on your PDA, and vice versa. Supports all versions of MS Windows from Windows 2000 onwards ( including Windows 7 ), and Windows Mobile 2003 and later (including Windows Mobile v6.5) No need to install it; making it ideal for use on USB memory drives, etc Support for encrypted Linux volumes (Cryptoloop "losetup", dm-crypt and LUKS) Available in English, Spanish, German, Italian, French, Czech, Japanese, Croatian, Greek and Russian - with support for other language...

Solving Stray error in CPP during compilation

Image
You may noticed error saying " Stray error in the line ...".What you want to do is that you want to delete the whole line ,where the compiler say there is an error.. and RETYPE the whole line.Thats the only reason to solve the issue.... This is because there will be some special character  which may not be visible.We need to avoid these special  characters and then compile...

Hide Folder in Windows Using DOS Command

Image
As  you may know,there are many softwares availabe for hiding folders.or you can use the File>>properties itself.But that one will be visible to all(By other methods).Her i say a technique by which you can hide anything inside a folder and that folder will just vanish to thin air........ Wahh.. This is what you want to do... Consider the file you want to hide is "abc"... Open up CMD 1.Go to the location where the folder exist,In the pic, you can see the abc folder 2.Now type attrib +a +s +h +r folder_name In here attrib +a +s +h +r abc Done!! 3.Now to unhide the folder Type  attrib -a -s -h -r abc In the below fig ,you can see its gone.....No more abc..Hav Fun

Route Delete Command in Ubuntu

Image
If your switch is off  for a moment then the LTSP server will create an another default route causing a local route . This will block the internet connection. To make it work type  Step 1:-   Type: route This will display all the path  Step 2: Type :- route delete default

Installing PERL in Windows / Beginner For Perl

Image
For installing the Perl you need to download Perl from their website which is about 69 MB. Step I: Download Perl from perl.org Step II : Now create a program with extension in .pl with the help of notepad.An example code is given below #!/usr/local/bin/perl      print "Hello Perl \n"; Step III: Now from start menu search for Perl command line and open it.Then get to the location where the program file exist. Now:                                                           perl filename.pl                                                There.. u get the output in Perl.....

Angry Birds Error In Windows: Texture is too large:2048×2048, maximum supported size: 1024×1024

Image
1.  Re install or update   display driver/ Graphics card 2. Else install Graphic Drivers if needed: Intel  :  http://downloadcenter.intel.com/ Nvidia  :  http://www.nvidia.com/Download/index.aspx?lang=en-us ATI  :  http://support.amd.com/us/gpudownload/Pages/index.aspx 3.Else go to Angry Birds Folder,open configuration.lua with notepad application and reduce the screen resolution. 4.Change the resolution of your monitor.... Hope its DOneeEE... EnJoY...

How To Edit Grub Menu or Software On Ubuntu / Linux / Fedora Grub Customizer

Image
Define Grub ..?? GNU GRUB  (short for  GNU GRand Unified Bootloader ) is a  boot loader  package from the  GNU Project . GRUB is the  reference implementation  of the  Multiboot Specification , which provides a user the choice to boot one of multiple  operating systems  installed on a computer or select a specific  kernel  configuration available on a particular operating system's partitions. --- Says Wiki... Now, For Ubuntu  Open Terminal and type   sudo add-apt-repository ppa:danielrichter2007/grub-customizer  sudo apt-get update  sudo apt-get install grub-customizer (Fedora 32-bit) wget -O grub-customizer-2.5.7-i686.rpm http://goo.gl/vE2Ev sudo yum install grub-customizer-2.5.7-i686.rpm (Fedora 64-bit) wget -O grub-customizer-2.5.7-x86_64.rpm http://goo.gl/1GL6B sudo yum install grub-customizer-2.5.7-x86_64.rpm Now open you can open it from System tool...