P r o f e s s i o n a l — M a n a g e m e n t — S o l u t i o n s
RSS icon Email icon Home icon
  • Find and fix weak OpenSSL/OpenSSH keys

    Posted on August 6th, 2008 Admin No comments

    A recent vulnerability was found in the OpenSSL package as provided by Debian and Debian-based Linux distributions, such as Ubuntu, that broke the effectiveness of the OpenSSL PRNG (Predictable Random Number Generator). This vulnerability caused OpenSSL to generate weak keys for anything relying on OpenSSL, including SSL certificates, OpenSSH keys, and OpenVPN keys. Any OpenSSL-based key generated on a Debian-based system since September 2006 by the openssl, ssh-keygen, or openvpn –keygen commands are vulnerable to this issue….
    Read the rest of this entry »

    Share/Save/Bookmark

  • How do I install and use fonts in Linux?

    Posted on August 6th, 2008 Admin No comments

    Installing fonts in Ubuntu

    Once you have your handy collection of True Type fonts, you are going to want to create a directory to hold them. Installing the fonts system-wide will give all users access to them. First, create a font directory in /usr/share/fonts/truetype. Call this directory newfonts. Issue the command sudo mkdir /usr/share/fonts/truetype/newfonts. You will have to enter your sudo password to complete this task.

    Once this directory is created, place all your *ttf or *TTF files in the newfonts directory. With the fonts in place you will then need to issue the command fc-cache -f -v to make the system aware of the new fonts. Once this is done, the system knows about the new fonts and all the system users will have access to them.

    If you want to make these fonts available only to specific users, then you will follow the same directions except you will add the fonts only to the users’ ~/.fonts directory. If the ~/.fonts directory doesn’t exist, create it with mkdir ~/.fonts (while logged into the specific users’ accounts). Now move (or copy) all of the *ttf and/or *TTF files into the new directory and run fc-cache -f -v to make the users’ accounts aware of the fonts.

    If you have a single-user machine, go with the latter version……

    Read the rest of this entry »

    Share/Save/Bookmark

  • Install and Configure lighttpd

    Posted on August 1st, 2008 Admin 2 comments

    Lighttpd is a lightweight HTTP server. It functions much the same way Apache does, but uses up far less system resources, and in most configurations, is faster. Lighttpd is used by several popular Web 2.0 sites such as YouTube, Wikipedia, and Meebo.
    Read the rest of this entry »

    Share/Save/Bookmark

  • General Information of psa.conf

    Posted on July 9th, 2008 Dan No comments

    All standard paths for apache directories are stored in Plesk configuraion file. Example can be found below:

    Note: all examples are taken from Plesk 8.x installations, so if you have older version paths can be different. You should check it on the server directly.
    Read the rest of this entry »

    Share/Save/Bookmark