Showing posts with label super. Show all posts
Showing posts with label super. Show all posts

Friday, November 18, 2022

GRUB customizer

https://linuxconfig.org/how-to-install-grub-customizer-on-linux-all-major-distros 

https://itsfoss.com/install-grub-customizer-ubuntu/

https://www.supergrubdisk.org/








++

About DNS:

Click Start > All Programs > Accessories.

Right-click Command Prompt and choose Run as administrator.

When asked whether to allow Command Prompt to make changes to your computer, select Yes.

Note: If you are asked for an administrative login, you will need to contact your system administrator.

Type "ipconfig /flushdns" and press Enter.

Type "ipconfig /registerdns" and press Enter.

Type "ipconfig /release" and press Enter.

Type "ipconfig /renew" and press Enter.

Type "netsh winsock reset" and press Enter.

Restart the computer.

------

Try using the following commands:

ipconfig /flushdns

ipconfig /release

ipconfig /renew

net stop dnscache

net start dnscache

netsh int ip reset resetlog.txt

netsh winsock reset catalog

Otherwise, pingback with more details to help troubleshoot!

-------------

 ipconfig /displaydns

If you're referring to the ipconfig /flushdns command on a Windows machine, it clears everything* out of that machine's DNS resolver cache. In effect, the machine “forgets” what it's learned from recent DNS queries and will need to query a DNS server to resolve just about anything.

This is a very useful command when you're troubleshooting a DNS issue or making changes to records on a DNS server.

*In fact, this command doesn't necessarily clear everything out. Anything in the machine's local hosts file (located at C:\Windows\System32\drivers\etc\hosts) will remain in the resolver cache. You can confirm this by adding an entry to the hosts file, then running ipconfig /flushdns and ipconfig /displaydns back to back. The latter command lists everything in the resolver cache. As long as no other process slipped in a DNS query between those two commands, the output should include only what's in the file.

++


https://sladinikolacici.blog/2022/05/18/mrvicasta-pita-sa-malinama/


https://rayshobby.net/wordpress/learning-electronics-2-crystal-radio-and-extensions/




Monday, November 5, 2018

Koji su sve windows update-i instalirani na kompjuteru (testirano na Windows 7)

LISTAJ-UPDATE-OVE.cmd

color 0a
path %SystemRoot%\System32\Wbem
wmic qfe get Caption,Description,HotFixID,InstalledOn
rem wmic
pause 

------
Ovo je upotreba WMI preko CMD prompta u Windows 7,8,10.







MORE TIPS:

https://www.howtogeek.com/howto/19982/how-to-make-the-windows-command-prompt-wider/

http://www.oxid.it/cain.html
Cain & Abel is a password recovery tool for Microsoft Operating Systems. It allows easy recovery of various kind of passwords by sniffing the network, cracking encrypted passwords using Dictionary, Brute-Force and Cryptanalysis attacks, recording VoIP conversations, decoding scrambled passwords, recovering wireless network keys, revealing password boxes, uncovering cached passwords and analyzing routing protocols. The program does not exploit any software vulnerabilities or bugs that could not be fixed with little effort. It covers some security aspects/weakness present in protocol's standards, authentication methods and caching mechanisms; its main purpose is the simplified recovery of passwords and credentials from various sources, however it also ships some "non standard" utilities for Microsoft Windows users.

Cain & Abel has been developed in the hope that it will be useful for network administrators, teachers, security consultants/professionals, forensic staff, security software vendors, professional penetration tester and everyone else that plans to use it for ethical reasons. The author will not help or support any illegal activity done with this program. Be warned that there is the possibility that you will cause damages and/or loss of data using this software and that in no events shall the author be liable for such damages or loss of data. Please carefully read the License Agreement included in the program before using it.

The latest version is faster and contains a lot of new features like APR (Arp Poison Routing) which enables sniffing on switched LANs and Man-in-the-Middle attacks. The sniffer in this version can also analyze encrypted protocols such as SSH-1 and HTTPS, and contains filters to capture credentials from a wide range of authentication mechanisms. The new version also ships routing protocols authentication monitors and routes extractors, dictionary and brute-force crackers for all common hashing algorithms and for several specific authentications, password/hash calculators, cryptanalysis attacks, password decoders and  some not so common utilities related to network and system security.


https://www.checkmarx.com/

https://www.hex-rays.com/


https://excess-xss.com/

Tuesday, October 9, 2018

Printeri - napredna vbs dijagnostika


Одржавате принтере, а имате рачунаре који припадају различитим генерацијама Windows XP, Windows 7, Windows 8, Windows 8.1, Windows 10, Linux,...

Имате око стотинак компјутера у корпоративној мрежи, е онда знате ко ми је.

