18.10.2018 Views

cheatsheet

https://compradbz.org/

https://compradbz.org/

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Personal <strong>cheatsheet</strong> for RHCE Exam<br />

Isaac Hailperin <br />

Table of Contents<br />

1. Cheatsheet .......................................................................................................................................... 1<br />

1.1. Samba ...................................................................................................................................... 1<br />

1.2. Kerberized NFS ...................................................................................................................... 1<br />

1.3. Restting the root password ..................................................................................................... 1<br />

1.4. MariaDB INSERT .................................................................................................................. 1<br />

1.5. SELinux .................................................................................................................................. 1<br />

1.6. Apache .................................................................................................................................... 2<br />

1. Cheatsheet<br />

This is no intent to cheat, but rather a fictional cheat sheet. Here I write down bits and pieces that I<br />

find hard to remember. By writing them down here, I remember them, so no need to cheat :).<br />

1.1. Samba<br />

Start both smb and nmb.<br />

Mount options for multiuser mount: credentials=/root/credfile.txt,multiuser,sec=ntmlssp<br />

1.2. Kerberized NFS<br />

In /etc/sysconfig/nfs, set RPCNFSDARGS="-V 4.2". This allows you to export SELinux contexts.<br />

Mount options: defaults,sec=krb5p,v4.2<br />

1.3. Restting the root password<br />

Boot with boot kernel option rd.break, mount -o remount,rw /sysroot, chroot /sysroot, passwd root,<br />

touch /.autorelabel, exit, reboot.<br />

1.4. MariaDB INSERT<br />

insert into tablename (col1,col2) values ('val1', 'val2');<br />

1.5. SELinux<br />

Get a list of all possible contexts with<br />

seinfo -t<br />

Get concrete help for selinux problems which are logged to /var/log/audit/audit.log:<br />

1


sealert -a /var/log/audit/audit.log<br />

1.6. Apache<br />

Personal <strong>cheatsheet</strong><br />

for RHCE Exam<br />

rpm -qd httpd<br />

-> among others an example virtual host conf<br />

2

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!