Code Snippet

Just another Code Snippet site

Config

[Unix] X11 Forwarding

On client machine, define Env. Property : DISPLAY=:0 run Xming server (default config) start Putty with X11 enabled and X11 server defined. connect to remote server run command or test X11 server using command : In case of font issue, run this command before starting installer : For Linux, ensure X11 packages are all installed […]

, ,

[Oracle] Enable partitions

Check if partitionning is enabled or not : To enable partition feature : On Solaris, ‘make’ could be installed using following packages : make libgcc libintl libiconv libintl-3.4.0-sol10-x86-local make-3.82-sol10-x86-local libiconv-1.14-sol10-x86-local libgcc-3.3-sol10-intel-local

, , , ,

[Apache] Tips

Restart apache : Enable MOD : Enable SITE : <site_name> is the name of the config file in ‘site-availables’ folder Listen to new port : edit ports.conf

,

[SSL] Generate SSL certificate

Run the following OpenSSL command to generate your private key and public certificate. Answer the questions and enter the Common Name when prompted. Review the created certificate: Combine your key and certificate in a PKCS#12 (P12) bundle: Validate your P2 file.

, , , ,

Previous Posts Next posts