Below is a code in bash to transfer all files from HDFS to S3, and compress them.
Mostrando las entradas con la etiqueta linux. Mostrar todas las entradas
Mostrando las entradas con la etiqueta linux. Mostrar todas las entradas
lunes, septiembre 04, 2017
sábado, mayo 11, 2013
Some tuning apps and shortcuts for Ubuntu
I'm using again Ubuntu and here some apps you should download to tune Ubuntu and some shortcuts to move cool in Ubuntu.
- Main menu or Alacarte: is an app to easily modify the the main menu and create shortcuts in Ubuntu.
sudo apt-get install alarcarte - Unity tweak tool: great tool to modify behaviors in the Ubuntu desktop, like to activate workspaces.
sudo apt-get install unity-tweak-tool - Compizconfig: tool to modify keyboard and mouse shortcuts and to modify a lot of Ubuntu desktop behavior and configuration.
sudo apt-get install compizconfig-settings-manager
Some shortcuts to move smart in Ubuntu
- Ctrl + Alt + Left or Right or Up or Down Arrow: to move between workspaces
- Super + s : split desktop with all available workspaces and move between them
- Super + w: split desktop with all open windows
- Shift+ Ctrl + Alt + Left or Right or Up or Down Arrow: to move current focus window from one workspace to another
- Ctrl + Alt + D: Show desktop
- Ctrl + Alt + L: Lock screen
miércoles, abril 27, 2011
Machete de apt-get
Syntax | Description | Example(s) |
apt-get install {package} | Install the new package. If package is installed then try to upgrade to latest version | apt-get install zip apt-get install lsof samba mysql-client |
apt-get remove {package} | Remove/Delete an installed package except configuration files | apt-get remove zip |
apt-get --purge remove {package} | Remove/Delete everything including configuration files | apt-get --purge remove mysql-server |
apt-get update apt-get upgrade | Resynchronize the package index files and Upgrade the Debian Linux system including security update (Internet access required) | apt-get update apt-get upgrade |
apt-get update apt-get dist-upgrade | Usually use to upgrade to Debian distribution. For example Woody to Sarge upgrade. 'dist-upgrade' in addition to performing the function of upgrade, also intelligently handles changing dependencies with new versions of packages; apt-get has a "smart" conflict resolution system, and it will attempt to upgrade the most important packages at the expense of less important ones if necessary. | apt-get update apt-get dist-upgrade |
apt-cache search | Serach for packages | apt-cache search tunnel |
apt-get -t testing install {package} | To install packages from the testing repository |
{package} - Replace with actual package name
fuente: http://www.cyberciti.biz/howto/question/linux/apt-get-cheat-sheet.php
y Más: http://www.linuxhomenetworking.com/forums/showthread.php/18722-Dpkg-and-apt-get-cheat-sheet
Debian package management, distributions and the /etc/apt/sources.list file
Getting information about packages
Debian Linux apt-get package management cheat sheet
y Más: http://www.linuxhomenetworking.com/forums/showthread.php/18722-Dpkg-and-apt-get-cheat-sheet
Debian package management, distributions and the /etc/apt/sources.list file
Getting information about packages
Debian Linux apt-get package management cheat sheet
miércoles, octubre 13, 2010
ophcrack

Video: http://www.youtube.com/watch?v=Vt-k24XiQ4I
viernes, mayo 12, 2006
[Linux] SecureDVD: 10 distros de seguridad en un DVD
Linuxes, para auditar la seguridad informatica:
Fuente: HispaMP3
Un megaDVD que incluye 10 distribuciones Linux especializadas en seguridad informática.
A través de DiarioLinux descubrimos la existencia de Linux SecureDVD", un Live DVD multiboot que contiene en su interior 10 distribuciones Linux especializadas en seguridad.
1.) Backtrack
2.) Operator
3.) PHLAK
4.) Auditor
5.) Local Area Security Linux (LAS)
6.) Knoppix-STD
7.) Helix
8.) FIRE
9.) nUbuntu
10.) INSERT
Link: http://www.securedvd.org/
Fuente: HispaMP3
miércoles, abril 26, 2006
martes, marzo 21, 2006
[Linux] Hosting Control Panel Free

