Currently browsing tag

tips, Page 15

Cisco – Port Channel (Trunk)

! interface Port-channel1 description bcbay1 switchport access vlan 500 switchport trunk encapsulation dot1q switchport mode trunk switchport nonegotiate ! interface GigabitEthernet1/0/13 description …

[linux notes] CA

mkdir /var/myca cd /var/myca vi /etc/ssl/openssl.cnf /usr/share/ssl/misc/CA -newca openssl req -newkey rsa:1024 -nodes -keyout newreq.pem -out newreq.pem /usr/share/ssl/misc/CA -sign openssl x509 -in …

you have another copy of skype running

Deleting preferences ~/Library/Application Support/Skype/ ~/Library/Preferences/com.skype.skype.plist also delete the possibly corrupt cache files (i.e. the following folder and everything in it). make sure …

RPM query the package owning

-f <file> — Query the Package Owning <file> How many times have you found a program sitting on your system and wondered …