top of page
Search
Basic vi Commands
For more commands - Click Here

Chris Speed
Feb 23, 20171 min read
15
0
Cron How to
To edit cron jobs list - crontab -e To display cron jobs list - crontab -l Default Directory - /var/spool/cron/crontabs Each line has...

Chris Speed
Feb 23, 20171 min read
20
0
Changing the next available ID for new requests
To change the next available ID for a form in an SQL database Stop AR System server. Using any front-end tool that provides direct access...

Chris Speed
Feb 22, 20171 min read
3
0
BMC Remedy Email Engine (Telnet to SMTP)
For some reason I wasn't able to get to the email engine working on my new server, so I issued a telnet command. Telnet > open hostname...

Chris Speed
Feb 21, 20171 min read
5
0
Encrypting Data Between AR Servers and Oracle Databases
Trending in Support: Encrypting Data Between AR Servers and Oracle Databases

Chris Speed
Feb 20, 20171 min read
1
0
BMC Remedy ARAPI.net Status field enum
To the value of the status field or any enumerated field in BMC Remedy. Declare the following: SelectionField enum_FieldName; ...

Chris Speed
Oct 6, 20161 min read
6
0


Adding Active Directory Fields w/ Multiple Values
When you add the field to the Vendor field be sure to include [*;] to the end of the Column name in Vendor Information section. memberOf[*;]

Chris Speed
Oct 5, 20161 min read
2
0
Using a Union Query to join multiple tables together w/ different fields
The following is a union query that actually utilizes a database link from an external source. select classstructureid circuit_type,...

Chris Speed
Oct 4, 20162 min read
5
0
Deleting Tomcat Service from Commandline
Delete tomcat service C:\Program Files\Apache Software Foundation\Tomcat 9.0\bin> tomcat9 //DS//Tomcat9

Chris Speed
Oct 4, 20161 min read
3
0
bottom of page