Acá encontre un panel de control para hosting. El cual es gratis y de codigo abierto. No tiene licencia GPL, es una propia, habra que leerla. Es una interesante opcion al panel de control Plesk, el cual tienen varios hosting y es bastante carito... en especial para un pais como la Argentina.
URL: http://www.vhcs.net/
lunes, marzo 13, 2006
[Linux] Wireless Hacking
Sigo, con el tema de wirless hacking. A continuación les dejo unos links a tutorials y a un linux live para poder auditar la seguridad de redes y más.
Tutorial en Ingles
Tutorial en castellano
Auditor - Linux live CD
Tutorial en Ingles
Tutorial en castellano
Auditor - Linux live CD
viernes, marzo 03, 2006
[Linux]Videos de segurida Informatica

Esta es la lista de videos:
- WEP Cracking using Aireplay v2.2 Beta 7
- WPA Cracking using Aireplay v2.2 Beta 7
- Cracking WPA Networks
- Mass De-Authentication using void11
- How to decrypt SSL encrypted traffic using a man in the middle attack
- Cracking a 128 bit WEP key
- Exploiting weaknesses of PPTP VPN
También les dejo el link a una distro de Linux que se llama Bactrack, la cual ya viene con muchas utilidades para hackear.
Links:
Videos de Seguridad
Linux Bactrack
Fuente: PC++
jueves, diciembre 22, 2005
OpenBSD Bridging Firewall
Unas notas muy interesantes de como hacer un firewall invisible o bridge trasparente con OpenBSD. La idea es que el firewall no utiliza ip. Solo se encarga de bloquear o no paquetes.
El escenario es este:

Links de tutoriales:
http://ezine.daemonnews.org/200207/transpfobsd.html
http://www.bsdatwork.com/2002/08/06/transparent_packet_filtering_with_openbsd/
http://cfm.gs.washington.edu/security/firewall/pf-bridge/
El escenario es este:

Links de tutoriales:
http://ezine.daemonnews.org/200207/transpfobsd.html
http://www.bsdatwork.com/2002/08/06/transparent_packet_filtering_with_openbsd/
http://cfm.gs.washington.edu/security/firewall/pf-bridge/
miércoles, diciembre 21, 2005
VI - Facil y rapido
Este machete tiene todo lo basico que podes necesitar usar el VI en algun Linux, unix o bsd. Despues lo podria pasar a castellano.

Nota completa en Gentoo

Nota completa en Gentoo
lunes, octubre 17, 2005
Una linda monografia de seguridad en Linux
Aca encontre una linda monografia de seguridad en Linux. Ideal para cumplir con lo basico. Que es mi caso :). Esta escrita por unos argentinos, y la distribucion elegida fue IPCOP. Firewall, snort, y otras configuraciones basicas...
Link: http://www.monografias.com/trabajos15/firewall-linux/firewall-linux.shtml
Link: http://www.monografias.com/trabajos15/firewall-linux/firewall-linux.shtml
sábado, julio 16, 2005
Alguna URL's interesantes, sobre linux

http://www.frozentech.com/content/livecd.php -> lista de Live CD de Linux
http://www.phlak.org/ -> Interesante live CD orientado a la seguridad
http://www.zegeniestudios.net/ldc/ -> Haciendote unas preguntas, te dice cual es el linux para vos
Para hacerte tu central multimedia al estilo TiVo
http://freevo.sourceforge.net/about.html -> freevo
http://geexbox.org/ -> disrtibucion geexbox
http://www.makezine.com/extras/4.html -> free TiVo - How to
y si no conocia http://makezine.com, visitenla... es una page bastante interesante para hacer cosas, en especial orientada a la electronica.
Suscribirse a:
Entradas (Atom)