http://thoughts.inphina.com/2011/05/19/creating-a-scala-project-with-sbt-and-working-in-eclipse/
April 28, 2012
April 19, 2012
April 18, 2012
How to share files on Slackware (Samba and NFS)
Posted by giovanni under UncategorizedLeave a Comment
April 15, 2012
On Slackware: remove the user from the group “plugdev”.
On Fedora (Red Hat?):
http://forums.fedoraforum.org/showthread.php?t=193000
http://www.linuxforums.org/forum/red-hat-fedora-linux/147167-usb-disable.html
http://forums.fedoraforum.org/showthread.php?t=193000
April 15, 2012
April 14, 2012
April 10, 2012
Set the permissions of /tmp directory
# chmod 1777 /tmp
April 9, 2012
Add the following line (example) to /etc/rc.d/rc.local:
su – giovanni -c “/usr/bin/vboxmanage startvm redmine –type headless”
where:
giovanni is the user associated with the virtual machine (his home has .VirtualBox directory)
redmine is the name of the virtual machine
April 8, 2012
April 8, 2012
How to cross-compile GNU/Linux programs to Windows
Posted by giovanni under UncategorizedLeave a Comment