Archivo de la categoría: Nix

Nabble – IMPORTANT More UpLoad hacks

Re: IMPORTANT More UpLoad hacksClick to flag this post 3 stars [3 stars] [3 stars] by Harold Hallikainen Apr 12, 2007; 12:31pm :: Rate this Message: – Use ratings to moderate (?) Reply | Reply to Author | View Threaded | Show Only this Message > 2007/4/12, Harold Hallikainen :>> > 2007/4/12, Sabri LABBENE :>>… Leer más »

fish ssh konqueror

  Easily access the file system of any computer which is running a SSH daemon. For example, to access the files of caesar.somedomain.com as user bob, enter: fish://[email protected] into the Konqueror location bar. A dialog prompts for the password, and bob‘s files are now available for browsing and editing in Konqueror. fish://[email protected]:22     Konqueror… Leer más »

To disable IPv6 in a virtual machine running Linux vmware

To disable IPv6 in a virtual machine running Linux 1 If the file /etc/sysconfig/network contains the line NETWORKING_IPV6=yes, change the line to NETWORKING_IPV6=no. 2 In the file /etc/modules.conf, add the following lines:alias ipv6 offalias net-pf-10 off Tags: wmware+disable+ipv6

mensajes duplicados

http://support.microsoft.com/default.aspx?scid=kb;en-us;292249     http://www.office-addins.com/-outlook-addins/duplicate-email-remover.html

Freenx centos

http://wiki.centos.org/FreeNX Tags: freenx Installing NX /FreeNX on the server Currently there is a version of nx and freenx in the CentOS Extras repository. To install the stable version of NX / FreeNX server, issue this command from the server: yum install nx freenx yum install nx freenx

Yum Groupinstall

irst you can see all the yum groups available with the command: yum grouplist You can install X and Gnome or KDE like this: yum groupinstall «X Window System» «GNOME Desktop Environment» or yum groupinstall «X Window System» «KDE (K Desktop Environment)» You may also want to add some other groups from the list like… Leer más »

How to disable IPv6 on RHEL/CentOS 4

There’s a myth on the web surrounding the method on how to disable IPv6 under RHEL/CentOS 4 Adding “NETWORKING_IPV6=no” to /etc/sysconfig/network DOES NOT work If you want to disable IPv6, the only true working trick is : echo «alias net-pf-10 off» >> /etc/modprobe.conf

Images MouseOver

 <script language=»javascript»>   //Images MouseOver  function imageMouseOver(){  document.supercomputadora.src=»images/scomputer.jpg»; }function imageMouseOut(){  document.supercomputadora.src=»images/scomputergris.jpg»; }   </script> </head> <body><a href=»#» onmouseover=»javascript:imageMouseOver()» onmouseout=»javascript:imageMouseOut()»<img src=»images/scomputergris.jpg» name=»supercomputadora» /></a> </body> Tags: mouseover, mouseout

Design Properties and Methods

Hyperlink Properties ( URL, TITLE, DESCRIPTION) Methods (Create, Display) Create Construction Function CONSTRUCTOR – Its a special function designed to create an instance of an object May or may not containg variables used to initialize the object Uses the “this” keyword to reference the current instance of the object Develop Methods functions that change the… Leer más »