Skip to content

Zee's Blog

zee.balogh.sk

Menu

  • Projects
  • About

Enable Apache SSL in Ubuntu

Problem How to enable Apache SSL in Ubuntu. Analysis Solution # apt-get install apache2 Now, enable ssl: # a2enmod ssl Enabling module ssl. See /usr/share/doc/apache2.2-common/README.Debian.gz on how to configure SSL and create self-signed certificates. Run ‘/etc/init.d/apache2 restart’ to activate new

admin 13.08.201013.08.2010 Uncategorized No Comments Read more

Setting up Subversion on Ubuntu

Problem Set up Ubuntu workstation to provide SVN using Apache and WebDAV. Analysis There are basically 2 ways to do it: ssh+svn https (using webdav) Solution We take the second one. # apt-get install libapache2-svn # cd /etc/apache2/sites-enabled # vi

admin 13.08.201013.08.2010 Uncategorized No Comments Read more

Starting Jini Browser

$ cd /usr/local/jini/lib $ java -cp ./browser.jar -Djava.security.policy=../examples/all.policy com.sun.jini.example.browser.Browser References http://www.eg.bucknell.edu/~hyde/Jini/doc/example/LookupBrowser.html

admin 12.08.201006.09.2010 Uncategorized No Comments Read more

Remote Display on Ubuntu

Problem On Ubuntu remote display in X doesn not work. Analysis We need to remove “-nolisten tcp” from X command line. Solution This is sometimes in “/etc/X11/xinit/xserverrc”, but in Ubuntu you just need to configure GDM:Create or edit file /etc/gdm/custom.conf

admin 11.08.201024.03.2011 Uncategorized No Comments Read more

Control Panels

SysCP is a easy-to-use System Control Panel for LAMP Servers http://www.syscp.de/ dtc-toaster – Domain Technologie Control (DTC) is a control panel aiming at commercial hosting. Using a web GUI for the administration and accounting all hosting services, DTC can delegate

admin 14.07.201014.07.2010 Uncategorized No Comments Read more
  • « Previous
  • Next »

Search

Copyright © 2025 Zee's Blog. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.
  • Projects
  • About