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
    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
    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
    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
    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
  • > man bastille-import

    Mondo freebsd bastillebsd manpagemonday
    1
    0 Votazioni
    1 Post
    13 Visualizzazioni
    > man bastille-import…If the RELEASE argument is specified, Bastille will import the jail using that release.**EXAMPLES**Import myjail_DATE.txz: > bastille import myjail_DATE.txzImport myjail_DATE.gz under 15.0-RELEASE: > bastille import myjail_DATE.txz 15.0-RELEASEImport myjail_DATE.gz under 15.0-RELEASE from non-default location: > bastille import /my/custom/folder/myjail_DATE.txz 15.0-RELEASE#FreeBSD #BastilleBSD #ManpageMonday
  • 0 Votazioni
    1 Post
    14 Visualizzazioni
    It's #ManpageMonday so we're sharing snippets from the man pages. To read more, see `man bastille-clone`.EXAMPLESClone myjail to newjail:> bastille clone myjail newjail 10.23.3.4/24Clone myjail to newjail with DHCP (VNET only):> bastille clone myjail newjail DHCPClone myjail to newjail while running, with debug mode:> bastille clone -xl myjail newjail 10.23.3.4/24#FreeBSD #BastilleBSD
  • 0 Votazioni
    1 Post
    17 Visualizzazioni
    It is #ManpageMonday so we're sharing snippets from man pages. To dig deeper, see `man bastille-bootstrap`.EXAMPLESBootstrap 15.0-RELEASE:> bastille bootstrap 15.0-RELEASEBootstrap official BastilleBSD templates:> bastille bootstrap https://github.com/BastilleBSD/templatesBootstrap 15.0-RELEASE using PkgBase:> bastille bootstrap -p 15.0-RELEASEBootstrap 15.0-RELEASE using i386 as the arch:> bastille bootstrap 15.0-RELEASE --i386#FreeBSD #BastilleBSD
  • 0 Votazioni
    1 Post
    8 Visualizzazioni
    NAMEbastille zfs – Manage ZFS options/attributes for jail(s).SYNOPSISbastille zfs [-avx] TARGET snapshot|destroy|rollback [TAG]bastille zfs [-avx] TARGET df|usagebastille zfs [-avx] TARGET get|set KEY=VALUEbastille zfs [-avx] TARGET jail pool/dataset /jail/pathbastille zfs [-avx] TARGET unjail pool/datasetDESCRIPTIONThe bastille zfs sub-command can manage snapshots, show disk usage, get or set attributes for jail datasets and jail or unjail specified datasets.#FreeBSD #ManpageMonday