All public logs
Jump to navigation
Jump to search
Combined display of all available logs of 6bit.ch wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 15:20, 24 October 2022 Xbl talk contribs created page Network Mapping (Created page with "= nmap = == default options == <code>nmap host-ip</code> scan first 1000 ports on $host-ip</br> == scan specific port == <code>nmap -p x host-ip</code> scan tcp port $x on $host-ip</br> == The Six Port States Recognized by nmap == </br> '''open'''</br> An application is actively accepting TCP connections, UDP datagrams or SCTP associations on this port. Finding these is often the primary goal of port scanning. Security-minded people know that each open port is an ave...")
- 15:05, 14 October 2022 Xbl talk contribs deleted page Terminal Multiplayer (content was: "= tmux = == navigating == <code>Ctr-b leftarrow</code> move active window horizontally</br> <code>Ctr-b rightarrow</code> move active window horizontally</br> <code>Ctr-b uparrow</code> move active window vertically</br> <code>Ctr-b downarrow</code> move active window vertically</br> == listing, creating, renaming, killing == <code>tmux ls</code> list sessions</br> <code>tmux kill -t se...", and the only contributor was "Xbl" (talk))
- 15:05, 14 October 2022 Xbl talk contribs created page Terminal Multiplexer (Created page with "= tmux = == navigating == <code>Ctr-b leftarrow</code> move active window horizontally</br> <code>Ctr-b rightarrow</code> move active window horizontally</br> <code>Ctr-b uparrow</code> move active window vertically</br> <code>Ctr-b downarrow</code> move active window vertically</br> == listing, creating, renaming, killing == <code>tmux ls</code> list sessions</br> <code>tmux kill -t sessionname</code> kill tmux session with name $sessionname</br> <code>tmux new -s ses...")
- 21:10, 12 October 2022 Xbl talk contribs created page Terminal Multiplayer (Created page with "= tmux = == navigating == leftarrow : move active window horizontally</br> rightarrow : move active window horizontally</br> uparrow : move active window vertically</br> downarrow : move active window vertically</br> == creating, renaming, deleting == tmux new -s sessionname : create tmux session with name $sessionname</br> tmux rename -t sessionname newname : rename session to $newname</br> tmux attach -t sessionname : attach to $sessionname</br> tmux ls : list sessio...")
- 16:54, 7 May 2022 Xbl talk contribs created page SELinux (Created page with "= SELinux = == Available Commands == === Mode Management === <code>sestatus</code> show runtime status and boolean values (-b)</br> <code>getenforce</code> show current mode of operation</br> <code>setenforce</code> switch operating mode temporarily</br> === Context Management === <code>chcon</code> change file contexts (does not survive file system relabeling)</br> <code>restorecon</code> restore default file contexts, referencing /etc/selinux/targeted/contexts/fil...")
- 22:04, 5 May 2022 Xbl talk contribs created page Firewall (Created page with "= firewall-cmd = == Available Commands == === General === <code>--state</code> display the status</br> <code>--reload</code> reload firewall rules from zone files, all runtime changes are lost</br> <code>--permanent</code> store a change persistently</br> === Zones === <code>--get-default-zone</code> show the name of the default/active zone</br> <code>--set-default-zone</code> set the name of the default zone, always permanent</br> <code>--get-zones</code> show ava...")
- 21:58, 2 May 2022 Xbl talk contribs created page Network Devices and Connections (Created page with "= Manual Configuration = Create file in /etc/sysconfig/network-scripts/ifcfg-ifname</br> Populate file with:</br> <code>TYPE=Ethernet</br> PROXY_METHOD=none</br> BROWSER_ONLY=no</br> BOOTPROTO=static [dhcp, none]</br> DEFROUTE=yes</br> IPV4_FAILURE_FATAL=no</br> UUID=sd55sd-sdfss5li-lkjawq</br> NAME=ens256</br> ONBOOT=yes</br> IPADDR=192.168.1.11</br> NETMASK=255.255.255.0</br> GATEWAY=192.168.1.1</br> DNS1=192.168.1.53</code> = nmcli = == Available Commands == === O...")
- 14:47, 29 March 2022 Xbl talk contribs created page GRUB2 (Created page with "= Reset Root Password = 1. enter GRUB2 edit mode 2. modify linux-kernel string by adding <code>rd.break</code> at the end 3. press CTRL+x to boot with entered options 4. use chroot to mount /sysroot to / <code>chroot /sysroot</code>, pwd should read <code>/</code> 5. remount the root file system in read/write mode <code>mount -o remount,rw /</code> 6. run passwd to set new password <code>passwd</code> 7. create hidden file .autorelabel to run SELinux relabeling on...")
- 08:34, 28 March 2022 Xbl talk contribs created page Bash Shell (Created page with "= CTRL Hotkeys = CTRL + a</br> move to beginning CTRL + d</br> escape current shell or delete character under cursor CTRL + e</br> move to end CTRL + k</br> delete all from cursor to end CTRL + l</br> clear CTRL + n</br> down arrow CTRL + p</br> up arrow CTRL + q</br> resume output CTRL + r</br> backward search CTRL + s</br> stop output CTRL + t</br> switch character before cursor with cursor, ESC + t switches two words before the cursor CTRL + u</br> cut lin...")
- 23:08, 22 March 2022 Xbl talk contribs created page Redhat Package Manager (Created page with "= rpm - query options = -q, --query ''package''</br> display package -qa, --query --all</br> list all installed packages -qc, --query --configfiles ''package''</br> list config files in a package -qd, --query --docfiles ''package''</br> list documentation files in a package -qf, --query --file ''file''</br> display what package a file comes from -qi, --query --info ''package''</br> display installed package information -qip, --query --info --package ''package''</b...")
- 12:37, 16 March 2022 Xbl talk contribs moved page /vim to Vi IMproved without leaving a redirect
- 12:35, 16 March 2022 Xbl talk contribs moved page /dwm to Dynamic Window Manager without leaving a redirect
- 12:35, 16 March 2022 Xbl talk contribs moved page Regex to Regular Expressions without leaving a redirect
- 12:34, 16 March 2022 Xbl talk contribs deleted page /lvm (content was: "= lvm = == extend disk == 1. add new hard disk 2. take note of current /dev/sdx 3. scan for new devices: <code>sudo /sbin/rescan-scsi-bus -w</code> </br> Result: new device found 4. enter lvm as root: <code>sudo lvm</code> 5. create physical volume: <code>pvcreate /dev/sdy</code> 6. check volume groups: <code>vgs</code> 7. extend volume group: <code>vgextend volume-name /dev/sdy</...", and the only contributor was "Xbl" (talk))
- 12:33, 16 March 2022 Xbl talk contribs created page Logical Volume Management (Created page with "= lvm = == extend disk == 1. add new hard disk 2. take note of current /dev/sdx 3. scan for new devices: <code>sudo /sbin/rescan-scsi-bus -w</code> </br> Result: new device found 4. enter lvm as root: <code>sudo lvm</code> 5. create physical volume: <code>pvcreate /dev/sdy</code> 6. check volume groups: <code>vgs</code> 7. extend volume group: <code>vgextend volume-name /dev/sdy</code> 8. check logical volumes: <code>lvs</code> 9. resize logical volume: <code>l...")
- 12:14, 16 March 2022 Xbl talk contribs created page /lvm (Created page with "= lvm = == extend disk == 1. add new hard disk 2. take note of current /dev/sdx 3. scan for new devices: <code>sudo /sbin/rescan-scsi-bus -w</code> </br> Result: new device found 4. enter lvm as root: <code>sudo lvm</code> 5. create physical volume: <code>pvcreate /dev/sdy</code> 6. check volume groups: <code>vgs</code> 7. extend volume group: <code>vgextend volume-name /dev/sdy</code> 8. check logical volumes: <code>lvs</code> 9. resize logical volume: <code>l...")
- 18:31, 8 March 2022 Xbl talk contribs created page /vim (Created page with "= vim = == inserting == i : insert text before the current position</br> I : insert text at the beginning of current line</br> a : append text after the current position</br> A : append text to the end of current line</br> o : open new line below current line</br> O : open new line above current line</br> == navigating == h : move back one character</br> j : move down one line</br> k : move up one line</br> l : move forward one character</br> w : move to start of next...")
- 14:24, 25 February 2022 Xbl talk contribs created page Regex (Created page with "== Regular Expressions == {| class="wikitable" |- ! Metacharacter ! Description |- valign="top" !<code>\</code> |Escape character. |- |- valign="top" !<code>?</code> |Matches the preceding element zero or one time. For example, <code>ab?c</code> matches only "ac" or "abc". |- !<code>+</code> |Matches the preceding element one or more times. For example, <code>ab+c</code> matches "abc", "abbc", "abbbc", and so on, but not "ac". |- !<code><nowiki>|</nowiki></code> |The ch...")
- 23:01, 22 February 2022 Xbl talk contribs created page Mediawiki Cheatsheet (Created page with "== Mediawiki Cheatsheet == {| style="border:none; text-align:left; background:#f0f0f0; font-size: 95%;" |- | width="25%" style="background: #e4e4e4; padding: 3px 5px; text-align:center;"|'''Description''' | style="background: #e4e4e4; padding: 3px 5px; text-align:center;"|'''You type''' | width="25%" style="background: #e4e4e4; padding: 3px 5px; text-align:center;"|'''You get''' |- | colspan="3" style="background: #e4e4e4; padding: 3px 5px; font-family: sans-serif; fo...")
- 22:58, 22 February 2022 Xbl talk contribs created page /dwm (Created page with "== Hotkeys == </br> ;Navigation</br> :to workspace</br> ::win+{num}</br> :to next/previous monitor</br> ::win+,</br> ::win+.</br> :rotate clockwise</br> ::win+j</br> :rotate counterclockwise</br> ::win+k</br> :Zoom</br> ::win+v</br> </br> ;Move windows</br> :to workspace</br> ::win+shift+{num}</br> :to next/previous monitor</br> ::win+shift+,</br> ::win+shift+.</br>")
- 22:23, 17 February 2022 Xbl talk contribs created page Basic Commands (Created page with "=ls= -a, --all</br> do not ignore entries starting with . -h, --human-readable</br> with -l and -s, print sizes like 1K 234M 2G etc -l</br> use a long listing format -r, --reverse</br> reverse order while sorting -t</br> sort by time, newest first")
- 00:17, 15 February 2022 Xbl talk contribs changed group membership for Lea from (none) to bureaucrat
- 00:12, 15 February 2022 User account Lea talk contribs was created by Xbl talk contribs (<3)
- 00:05, 15 February 2022 Xbl talk contribs created page Test (Test)