IT Systems Engineering
-
Using RDP over SSH on a Linksys router
Very interesting way to encrypt and tunnel your connection! Using RDP over SSH on a Linksys router (Remote Desktop)
-
Send mail from a script in Solaris
I used mailx command, here is the syntax: If you want to send to one person: echo “body of the e-mail” | mailx -s “test subject” recipient@hotmail.com If you want to CC to multiple people: echo “body of the e-mail” | mailx -s “test subject” –c “mail1@live.com,mail2@live.com” recipient@hotmail.com
-
ORA-12541–no listener
Well this just means your listener service is not running. On a Linux box run the following command: # lsnrctl You should get this prompt: LSNRCTL> Now type the command: status It will show you the status of the service to start it just type start You can check the status now, it should be up and running. ORA-12541 – Oracle FAQ
-
Oracle Database Startup and Shutdown Procedure
Here is a super easy way to start / stop oracle on a Lunix/Unix box: Oracle Database Startup and Shutdown Procedure
-
How to set an IP address permanently in Solaris
Here is how I setup IP address on a Solaris box. Note that I did not have the edit the /etc/inet/ipnodes file because it was just a symlink to /etc/hosts on this particular machine. Naren’s: To set an IP address permanently in Solaris