by skufel | Dec 11, 2012 | Infrastructure, Telephony
Quick procedure to logon or logoff phone extension to or from ShoreTel IP phone. Steps listed below will allow to bring your phone extension to phone located in remote site and then send back to home ShoreTel IP phone. Of course both phones have to be part of same...
by skufel | Nov 25, 2012 | Games
During the quest about Angeline’s daughter it might be not possible even to find Aldis. It is possible that he died during attack on Solitude. In that case some easiest way is to bring Aldis to player 🙂 To bring Aldis to your current location you have to issue...
by skufel | Nov 22, 2012 | Games
Sometimes would be nice to hover over land of Skyrim and watch everything from above or even take some pictures of cities and places from sky. But how to do that? Best way to fly around like a bird is to enable free camera moves. That will allow to freely move around...
by skufel | Nov 11, 2012 | Infrastructure, Linux, Network, Virtualization
RSP platform installed on Riverbed allows to run VMware virtual machines on it. THat gives very powerful environment as Riverbed might become the only appliance deployed for branch office and with WAN optimization we can also provide basic services/systems to site....
by skufel | Nov 5, 2012 | Infrastructure, Network
Quick config snippet to setup external NTP server to synchronize time on Cisco IOS router. labisr-01(config)#ip name-server 4.2.2.2 labisr-01(config)#ntp server 0.europe.pool.ntp.org Translating "0.europe.pool.ntp.org"...domain server (4.2.2.2) [OK]...
by skufel | Nov 5, 2012 | Infrastructure, Network
One thing which came handy for me was list of timezones I can use on Cisco devices. That came very useful during NTP deployment. So, here is is… timezones available for use on Cisco platform. Code Time Zone GMT Greenwich Mean UT Universal (Coordinated) WET...
by skufel | Oct 6, 2012 | Infrastructure, Network, Security
In order to enable SSH access to Cisco Nexus 1000v (if it’s not enabled yet) followign commands have to be issues from Console or Telnet connection: Nexus 1000v Switch login: admin Password: Cisco Nexus Operating System (NX-OS) Software TAC support:...
by skufel | Oct 3, 2012 | Scripting, Security
Little issue with OpenSSL for Windows came out recently when I tried to create certificate request. Just after installation when tried to generate cert request got error message: WARNING: can't open config file: /usr/local/ssl/openssl.cnf Unable to load config info...
by skufel | Sep 24, 2012 | Databases
After installation PostgreSQL is listening on localhost only. To change that adjustment has to be done in postgresql.conf. Default location of configuration file /var/lib/pgsql9/data/postgresql.conf. Following line has to be added: listen_addresses = '*' After that...
by skufel | Sep 24, 2012 | Databases
After I instaled PostgreSQL on Amazon Linux AMI, first thing after database server was up and running I start thinking how to create user with administrative privileges, so I can access it using some management applications. So, here is how to create superuser and set...