Linux Tutorials on the topic “Ubuntu”
-
How To Set Up SSL Vhosts Under Nginx + SNI Support (Ubuntu 11.04/Debian Squeeze)
Author: Falko Timme • Tags: security, debian, ubuntu, web server, nginx • Comments: 3
How To Set Up SSL Vhosts Under Nginx + SNI Support (Ubuntu 11.04/Debian Squeeze) This article explains how you can set up SSL vhosts under nginx on Ubuntu 11.04 and Debian Squeeze so that you can access the vhost over HTTPS (port 443). SSL is short for Secure Sockets Layer and is a cryptographic protocol that provides security for communications over networks by encrypting segments of network connections at the transport layer end-to-end. In addition to that I will show how to make use of SNI (Server Name Indication) to allow multiple SSL vhosts per IP address.
-
The Perfect Desktop - Pinguy OS 11.04
Author: CSch • Tags: desktop, ubuntu • Comments: 5
The Perfect Desktop - Pinguy OS 11.04 This tutorial shows how you can set up a Pinguy OS desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge. Pinguy OS 11.04 is a Linux distribution based on Ubuntu 11.04.
-
Converting Audio Files On Linux Mint
Author: CSch • Tags: ubuntu, desktop • Comments: 5
Converting Audio Files On Linux Mint This article covers the issue of converting audio files on Linux Mint. Converting audio files can be a hard thing to accomplish if one does not have the proper tools to do so, that is why I will also cover a few different applications capable of converting.
-
-
How To Install VMware Player On Ubuntu 11.04/Linux Mint 11
Author: Falko Timme • Tags: desktop, ubuntu, virtualization, vmware • Comments: 28
How To Install VMware Player On Ubuntu 11.04/Linux Mint 11 This tutorial provides step-by-step instructions on how to install VMware Player on an Ubuntu 11.04 or Linux Mint 11 desktop system. With VMware Player you can create and run guest operating systems ("virtual machines") such as Linux, Windows, FreeBSD, etc. on your desktop, i.e., you can run multiple operating systems on the same hardware which saves a lot of money.
-
Burning An Audio CD On Linux Mint
Author: CSch • Tags: ubuntu, desktop • Comments: 2
Burning An Audio CD On Linux Mint This article is about how you can convert your mp3 audio files to a format accepted for burning audio CDs and burning them on a blank CD afterwards on Linux Mint 11. There are multiple ways and applications to convert and burn your audio files, however the ones I use happened to produce no problems that others did, e.g. inflating the size of the produced .wav file so greatly that a 13-track album would not fit on an ordinary blank CD. If other applications cause you no problems, you can also use those instead.
-
Changing Desktop Appearance On Linux Mint 11
Author: CSch • Tags: ubuntu, desktop • Comments: 2
Changing Desktop Appearance On Linux Mint 11 This tutorial is supposed to show how to change the desktop's appearance to people who are new to Linux. For this tutorial I am using Linux Mint 11 with the Gnome desktop. This is the default desktop you have installed on your system. If you have not configured it otherwise already, everything should work for you.
-
Ubuntu 11.04 Generic - The SysAdmin Way
Author: zeljkojagust • Tags: ubuntu • Comments: 1
Ubuntu 11.04 Generic - The SysAdmin Way In this tutorial I will guide you trough the setup of Ubuntu 11.04 Generic system the way a good linux system administrator would install it. After it is complete you will have a great starting point for all of your future Ubuntu linux needs. By that I mean the following: If you are using virtual environment, you will have an image that you can clone and convert in any supported virtual format and use it as a starting point for all of your Ubuntu virtual projects. If you install this on a real hardware you can also clone you installation and use it as a starting point on various other machines with similar hardware. I will not cover cloning and conversion in this tutorial. Also as I will edit and tweak few system settings in this tutorial that I will not explain much, I hope this guide will encourage you to further explore those options and Linux in general.
-
Useful Basic Terminal Commands On Linux Mint 11
Author: CSch • Tags: linux, ubuntu • Comments: 6
Useful Basic Terminal Commands On Linux Mint 11 This tutorial is supposed to show useful terminal commands to people who are new to Linux. Terminal commands are powerful tools if they are used correctly, but can cause great damage if you are not completely aware of what you are doing. Before using commands that are new to you, look up the manual page and make sure you have your files saved and backed up.
-
Introduction To The Ubuntu Unity Desktop
Author: CSch • Tags: desktop, ubuntu • Comments: 20
Introduction To The Ubuntu Unity Desktop This tutorial is supposed to guide the reader through some new features of the Unity desktop, Ubuntu's new desktop environment used since Ubuntu 11.04. The prime subject will be the launcher, which is something like a side-dock, and how to configure it the way it fits your likings most.
-
Ubuntu 11.04 Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: samba, storage, ubuntu • Comments: 1
This tutorial explains the installation of a Samba fileserver on Ubuntu 11.04 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.