Skip to main content

Glary Utilities Pro




This software like as TuneUp. But it isn't large like tuneup. This is only 13 MB.

  • - Disk Cleaner Removes junk data from your disks and recovers disk space
  • - Registry Cleaner Scan and clean up your registry to improve your systems performance.
  • - Shortcuts Fixer Corrects the errors in your startmenu desktop shortcuts
  • - Startup Manager Manages programs which run automatically on startup
  • - Memory Optimizer Monitors and optimizes free memory in the background
  • - Tracks Eraser Erases all the traces,evidences,cookies,internet history and more
  • - File Shredder Erases files permanently so that no one can recover them
  • - Internet Explorer Assistant Manages Internet Explorer Add-ons and restores hijacked settings
  • - Disk Analysis Get details information of the desired files and folders
  • - Duplicate Files Finder Searchs for space-wasting and error producing duplicate files
  • - Empty Folders Finder Find and remove empty folders in your windows
  • - Uninstall Manager Completely uninstall programs you dont need any more
  • - Context Menu Manager Manage the context-menu entries for files, folders

                                                 Download

Comments

Popular posts from this blog

The Jungle Book Waterfall Rescue (2015)

Your favorite Jungle Book characters return to save the day in the exciting Waterfall Rescue. Join Mowgli, Baloo and Lali on a brave mission to rescue their animal friends and save their jungle home. Download Direct Download Torrent

Games HD wallpapers pack

68 items                                                             Download

Basic Linux Commands On Terminal

Change Directory cd file_dir Create Directory mkdir file_dir Delete Directory  rm -rf file_dir Create/Write File nano my_file.txt (from nano editor) vi my_file.txt (from vi editor) vim my_file.txt (from vim editor) Delete File  rm my_file.txt View File cat my_file.txt View Zip File content zcat /tmp/excise_1/ivr-2.log.gz Get File Properties file my_file.txt Show only log entries which contain text field cat /var/log/audit .log | grep Error Rename File / Move File mv my_file_oll.txt my_file_new.txt Copy File cp my_file.txt /tmp/ Copy Directory cp -r /tmp/dir /home/new_dir SSH  ssh username@ip ssh global_info_portal@192.234.87.87 SCP scp filename username@ip:/server_location scp /tmp/my_file.txt global_info_portal@192.234.87.87:/tmp Disk Space df -h Ram Detail free -m View Process top Kill process kill -9 process_id when using top command its second column number is process id. kill -9...