logo
Σεπ
17
nikosmantis

SSL authority certifications Debian way

Eίναι μερικοί οδηγοί όπως αυτός ο οποίος πάντα τον ψάχνουμε και δεν το βρίσκουμε…. sudo su - Now on to creating the files; mkdir demoCA touch demoCA/index.txt echo «01″ > demoCA/serial Next, we’re going to create our root certificate and then sign it. Let’s see what output these commands generate. root@ubuntu:~# openssl genrsa...
Σεπ
16
nikosmantis

Squid Server σε Ubuntu 9.0.4

Σειρά στου οδηγούς… Είχαμε στην εταιρεία ένα dl 380 τον οποίο τον έτρωγε η σκόνη,σκεφτήκαμε να το μετατρέψουμε σε ένα δυνατό proxy server με σκοπό να proxarei την κίνηση της εταιρείας. Εγκαταστήσαμε το λειτουργικό σε 2 δίσκους σε raid 1 και...
Σεπ
16
nikosmantis

Aλλαξτε το modt σε κάτι πιο όμορφο

apt-get install figlet figlet Nikosmantis mailer:~# figlet -r Nikosmantis _ _ _ _ _ _ | \ | (_) | _____ ___ _ __ ___ __ _ _ __ | |_(_)___ | \| | | |/ / _ \/ __| ‘_ ` _ \ / _` | ‘_ \| __| / __| | |\ | | < (_) \__ \ | | | | | (_| | | | | |_| \__ \ ...
Σεπ
15
nikosmantis

Amtelecoms-Storage-Openfiler-ISCSI

Βρέθηκα τις προάλες στην εταιρεία Amtelecoms. Σκόπος η μελέτη του χώρου και η επίλυση των προβλημάτων. Όπως διαπίστωσα τίποτα δεν είχε σχεδιαστεί σωστά. Ο ιδιοκτήτης της εταιρείας είχε στην κατοχή του 4 dsl γραμμές και 1 μισθωμένη και...
Αυγ
19
nikosmantis

Asterisk-Freepbx se Debian

Egatastasi astrerisk me freepbx,mysql,php,apache,reports,voicemail Egatastasi tou debian apt-get update apt-get dist-upgrade apt-get install ssh Egatastasi diktiou # The loopback network interface auto lo iface lo inet loopback # The primary network interface #allow-hotplug eth1 #iface eth1 inet dhcp auto eth1 eth1:1 iface eth1 inet static address 10.10.15.10 netmask 255.255.255.0 network...
Μάι
25
nikosmantis

Vmware Server 2 inside ubuntu

aptitude install linux-headers-`uname -r` build-essential xinetd tar xvfz VMware-server-*.tar.gz cd vmware-server-distrib sudo ./vmware-install.pl install vmware tools apt-get install build-essential linux-headers-`uname -r` mkdir /mnt/vmwaretool mount /dev/cdrom /mnt/vmwaretool cp VMwareTools-2.0.0-122956.tar.gz /usr/src/ cd /usr/src/ tar xvzf VMwareTools-2.0.0-122956.tar.gz cd vmware-tools-distrib/ ./vmware-install.pl
Μάι
9
nikosmantis

Eγκατάσταση πακέτων από ένα σύστημα σε άλλο

sudo dpkg –get-selections «*» > /media/disk/my_packages.txt (I’m assuming that /media/disk is your USB stick.) Now plug the USB stick into the other computer, open a terminal there and run… sudo dpkg –set-selections < /media/disk/my_packages.txt sudo apt-get -u dselect-upgrade … to start the package installation (I’m assuming that the USB stick’s mount point on the...
Μάι
9
nikosmantis

Εισαγωγή στα cronjobs

1 crontab The command to create/edit, list, and remove cron jobs is crontab. If you call it with the -u option, it specifies the name of the user whose crontab is to be tweaked. If this option is not given, crontab examines «your» crontab, i.e., the crontab of the person executing the command. If you are looged in as root and run crontab without -u, then root’s crontab is listed/modified/removed. If...
Μάι
9
nikosmantis

Asterisk 1.6

Installing And Configuring Asterisk 1.6 + PostgreSQL To Manage CDR & RealTime Config On Debian In this tutorial, I will describe how to install and configure Asterisk 1.6 on a Debian system to work with PostgreSQL in order to manage CDR (Call Detail Records) and real-time configuration. For this we will use a clean and up-to-date Debian Etch/Lenny system; the first step is to reconfigure the kernel with...
Μάι
9
nikosmantis

Update sto ubuntu

First become root: sudo su Then run apt-get update and install the package update-manager-core: apt-get install update-manager-core Open the file /etc/update-manager/release-upgrades… vi /etc/update-manager/release-upgrades … and make sure it has Prompt=normal in it: [...] Prompt=normal Then run do-release-upgrade to start the distribution upgrade. root@server1:~# do-release-upgrade Checking for...
Page 1 of 212»
logo
2009 Mantis TechBlog :: n.mantis@entervoice.gr :: T. 694-1405115 | Designed by EnterVoice