Algunos noticiarios del mundo hacen eco de un fenómeno extraño que afecta a empleados de grandes empresas en un intento de liberar todo su potencial:
Parece que el Pattern de Fringe es poca cosa al fin y al cabo!
Just a Bunch Of Thoughts
Algunos noticiarios del mundo hacen eco de un fenómeno extraño que afecta a empleados de grandes empresas en un intento de liberar todo su potencial:
Parece que el Pattern de Fringe es poca cosa al fin y al cabo!
Streamfile es un servicio que permite enviarle a alguien un fichero muy grande (hasta 2GB), pero a diferencia de otros sitios que ofrecen lo mismo, con Streamfile el destinatario puede empezar a bajarse el fichero en cuanto empiezes a subirlo, no es necesario que hayas terminado de mandarlo.
Por lo tanto, el destinatario puede recibir el fichero mucho antes!
A mi me resulta muy util, por ejemplo para mandar un fichero de crash a soporte, o este tipo de cosas… Es mi solucion preferida para compartir ficheros grandes de forma rapida.
Nota: el fichero queda disponible durante 24h solo.
Trabajo administrando maquinas Unix y Linux remotas por SSH. Muy amenudo me encuentro en la situacion de necesitar bajar algun paquete rpm o deb, algun parche,… o ejecutar un software que requiere conexion a Internet para actualizarse, registrarse,… y lo tipico es que la maquina en cuestion no tenga conexion a Internet.
Quizas podria pedir el acceso a traves de un proxy corporativo o bien que la gente de redes me abra temporalmente el acceso a la web a traves del firewall, pero eso son tramites y tiempo perdido.
Sin embargo, en mi puesto de trabajo, tengo acceso por un lado a la maquina Unix por SSH y por otro lado tengo acceso a Internet a traves de la red corporativa (o con una tarjeta 3G en el CPD ;-) )(directamente o mediante proxy). Vamos a ver como montar un tunel SSH y un proxy de andar por casa para unir ambas cosas y conseguir conexion temporal a la web desde la maquina Unix!
Continue reading ‘Conectarse a la web desde una maquina Unix sin conexión directa a Internet’
This morning I had to install some SUNW packages in a remote Solaris 10 x86 system (a Sun Fire X4150). I had the packages in the installation DVD, so I tried to map the DVD as a virtual device using the SUN embedded Light Out Manager console (sun-elom).
Apparently the thing was working. When I mapped the DVD I head the DVD started to spin, but I couldn’t see the DVD mounted into the system: it should appear under /rmdisk (removable disk), but it didn’t.
I first ran volcheck -v, and then rmformat:
# volcheck -v
media was found
# rmformat
Looking for devices...
1. Volmgt Node: /vol/dev/aliases/cdrom0
Logical Node: /dev/rdsk/c1t0d0s2
Physical Node: /pci@0,0/pci108e,4843@1d,7/storage@1/disk@0,0
Connected Device: TSSTcorp CD/DVDW TS-T632A SR03
Device Type: DVD Reader/Writer
2. Volmgt Node: /vol/dev/aliases/rmdisk0
Logical Node: /dev/rdsk/c3t0d0p0
Physical Node: /pci@0,0/pci108e,4843@1d,7/storage@5/disk@0,0
Connected Device: manufact product 1234
Device Type: Removable
# ls -al /vol/dev/aliases/rmdisk0
lrwxrwxrwx 1 root root 35 Apr 30 12:15 /vol/dev/aliases/rmdisk0 -> /vol/dev/rdsk/c3t0d0/unknown_format
So the removable DVD is rmdisk0, and its device file is /dev/rdsk/c3t0d0p0. Unfortunately (I don’t know why — using PCA I looked for a patch that could solve this, but didn’t see any), it seems that volfs couldn’t recognize the DVD format (unknown_format), so it didn’t mount it automatically.
I then tried to force volfs to mount it, using volrmmount, but it didn’t mount anything:
# volrmmount -i rmdisk0
I finally had to mount the device manually. To do this, first i had to disable volfs:
# svcadm disable -st volfs
I then checked the filesystem type of the virtual device (to also be sure that the system was actually seeing it correctly). To do that, I used the command fstyp and the device file returned by rmformat:
# fstyp -v /dev/dsk/c3t0d0p0 hsfs CD-ROM is in ISO 9660 format System id: Solaris Volume id: OpenSolaris Volume set id: Publisher id: Data preparer id: Application id: MKISOFS ISO 9660/HFS FILESYSTEM BUILDER & CDRECORD CD-R/DVD CREATOR (C) 1993 E.YOUNGDALE (C) 1997 J.PEARSON/J.SCHILLING Copyright File id: Abstract File id: Bibliographic File id: Volume set size is 1 Volume set sequence number is 1 Logical block size is 2048 Volume size is 330857
The system could actually see the device, which filesystem is a hsfs. Knowing that, I could easily mount the device:
# mount -F hsfs /dev/dsk/c3t0d0p0 /mnt # ls /mnt LICENSE devices reconfigure solarismisc.zlib archive.bz2 jack release_notes.txt system bin mnt root tmp boot platform sbin dev proc solaris.zlib
Once I had finished with the virtual device, I just had to unmount it and restart volfs:
# umount /mnt # svcadm enable -s volfs
El fin de semana pasado he “desmantelado” mi “CPD” y he subido mis maquinas a la buhardilla. Ya vere lo que hago con ellas. Solo he dejado mi servidor (que alberga entre otras cosas esta web, el uTorrent bajo Wine, el servidor de ficheros y el drive DDS3 para backups) — ahora esta debajo de la cama de invitados ;-).
Recent Comments