Category: Linux

0

Managing the NFS server on Solaris


This are the files you have to use for managing an NFS server on Solaris:

/etc/dfs/fstypes
/etc/rmtab
/etc/nfs/nfslog.conf
/etc/default/nfslogd
/etc/default/nfs

The /etc/dfs/dfstab file: (share local directories)

share -F nfs -o rw,root=host2 -d "Share name" /path/to/share

/etc/dfs/sharetab (what I have shared)
Continue Reading

1 Star2 Stars3 Stars4 Stars5 Stars (5 votes, average: 5.00 out of 5)
Loading ... Loading ...

0

Diffrent solaris commands:


Here are some basic Solaris commands:

Add swap space:
/etc/vfstab
/dev/dsk/c0d0s1 – – swap – no -
Continue Reading

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
Loading ... Loading ...

0

How to migrate a zone in Solaris


This is a tutorial about migrating a zone in Solaris. First, you have to create the manifest. On the host system, use the folowing command and direct the output to a file:

zoneadm -z myzone detach -n > /export/home/myzone-manifest.txt
cd /export/home
tar cf myzone-manifest.tar myzone-manifest.txt
sftp host2 Continue Reading

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 5.00 out of 5)
Loading ... Loading ...

2

How to set up DNS server with BIND on Ubuntu


This tutorial is about setting up DNS on Ubuntu and is the result of lot of documentation, many tutorials and many attempts. Hope you’ll find it usefull.
For installing DNS service on a machine, first thing to do in installing BIND (Berkley Internet Name Daemon):

sudo apt-get install bind9

The next thing to do is to configure bind. Usualy, for this you have to edit named.conf, but in Ubuntu the configuration file for bine is named.conf.local:

sudo /etc/bind/named.conf.local

Now you have to add the zones: Continue Reading

1 Star2 Stars3 Stars4 Stars5 Stars (15 votes, average: 4.93 out of 5)
Loading ... Loading ...

2

Simple shell script


This is a simple shell script. This is what it can do:

[1] Display curent time and date
[2] Display files from current folder
[3] Display the calendar
[4] Start an text editor
[5] Harddisk information
[6] Verify resourcesit.com with ping

This is the complete script. Feel free to use or modify as you like to: Continue Reading

1 Star2 Stars3 Stars4 Stars5 Stars (15 votes, average: 5.00 out of 5)
Loading ... Loading ...

01

How to set up a static IP address on Ubuntu


After an update, the Network Manager crashed. In this situation, the easyest way to set up a static IP address is to edit the configuration files myself. First, I have to remove the Network Manager.

sudo apt-get remove –purge network-manager

The first file to modify is /etc/network/interfaces:

sudo gedit /etc/network/interfaces

Continue Reading

1 Star2 Stars3 Stars4 Stars5 Stars (15 votes, average: 5.00 out of 5)
Loading ... Loading ...

2

Webmin install in Ubuntu


This tutorial is about installing Webmin in Ubuntu.

First, get the webmin package from sourceforge.net .For installing on Ubuntu we need the debian package:

wget http://garr.dl.sourceforge.net/sourceforge/webadmin/webmin_1.441_all.deb

Continue Reading

1 Star2 Stars3 Stars4 Stars5 Stars (17 votes, average: 5.00 out of 5)
Loading ... Loading ...

4

How to install Komodo 5.1 editor in Ubuntu


I’ve been searching for a PHP editor that works on Linux and provides the functions that were used on Rapid PHP (the editor I used on Ms.). I tried Eclipse, Bluefish, Kate, NetBeans and still a couple, but neither is the editor I need.

I used gedit for a long time, the only problem is it doesn’t have autocomplete. Now I found Komodo: has autocomplete, is not using many Continue Reading

1 Star2 Stars3 Stars4 Stars5 Stars (22 votes, average: 4.82 out of 5)
Loading ... Loading ...

11

Split and join files in Ubuntu with lxsplit


Below I describe how to split a larger file into several small files. This is useful when the file you want to copy on a stick is bigger than the stick’s capacity.

The file used is this example is a 75 MB .mkv.

I will use lxsplit for splitting and joining the .mkv file. So, I need to install lxsplit:

wget http://sourceforge.net/projects/lxsplit/files/lxsplit/lxsplit-0.2.4.tar.gz/download

Decompression: Continue Reading

1 Star2 Stars3 Stars4 Stars5 Stars (17 votes, average: 5.00 out of 5)
Loading ... Loading ...

6

How to install Wine on Linux or how to run Windows applications on Linux


For installing Wine:

apt-get install wine

After install, in Applications menu, Wine option will be avaible, as illustrated in the picture below:

wine-menu

Continue Reading

1 Star2 Stars3 Stars4 Stars5 Stars (15 votes, average: 5.00 out of 5)
Loading ... Loading ...

Previous Page

Rumanian flagItalian flagEnglish flagGerman flagFrench flagSpanish flagRussian flagGreek flagDutch flagBulgarian flagCzech flagCroat flagDanish flagFinnish flagSwedish flagNorwegian flagSerbian flagSlovenian flagUkrainian flagTurkish flagHungarian flag
By N2H

Random Posts Recent Comments

  • gilgit baltistan Says:

    good work here...

  • Haynes Cromartie Says:

    I found the tutorial to be concise and very helpful. I will be sure to recommend it to others. Than...

  • admin Says:

    Amigo, Please formulate your question in english if you really need help! Cheers!...

  • Mauricio Gonçalves Says:

    Boa tarde, Amigo eu não consigo add novo user poderia me ajudar? ele fala que o comando não é ...

  • aniket Says:

    thanks..................

  • Eitan Says:

    Thanks for sharing. This is the most practicable article for bind!!! Cheers, Eitan...

  • Flossy Says:

    Zubao0 That's really thinking out of the box. Thanks!...

  • Michael Esch Says:

    I used this tutorial to install Komodo Edit 6 on Ubuntu 10.10; I rate your tutorial 5/5 I hope that...

  • admin Says:

    @dan Am rulat aplicatii create in visual basic si in fox sub wine, deci cred ca nu ar trebui sa fie ...

  • dan Says:

    as dori sa imi spuneti daca un prg de conta sub visual basic ruleaza cu wine sub ubuntu intreb deo...

Tag Cloud