Friday, November 9, 2012
Xubuntu 12.04
Nov. 8, 2012 marks the day I switched to Xubuntu.
Simpler than Ubuntu's Unity, and a bit prettier than Lubuntu.
Sunday, October 28, 2012
Messengers running on Android (2.3) and memory footprint
Tuesday, October 23, 2012
Openproj
MS Project open source alternative for Linux. This works for Ubuntu 11.04
Update 3 Nov. 2012
Installing in Ubuntu 12.04 (Xubuntu, to be exact), produced dependencies issues, even though I do distinctly remember putting in the xubuntu-restricted-extras package during 12.04 installation.
These are the additional packages needing to be installed:
So I try fixing it in the terminal:
After numerous alt-c on the terminal, and repeating this:
Running it finally caused an error:
to:
and now it works. Got this tip (somewhat, didn't follow completely his instructions) here.
wget http://nchc.dl.sourceforge.net/sourceforge/openproj/openproj_1.4-2.deb && sudo dpkg -i openproj_1.4-2.debCredits goes to this source.
Update 3 Nov. 2012
Installing in Ubuntu 12.04 (Xubuntu, to be exact), produced dependencies issues, even though I do distinctly remember putting in the xubuntu-restricted-extras package during 12.04 installation.
These are the additional packages needing to be installed:
ca-certificates-java icedtea-7-jre-jamvm java-common libatk-wrapper-java libatk-wrapper-java-jni openjdk-7-jre openjdk-7-jre-headless openjdk-7-jre-lib ttf-dejavu-extra tzdata-java
So I try fixing it in the terminal:
sudo apt-get -f installBut it takes a long time (shame on my broadband provider!) I had to try also changing the server for the repos (in Synaptic) several times, then eventually going back to my country's server.
After numerous alt-c on the terminal, and repeating this:
sudo apt-get install ca-certificates-java icedtea-7-jre-jamvm java-common libatk-wrapper-java libatk-wrapper-java-jni openjdk-7-jre openjdk-7-jre-headless openjdk-7-jre-lib ttf-dejavu-extra tzdata-javaI finally got all the packages downloaded and installed. After which, going to Synaptic and with the filter set to Broken packages, completely removed OpenProj, and reinstalled with the wget... from my original post.
Running it finally caused an error:
To fix this error, I modified the ~/.openproj/run.conf file by changing the line:
JAVA_OPTS="-Xms128m -Xmx768m"
to:
JAVA_OPTS="-Djava.vendor=Sun -Xms128m -Xmx768m"
and now it works. Got this tip (somewhat, didn't follow completely his instructions) here.
Saturday, April 14, 2012
Installing Remote desktop protocol (RDP) to access Windows PCs in Fedora 16
su - yum install remmina yum install remmina-plugins-rdp
Friday, April 13, 2012
Installing Citrix Receiver in Fedora 16
go root
su - yum install libXpDownload openmotif from here.
rpm -i openmotif-2.3.3-1.el5.3.i386.rpm
Friday, March 30, 2012
Thursday, March 8, 2012
Using VPN in Fedora and gaining access to Windows machines remotely
Install openvpn package
Run openvpn
su - yum install openvpnDownload VPN credentials and copy the files in /etc/openvpn
Run openvpn
openvpn --auth-nocache --config lavezarez@208.41.22.10.ovpnInstall and run remote desktop
yum install rdesktop rdesktop -ulavezarez -dmydomain 10.41.1.1
Tuesday, February 14, 2012
Debian 6 LXDE basic stuff
open a terminal as root, then -
dpkg -i <name of package> [,<more packages>] :installs a downloaded DEB file, like google chrome
dpkg -r <name of package> [,<more packages>] :removes installed packages
apt-get update :update packages
apt-get upgrade :perform upgrades
dpkg -i <name of package> [,<more packages>] :installs a downloaded DEB file, like google chrome
dpkg -r <name of package> [,<more packages>] :removes installed packages
apt-get update :update packages
apt-get upgrade :perform upgrades
Subscribe to:
Posts (Atom)