Ubuntu openssl ‘heartbleed’ issue

The Heartbleed Bug is a serious vulnerability in the popular OpenSSL cryptographic software  library. This weakness allows stealing the information protected, under normal conditions, by the SSL/TLS encryption used to secure the Internet. SSL/TLS provides communication security and privacy over the Internet for applications such as web, email, instant messaging (IM) and some virtual private […]

blank screen on ubuntu ati graphics

sudo vi /etc/default/grub GRUB_DEFAULT=0 GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash nomodeset” GRUB_CMDLINE_LINUX=”” sudo update-grub

Змонтувати папку з віддаленого сервера в локальну файлову систему Ubuntu

Для того, щоб змонтувати віддалену папку в локальну файлову систему можна використати утиліту sshfs Спочатку встановимо sshfs apt-get install sshfs І сама команда монтування sshfs user@remote_server:/path/to/folder /path/to/local/folder

shibboleth active directory login.conf

При такому форматі файлу login.conf shibboleth почав авторизовувати користувачів через Active Directory ShibUserPassAuth { edu.vt.middleware.ldap.jaas.LdapLoginModule required host=”active-directory-host” port=”3268″ base=”dc=mydomain,dc=local” ssl=”false” userField=”sAMAccountName” serviceUser=”read-only-user@mydomain.local” serviceCredential=”secret-password” subtreeSearch=”true”; };

ubuntu vnc key d show desktop

3  solutions: 1) dbconf   org > gnome > desktop > wm > keybindings change show-desktop = [‘<Alt>d’] 2) 1. sudo apt-get install compizconfig-settings-manager 2. Run the compiz config manager: ccsm (no sudo) 3. In the compiz config manager: General (left side) -> General Options (right side) -> Key bindings (tab) -> Show Desktop (with the […]

Що читаємо?

Знайшов ще один корисний для себе сайт http://www.tecmint.com/. Багато цікавих статей та заміток по Linux