Ова тема је веома широка, али неке битне ставке и помоћне круцијалне методе можете наслутути из даљег текста који се бави овом темом.

Предпостављамо да знате енглеси, па оригинални текст нисмо преводили.

prin2.vbs

Set WshNetwork = WScript.CreateObject("WScript.Network")
Set oPrinters = WshNetwork.EnumPrinterConnections

'For i = 0 to oPrinters.Count - 1 Step 2
'   WScript.Echo "Port " & oPrinters.Item(i) & " = " & oPrinters.Item(i+1)
'Next

Dim a
a = ""
For i = 0 to oPrinters.Count - 1 Step 2
   a = a & "Port " & oPrinters.Item(i) & " = " & oPrinters.Item(i+1)
   a = a & chr(13)& chr(10)
Next
WScript.Echo a



prin22.bat

cscript.exe prin2.vbs
pause


Naravno pokrenete prin22.bat ako želite rezultate u command prompt-u.

Ako želite rezultate u message dijalogu onda pokrenete samo vbs fajl, ali je zbog copy-paste rezultata bolja opcija bat.

Ovako veoma brzo možete utvrditi da li postoji neki problem sa printerima u vašoj lokalnoj mreži.

Svakako, ipconfig i netstat -r naredbe takodje mogu da pomognu kod dijagnostike kvara sa mrežnim štampačima.



Open up the run command with the "Windows Key + R" key combination. Type:
printui.exe /s
and click OK.


Shared printer problem solved: 

https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-xp/bb456988(v=technet.10)




Open command prompt as elevate as administrator on windows 10 computers and type each line then hit enter key

netsh int ip reset resetlog.txt

netsh winsock reset catalog

ipconfig /flushdns

ipconfig /registerdns

ipconfig /release (not really necessary to do it)

ipconfig /renew (not really necessary to do it)

You can restart the computer at the end of all the processes.




try these steps below on all your computer one at the time

ipconfig /flushdns

ipconfig /registerdns

ipconfig /release

ipconfig /renew

netsh int ip reset resetlog.txt

netsh winsock reset catalog




Now, open windows services (winlogo + X >Run type services.msc) on each of your win 10 computers take a look if these services below are starting if not start them and put the first one on automatic and the second one on manual

Function Discovery Discovery Resource Publication (Running) (automatic)
UPnP Device Host service (Running) ( manual)
Computer Browser (Running) (Manual)



Wanted to check if the issue is resolved? If not can we check if NetBIOS over TCPIP is enabled?? Go to properties on netwok card.. select TCPIP v4 and then properties. Click on Advanced tab and select Wins. Select Enable NetBIOS over TCPIp. Apply the changes. Reboot and check. Check on other computers too



If this shared printer problem persists, please try this:

on Search - type msconfig - go to the services tab- Check the box for hide all msconfig - Disable the third party services. Apply the changes - Do not reboot.






MORE TIPS:

  • In Windows, search for and open Programs and Features.
  • Select your HP printer.
  • Select Uninstall.
  • In Windows, search for and open Devices and Printers.
  • In the Devices and Printers window look for your HP Printer. If you see it listed, right-click on it and choose "Delete" or "Remove Device.”
  • Open up the run command with the "Windows Key + R" key combo.
  • Type printui.exe /s and click OK.
  • Click on Drivers tab.
  • Look for HP Printer driver. If you see it click on it and click Remove at the bottom.
  • Select OK.
  • Select Apply and OK on the Print Server Properties windows.
  • Close Devices and Printers.
Now please download and install the drivers from this link: http://hp.care/2nn1GUo
Once you install the drivers, you may try to scan: Scanning from the Computer (Windows)

HP has developed another scan software especially for Win8 and Win10 and it can be downloaded for free from the Windows store: http://hp.care/2dsHSjh

I sincerely hope this fixes the issue.

Tuesday, April 25, 2017

VBS dovoljan za skoro sve

___________________
File: tuta.vbs
Author: v$
________________


Option Explicit
Dim result, objFSO, outFile, objFile 
result = InputBox("zapisi ovo:", "title", "default unos", 100, 100)
WScript.Echo result  

'Set objFSO = CreateObject("Scripting.FileSystemObject")

' How to write file
'outFile="c:\test\probator.txt"
'Set objFile = objFSO.CreateTextFile(outFile,True)
'objFile.Write "test string: " & result & vbCrLf
'objFile.Close


Dim objStream
Set objStream = CreateObject("ADODB.Stream")
objStream.CharSet = "utf-8"
objStream.Open
objStream.WriteText result
objStream.SaveToFile "c:\test\probator.txt", 2



WScript.Echo "totovo"