Posts

Showing posts with the label speedup

How To Update Almost All Repositories In Kali Linux

Image
To edit repositories and update/upgrade/install almost all apps in kali linux follow the steps given below 1. open terminal 2. edit source.list          type: gedit /etc/apt/sources.list    and hit enter                                3. now add these line and save ## Source repositories deb-src http://http.kali.org/kali kali main non-free contrib deb-src http://security.kali.org/kali-security kali/updates main contrib non-free deb http://http.kali.org/kali kali-rolling main contrib non-free # For source package access, uncomment the following line deb-src http://http.kali.org/kali kali-rolling main contrib non-free deb http://http.kali.org/ /kali main contrib non-free deb http://http.kali.org/ /wheezy main contrib non-free  4. now open t...

How To Speed Up laptop's Or Pc's Performance

Image
Turn off Unnecessary Services New users of Windows who came from Windows XP usually wonder: why Windows always performs some disk I/O, even if the computer is idle, there's no windows above desktop and taskbar is clear? "For what purpose this OS is constantly torturing my harddisk and reducing its MTBF?" Well, the purpose is not clear yet, but the cause of this problem has been found: A few useless system services. In order to disable them: Click  Start , open  Control Panel , switch to  Classic View . Open  Administrative Tools , then  Services . You may click "Standard" tab at the bottom to reduce visual clutter on the screen: Disable the following services:  Superfetch ,  ReadyBoost ,  Windows Search ,  Windows Defender ,  Distributed Link Tracking Client ,  UPnP Device Host ,  SSDP Discovery . For each service listed above: double click service name in the list, in the popup window set  Star...