How
to install Rabbitvcs in CentOS7
Many
of you may find it difficult to setup rabbitvcs in centos7. This is a
tutorial for them to install and configure rabbitvcs with nautilus.
Installation
steps
1.
Enable EPEL repository for a CentOS&x server using the following
commands and install prerequisites for svn client
1.1
sudo wget
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
...
Thursday, 30 May 2019
Wednesday, 28 December 2016
Samba config file
We all know usual samba configuration and all, I am using fedora from 14th version to till now.
Recently i have faced an issue with smb share when i have upgraded to fedora 24 from 23.
The issue was i cant login to samba shares. The login window returns to its starting position after i gave the username ans password.
I have searched a lot for a solution to this problem and...
Sunday, 13 November 2016
The
issue:
Openoffice
crashes when launching the application
(/opt/openoffice4/program/soffice:
line 121: 5646
Segmentation fault (core dumped)
"$sd_prog/$sd_binary" "$@")
Solution
:
It
is actually a bug
It
is related to some gtk2 libraries
Step 1
~]$ ldd -v /opt/openoffice4/program/libvclplug_gtk.so
Step
2
.....
libgdk_pixbuf_xlib-2.0.so.0 =>...
Thursday, 30 June 2016
Windows Environment
Domain name : AB1
Domain Realm : AB1.cde.world
To in Fedora machine
1. Update your system
[root@rahul~]#dnf -y update
2. Install realmd
[root@rahul~]#dnf -y install realmd
3. Discover Windows Active Directory Domain
[root@rahul~]#realm discover -v cde.world
* Successfully discovered: cde.world
cde.world
...