Code Snippet

Just another Code Snippet site

linux

[Mint] Installing RabbitVCS with Nemo

RabbitVCS is an excellent GUI tool for Subversion. Unfortunately, there’s no official support for Nemo (the new file manager for Cinnamon), but until there is there is a workaround. First, install rabbitvcs-core: Open a terminal (Ctrl-Alt-t) Add the required APT repository sudo add-apt-repository ppa:rabbitvcs/ppa Update the APT indexes sudo apt-get update Install rabbitvcs-core sudo apt-get install rabbitvcs-core […]

, ,

[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.

, , , ,

[Solaris] Swap managment

Adding swap file : Create empty file : <size> : eg : 2000m Add file to swap space : Rmove file from swap space : Add in fstasb ; Adding swap space (for ZFS) : Create new space : Add new space to swap : Remove space from swap :

,

Previous Posts Next posts