I need to make backup for our public_html directory using tar command I used to use : tar cvzf filename.tar.gz directory_name It work in linux or bsd but I have different situation with OpenSolaris : # uname -a SunOS TGLxxxxxxx 5.11 snv_86 i86pc i386 i86xpv # tar cvzf public_html.tar.gz public_html tar: z: unknown function modifier […]
Tag: opensolaris
Trying OpenSolaris VPS : Install pkg-get
I have chance to try opensolaris vps, since I have no experience in OpenSolaris before I try to learn some basic command before achieve my goal : Running wordpress in my OpenSolaris VPS Here’s what I reach so far : 1. pkg for listing file [arasyid@TGL107201 mysql]# pkg list -s | grep mysql SUNWmysql-base                MySQL […]