Skip to content

Instantly share code, notes, and snippets.

View jbovet's full-sized avatar
🦀
Focusing

Jose Bovet Derpich jbovet

🦀
Focusing
View GitHub Profile
@jbovet
jbovet / create usb bootable from iso linu.md
Created October 23, 2015 20:48
create usb bootable from iso linux

#check umount device, my case is sdb1

umount /dev/sdb1

dd bs=4M if=linux-iso-name.iso of=/dev/sdb

@jbovet
jbovet / tomca7install.md
Last active December 21, 2015 14:39
Install tomcat 7 on CentOS 6

Requirement: JDK 1.6 or later

Download tomcat 7 version:

curl http://apache.mirrors.tds.net/tomcat/tomcat-7/v7.0.42/bin/apache-tomcat-7.0.42.tar.gz | tar xvz

move to share directory

```bash