Archivo de la categoría: Linux

zip files

zip -r wp.zip public_html/wp Tags: zip, files

asm linux

section .data hello:     db ‘Hello world!’,10    ; ‘Hello world!’ plus a linefeed character helloLen:  equ $-hello             ; Length of the ‘Hello world!’ string                                    ; (I’ll explain soon) section .text global _start _start: mov eax,4            ; The system call for write (sys_write) mov ebx,1            ; File descriptor 1 – standard output mov ecx,hello        ; Put the offset of hello in ecx mov edx,helloLen    … Leer más »

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 »

A mini-tutorial on the Unix/Linux find command

Locating Files: The find command is used to locate files on a Unix or Linux system.  find will search any set of directories you specify for files that match the supplied search criteria.  You can search for files by name, owner, group, type, permissions, date, and other criteria.  The search is recursive in that it… Leer más »

Editor Ed Unix V7

El editor ed fue hecho con la idea de tener un editor rápido y pequeño con lo mínimo indispensable. Es, además, un editor confiable y que puede ser usado en las peores condiciones: con terminales lentas, en conexiones por modem y, quizá la más interesante, desde archivos por bloques. La mayoría de los editores asumen… Leer más »

Opciones de Arranque knoppix

Knoppix posee una serie de opciones que pueden ser especificadas de su consola de arranque para alterar su comportamiento «default», algunas de las principales se describen a continuación, además de una ilustración sobre dicha consola : Arranque (Oprima gráfica para ampliar) Opciones de Ambiente Gráfico * knoppix lang=es : Ambiente de operación en castellano/español .… Leer más »