Salta al contenuto

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone
  • 0 Votazioni
    1 Post
    0 Visualizzazioni
    bastillebsd@fosstodon.org
    SYNOPSISbastille template [-ax] TARGET|convert TEMPLATEDESCRIPTIONThe bastille template sub-command will apply the specified TEMPLATE to TARGET. -a, --auto : Auto mode. Start/stop jail(s) if required. -x, --debug : Enable debug mode.EXAMPLES Apply www/nginx to myjail: bastille template myjail www/nginx#ManpageMonday #BastilleBSD #FreeBSD
  • 0 Votazioni
    1 Post
    0 Visualizzazioni
    bastillebsd@fosstodon.org
    SYNOPSISbastille tags [-x] TARGET add|delete tag1,tag2bastille tags [-x] TARGET list [tag]DESCRIPTIONThe bastille tags sub-command add, remove and list tags for jails.EXAMPLESAdd 'prod' tag to myjail and yourjail:# bastille tags 'myjail yourjail' add prodShow jails with the tag 'web':# bastille tags ALL list web#ManpageMonday #BastilleBSD #FreeBSD
  • 0 Votazioni
    1 Post
    13 Visualizzazioni
    bastillebsd@fosstodon.org
    NAMEbastille jcp – Copy file(s)/directorie(s) from jail to jail(s).SYNOPSISbastille jcp [-qx] SOURCE_JAIL JAIL_PATH DESTINATION_JAIL JAIL_PATHDESCRIPTIONThe bastille jcp sub-command will copy files and directories from a single jail to any targeted jail(s). -q, --quiet : Suppress output. -x, --debug : Enable debug mode.EXAMPLESCopy /etc/resolv.conf from myjail to yourjail:# bastille jcp myjail /etc/resolv.conf yourjail /etc#ManpageMonday #BastilleBSD #FreeBSD
  • 0 Votazioni
    1 Post
    15 Visualizzazioni
    bastillebsd@fosstodon.org
    NAMEbastille service – Manage services within jail(s).SYNOPSISbastille service [-ax] TARGET SERVICE ARGSDESCRIPTIONThe bastille service sub-command can manage services in jails. -a, --auto Auto mode. Start/stop jail(s) if required. -x, --debug Enable debug mode.EXAMPLESStart nginx in myjail:> bastille service myjail nginx startStop caddy in myjail:> bastille service myjail caddy stop#BastilleBSD #FreeBSD #ManpageMonday