Thursday, August 28, 2014
Solving problems with ncomputing in Ubuntu 12.04
Using synaptic package manager (sudo apt-get install synaptic) I was able to find the Xorg meta package which is listed as "Xorg" then by going to the "packages" menu at the top of synaptic, drop down, and select force version. I had my luck with the older version " 1:7.6 12ubuntu1 (precise) "
Synaptic will warn you that it is removing and installing a bunch of packages. That's just the downgrade of all the packages comprising the xorg meta. We end up with what's likely what the nc modules are built against, so everything seems to work fine.
Hopefully this helps until nc can update the installer.
from
https://ncommunity.force.com/forum/?q=906500000000AcOAAU&
Friday, August 22, 2014
Friday, August 15, 2014
Remove AppArmor from Ubuntu
sudo /etc/init.d/apparmor stop
sudo update-rc.d -f apparmor remove
sudo apt-get -y --purge remove apparmor apparmor-utils libapparmor-perl libapparmor1
sudo update-rc.d -f apparmor remove
sudo apt-get -y --purge remove apparmor apparmor-utils libapparmor-perl libapparmor1
Friday, August 8, 2014
Install ruby plugin for netbeans 8.0
First download the plugin from here
http://plugins.netbeans.org/plugin/38549/ruby-and-rails
Then check out the instructions below
http://stackoverflow.com/questions/22573463/ruby-netbeans-plugin-cant-install
http://plugins.netbeans.org/plugin/38549/ruby-and-rails
Then check out the instructions below
http://stackoverflow.com/questions/22573463/ruby-netbeans-plugin-cant-install
Tuesday, August 5, 2014
Join Lubuntu 14.04 to Active Directory using pbis open (before likewise-open)
#Download latest stable version
http://download1.beyondtrust.com/Technical-Support/Downloads/PowerBroker-Identity-Services-Open-Edition/?Pass=True
# Join via domainjoin-cli
sudo su -l
# Install openssh-server
apt-get install openssh-server
#Join
domainjoin-cli join --assumeDefaultDomain yes --userDomainPrefix PREFIX prefix.mydomain.com username
#Change default shell to bash
/opt/pbis/bin/config LoginShellTemplate "/bin/bash"
/opt/pbis/bin/config Local_LoginShellTemplate "/bin/bash"
From a terminal:
sudo vi /etc/pam.d/common-session
sudo vi /etc/pam.d/common-session
Find the line that states the following:
session sufficient pam_lsass.so
session sufficient pam_lsass.so
Replace it with:
session [success=ok default=ignore] pam_lsass.so
session [success=ok default=ignore] pam_lsass.so
Subscribe to:
Posts (Atom)