linux
#315
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 […]
linux, mint, svn
#278
dual screen, linux, mint
#267
linux, unix
#263
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 […]
linux, solaris, unix
#248
backup, linux
#216
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
Databae, database, linux, oracle, solaris
#211
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
apache, linux
#190
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.
apache, Certificate, linux, security, ssl
#161
bash, linux, shell, solaris
#151
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 :
linux, solaris