VarjuOrg

Linux / Windows – what’s the difference…

Linux

Linux program Screen howto

Hi, Here are some good usage examples of linux SCREEN program. screen -ls – shows if you have any open screens screen or “Ctrl-A” “C” – opens new session like screen “Ctrl-A” “n” – goto next screen (when multiple screens present) “Ctrl-A” “p” – goto previous screen (when multiple screens present) “Ctrl-A” “k” – kills […]

,

SAP – RFC connection for LDAP

Recently we had a need for enabling RFC for LDAP for two way communication between SAP and  AD. Here are steps and document that was got from SCN:

, , , ,

VI commands on Linux

Here are some useful commands for “vi” that I’m used to use: Search and replace command that takes on the following structure: :%s/search_string/replacement_string/g (This command replaces every search_string on the current line with replacement_string and will continue to the end of file. However if you want to confirm first what you replace then you would […]

, , , ,

How to Install saprouter on Ubuntu Server (without any SAP installation)

Hi, Firstly you have need for SAPCAR, saprouter and sapcrypto. All of the above you can find from SW download centre from SAP: http://service.sap.com/swdc/

, , , , , , , , , ,

SAP CCMS pluginid Nagiosele

CCMS projekti lehekülg: http://sourceforge.net/projects/nagios-sap-ccms/ Ehk siis oli vaja paigaldada Nagiose monitoorimissysteemile ka SAP CCMS pluginid et jälgida SAP kasutust veebist. Kõigepealt sai alla laetud fail, vastavalt õpetusele antud käsk make

, , , ,

Skype on Debian Squeeze 64bit

If one for some reasons would like to install Skype on Debian Squeeze 64bit – here is how i did it: Download 64bit Ubuntu package from: http://www.skype.com/intl/en/get-skype/on-your-computer/linux/post-download/ Use GDebi package installer to install package (The simplest option) (For manual command line installation: To install package called package.deb type the following command: Go to directory where […]

, , ,