Construct Matches Characters x The character x \\ The backslash character \0n The character with octal value 0n (0 <= n <= 7) \0nn The character with octal value 0nn (0 <= n <= 7) \0mnn The character with octal value 0mnn (0 <= m <= 3, 0 <= n <= 7) \xhh The character […]
Tag: Technology
How to schedule the report with non admin user
Open Group form and create new test group with name “Report Schedule“ Then open Group form and search for “AI Arsystem Scheduler” and append “Report Schedule” group to computed definition/ for example: “AI Admin Group” OR “AI User Group” […]
How to debug Web Services in 9.1
The webservices plugin is now loaded in the server so the process of enabling logs has changed. You need to edit the ARSystem\conf\logback_server.xml file as detailed in the docs here – AR System and web services introduction – BMC Remedy […]
Application autostart on Synology NAS boot
To get an application to automatically start when you boot your Synology NAS: SSH into your synology & login as admin or root $ cd /volume1/application Create “application.conf” file using the following code # only start this service […]
Rsync server on Raspberry Pi over Debian
How to configure rsync server on Raspebery over Debian First of all, you have to install rsync package: apt-get install rsync Create and edit RSync configuration file: sudo vi /etc/rsyncd.conf Here is my configuration file: uid=nobodygid=nogroupmax connections=50socket […]
Understanding Systemd Units and Unit Files
Introduction Increasingly, Linux distributions are adopting or planning to adopt the systemd init system. This powerful suite of software can manage many aspects of your server, from services to mounted devices and system states. In systemd, a unit refers to […]
How to execute bash script from an URL
source <(curl -s http://mywebsite.com/myscript.txt) ought to do it. Alternately, leave off the initial redirection on yours, which is redirecting standard input; bash takes a filename to execute just fine without redirection, and <(command) syntax provides a path. bash <(curl -s […]
How to handle “Unable to open /dev/mem: Operation not permitted”
In case you have kernel 4.9.4+ and you might need to use GPIO fucntions, sudenly you’ll receive an error message like the one described below: wiringPiSetup: Unable to open /dev/mem: Operation not permitted This is a kernel issue solved in […]
LDAP Queries
Search filters enable you to define search criteria and provide more efficient and effective searches. These search filters are represented by Unicode strings. The directory sync utility uses the LDAP query language to gather information from your directory server. The […]
Create a new cell in BPPM
To create a new cell in ProactiveNet follow these steps: 1) Create the cell mcrtcell -n cell_name -@ Host_name/1990#mc -as -bm -r 2) Register the cell iadmin -ac name=cell_name:key=mc:primaryHost=Host_name:pr