In CLI use command: show lldp info remote-device
trešdiena, 2021. gada 8. decembris
ceturtdiena, 2020. gada 3. septembris
Reset MySQL root password on Windows
Stop MySQL service
Give user full access to /data folder
Command line:
mysqld --skip-grant-tables
mysql -u root mysql
mysql> UPDATE user SET Password=PASSWORD('new_password') where USER='root';
mysql -u root mysql
mysql> UPDATE user SET Password=PASSWORD('new_password') where USER='root';
mysql> FLUSH PRIVILEGES;
ceturtdiena, 2020. gada 25. jūnijs
otrdiena, 2019. gada 8. oktobris
Delete windows recovery partitions
Run PowerShell as admin
Run DISKPART.
Find disk ID:
Select disk you want to modify:
Find partition ID:
Select partition you want to delete:
Delete selected partition:
Source: www.lifewire.com
Run DISKPART.
Find disk ID:
DISKPART> list diskSelect disk you want to modify:
DISKPART> select disk 1Find partition ID:
DISKPART> list partitionSelect partition you want to delete:
DISKPART> select partition 5 Delete selected partition:
DISKPART> delete partition override
DISKPART> exitSource: www.lifewire.com
ceturtdiena, 2019. gada 14. marts
VLAN ranges
0 & 4095 -> full range
0 -> internal system reserved
1 -> Cisco default
2-1001 -> used for ethernet VLANS
1002-1005 -> FDDI & Token Ring
1006-4095 -> extended VLANS for other uses
0 -> internal system reserved
1 -> Cisco default
2-1001 -> used for ethernet VLANS
1002-1005 -> FDDI & Token Ring
1006-4095 -> extended VLANS for other uses
ceturtdiena, 2018. gada 25. oktobris
Recycle Bin is corrupted
Run Command prompt as Administrator.
This clears out the $Recycle.bin folder from the C:\ partition. You may have to do this for each hard disk partition in your system
Source: https://social.technet.microsoft.com
rd /s /q C:\$Recycle.bin
This clears out the $Recycle.bin folder from the C:\ partition. You may have to do this for each hard disk partition in your system
Source: https://social.technet.microsoft.com
ceturtdiena, 2018. gada 18. oktobris
Remove duplicate lines with Notepad++
In replace dialog select "Regular expression" and ". matches newline"
Find what:
Replace with:
Source: https://stackoverflow.com
Find what:
^(.*?)$\s+?^(?=.*^\1$)Replace with:
Source: https://stackoverflow.com
Abonēt:
Ziņas (Atom)