Chrome Offline Installer

Alternate (offline) Google Chrome installer (Windows)

If you’re having problems downloading Chrome using the standard installer at http://www.google.com/chrome, try downloading the browser using an alternate installer, available through the links below.

These alternate installers don’t require network connection to install Chrome, so you can install Chrome while being offline. Once installed, Chrome will attempt to automatically update whenever it detects that a newer version of the browser is available. However, your network configuration may prevent the browser from updating properly. It’s recommended that you bookmark this page and come back periodically to manually download newer versions of Chrome. That way, you can be sure to receive important security fixes and feature improvements. You can see if updates are available by visiting the Google Chrome releases blog.

Choose between two alternate installers for Chrome:

After you’ve download the installer file you need, open the file and follow the instructions on the screen to complete your installation. For additional help, please visit the Chrome Help Center.

Zyxel modem telnet üzerinden reboot

Bazı Zyxel ürünlerinin web arayüzünde cihazları reboot etmemiz için seçenek bulunmuyor .
Bu yüzden cihazlara telnet ile bağlanıp nasıl reboot etmemiz gerektiğini belirticem .
Windows 7 üzerinden
Çalıştır’a telnet yazdıktan sonra ,
Telnet >  o 10.10.11.253
Password girdikten sonra cihazımıza bağlanıyoruz ve Main Menu’de
24 numaralı System Maintenance menüsüne giriyoruz
8 numaralı Command Interpreter Mode menüsüne girip modemin komut satırına düşüyoruz
 
sys reboot komutunu verip cihazı restart ediyoruz .

Elastix HTTPS portunu kapatmak / Turn off HTTPS (SSL) Elastix

Elastix kurulumundan sonra  web erişimi yapmak istediğinizde varsayılan olarak  https://<SunucuIp>/ ile karşılaşırsınız . Https ile bağlanıp ssl hatası almak istemiyorsanız .

 

SSH ile elastix servera bağlanıyoruz

vi  /etc/httpd/conf.d/elastix.conf

<Directory “/var/www/html”>

# Redirect administration interface to https
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) %{HTTP_HOST}%{REQUEST_URI}
</Directory>

RewriteEngine On kuralını  RewriteEngine off olarak değiştiriyoruz .

Apache servisini restart ediyoruz.

#/etc/init.d/httpd restart

fatal: open database /etc/aliases.db

fatal: open database /etc/aliases.db

On a new postfix mail server installation, i got following error on console

Freebsd postfix/local[654]: fatal: open database /etc/aliases.db: No such file or directory

The error is because postfix can’t find “/etc/aliases.db”. Problem is fixed with by recreating aliases.db file.

# postfix stop
# rm -f /etc/aliases.db
# newaliases
# postfix start

Now postfix working fine.

Vsphere Client Forgets IP Adress / Name

Vsphere Client ile yaptığımız başarılı ve başarısız bağlantılar bir süre listede uzunca yer tutmaya başlıyor. Test amaçlı yaptığımız bağlantılar ve artık kullanmadığımız ip adreslerini silmek ise çok basit .

 

Run : Regedit

 

HKEY_CURRENT_USER\Software\VMware\VMware Infrastructure Client\Preferences

altındaki

PassthroughConnections

RecentConnections

değerlerini silerek temizleyebiliriz . Vsphere client açtığımızda bu değerler tekrar oluşturuluyor.