Tag Archives: server

How to change keyboard layout on Ubuntu Linux server

So, I have some Linux servers with default keyboard set to Italian, which is totally different from the US one when it comes to special characters. There are multiple ways to do it, but the fastest and easiest one I … Continue reading

Posted in Linux, Ubuntu | Tagged , , , | Leave a comment

Password-less SSH Login to Ubuntu Server

On the client: ========================================================================================= socrat@socrat-laptop ~/.ssh $ ssh-keygen Generating public/private rsa key pair. Enter file in which to save the key (/home/socrat/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /home/socrat/.ssh/id_rsa. Your … Continue reading

Posted in Linux, Ubuntu | Tagged , , , , , , | Leave a comment

How to Upgrade your Ubuntu Server Release, The Recommended Way

It’s done using a command line utility called “do-release-upgrade”, it’s part of the update-manager-core package, so all you have to do is the following: “sudo apt-get install update-manager-core” “sudo do-release-upgrade” That’s it, simply! Source: https://help.ubuntu.com/12.04/serverguide/installing-upgrading.html

Posted in Uncategorized | Tagged , , , , , | Leave a comment

Configuration for BI Publisher Server Level Log

Here are the steps to change your BI Publisher Enterprise Server to be in a debug mode: Login to BIP as Administrator Select Admin -> System Maintenance -> Server Configuration Change Debug Level to ‘Debug’ under General Properties Click on … Continue reading

Posted in Oracle | Tagged , , , , , , , | Leave a comment

How to get version of Redhat & Oracle Enterprise Linux

Oracle Enterprise Linux: more /etc/enterprise-release, example output: “Enterprise Linux Server release 5.5 (Carthage)” Redhat: more /etc/redhat-release

Posted in Uncategorized | Tagged , , , , , , | Leave a comment