Largest Files and Folders Linux
Top 20 Largest folders in a directory in Linux. du -shx * | sort -hr | head -n 20 Find All files larger than 50 megs in the entire system: find / -type f -size … Read more
Top 20 Largest folders in a directory in Linux. du -shx * | sort -hr | head -n 20 Find All files larger than 50 megs in the entire system: find / -type f -size … Read more
First Create a Batch File “C:\myprogram.bat” with the following line in it (make sure you replace notepad with your own program): runas /user:COMPUTERNAME\Administrator /savecred “C:\Program Files (x86)\Notepad++\notepad++.exe” Second The first time you run the batch … Read more
Click start Then type run and copy and paste the following: %SYSTEMROOT%\SYSTEM32\REGSVR32.EXE %SYSTEMROOT%\SYSTEM32\WUAUENG.DLL Taken here: http://answers.microsoft.com/en-us/windows/forum/windows_vista-windows_update/windows-update-error-number0x80070424/95998d7e-9e38-4599-a6cd-fd201447fa92 and I tried it successfully
First You must install the open-iscsi package apt-get install open-iscsi Second Configure the software by editing the /etc/iscsi/iscsi.conf file accordingly If you do not require authentication there are no reasons to edit that file. if … Read more
Well, at the time of writing, Microsoft is working diligently to restore the Start Menu in the next version Windows 8 titled (8.1). If you can’t wait until the next version is released, you can … Read more