User contributions for Xbl
Appearance
28 November 2022
- 22:3622:36, 28 November 2022 diff hist +5 Tape Archive →tar
- 22:3622:36, 28 November 2022 diff hist +243 Tape Archive →Useful Flags
- 22:3422:34, 28 November 2022 diff hist −420 Basic Commands No edit summary
- 22:3122:31, 28 November 2022 diff hist −2 Tape Archive →tar
- 22:3122:31, 28 November 2022 diff hist +469 N Tape Archive Created page with "= tar = Packs and may compress multiple files a tarball or writes to magnetic tape.</br> == Use (BSD-Style)== <code>tar xf example.tar</code> extract (x) tarball example.tar (f) to .</br> <code>tar cf example.tar</code> create (c) tarball example.tar (f) to .</br> == Useful Flags == <code>t</code> list contents to stdout</br> <code>v</code> verbose output</br> <code>z</code> de-/compress with gzip</br> <code>j</code> de-/compress with bzip</br>"
- 22:2722:27, 28 November 2022 diff hist +28 Data Duplicator →dd
- 22:2622:26, 28 November 2022 diff hist +5 Data Duplicator →Useful Flags
- 22:2522:25, 28 November 2022 diff hist 0 Data Duplicator →Useful Flags
- 22:2522:25, 28 November 2022 diff hist +53 Data Duplicator →Useful Flags
- 22:1822:18, 28 November 2022 diff hist +296 N Data Duplicator Created page with "= dd = Convert and copy a file. Also, write to tape</br> == Use == <code>dd if=<PATH> of=<PATH></code>duplicate infile to outfile</br> == Useful Flags == <code>bs=<BYTES></code> read and write up to BYTES bytes at a time (default: 512)</br> <code>count=<N></code> copy only N input blocks</br>"
- 22:1122:11, 28 November 2022 diff hist +142 N Magnetic Tape Created page with "= mt = Controls magnetic tape drives.</br> == Use == <code>mt [-f </dev/st0>] status</code> Show status of <device></br> == Useful Flags =="
- 11:4811:48, 28 November 2022 diff hist +121 Terminal Multiplexer →navigating
25 November 2022
- 17:3917:39, 25 November 2022 diff hist +741 N Process Snapshot Created page with "= ps = Shows running processes and their IDs.</br> == Use == <code>ps</code> show running processes of current user in current terminal</br> <code>ps aux</code> BSD-style, show all running processes (-a) with user column (-u) inside and outside terminals (-x)</br> == Useful Flags == <code>-f</code> show full information</br> <code>-F</code> show fullest information</br> </br> <code>-u <user></code> show processes running from $user</br> <code>-g <group></code> show pr..."
- 17:2717:27, 25 November 2022 diff hist +1 Advanced Package Tool →Useful Flags current
- 17:1617:16, 25 November 2022 diff hist −1 Advanced Package Tool No edit summary
- 12:4312:43, 25 November 2022 diff hist +1,189 N Advanced Package Tool Created page with " = apt = Updates and upgrades installed software. Uses dpkg to install and uninstall.</br> Repos are defined in <code>/etc/apt/sources.list</code>, usually non-free repos are disabled by default.</br> == Use == <code>apt update</code> check for updates</br> <code>apt upgrade</code> install updates</br> <code>apt dist-upgrade</code> install updates and new dependencies, remove old versions</br> </br> <code>apt list --installed </code> list installed packages</br> <code>..."
- 11:4611:46, 25 November 2022 diff hist +24 System Control →sysctl
- 11:4611:46, 25 November 2022 diff hist +11 System Control →Settings
- 11:3811:38, 25 November 2022 diff hist −8 System Control →Setting settings
- 11:3811:38, 25 November 2022 diff hist 0 System Control →setting settings
- 11:3611:36, 25 November 2022 diff hist +587 N System Control Created page with "= sysctl = Reads/sets kernel settings from the virtual /proc file system.</br> Values can be edited directly with <code>echo 1/0 >> /proc/net/ipv6/conf/all/disable_ipv6</code> or by editing /etc/sysctl.conf or /etc/sysctl.d/parameter. == setting settings == <code>sysctl -a</code> list all settings</br> <code>sysctl -a | grep net.ipv6.conf.all.disable_ipv6</code> list specific setting</br> <code>sysctl net.ipv6.conf.all.disable_ipv6</code> list specific setting</br> <co..."
26 October 2022
- 10:2810:28, 26 October 2022 diff hist +5 Network Mapping No edit summary current
25 October 2022
24 October 2022
- 15:2815:28, 24 October 2022 diff hist −7 Network Mapping No edit summary
- 15:2615:26, 24 October 2022 diff hist +87 Network Mapping No edit summary
- 15:2015:20, 24 October 2022 diff hist +2,978 N 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..."
14 October 2022
- 15:0515:05, 14 October 2022 diff hist +859 N 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..."
12 July 2022
14 May 2022
- 20:0920:09, 14 May 2022 diff hist −1 SELinux →SELinux current
- 17:3817:38, 14 May 2022 diff hist +1 SELinux →SELinux
7 May 2022
- 17:2217:22, 7 May 2022 diff hist +152 Mediawiki Cheatsheet No edit summary current
- 17:0717:07, 7 May 2022 diff hist +277 SELinux No edit summary
- 16:5416:54, 7 May 2022 diff hist +1,094 N 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..."
5 May 2022
- 22:2822:28, 5 May 2022 diff hist −130 Bash Shell →CTRL Hotkeys
- 22:1922:19, 5 May 2022 diff hist −2 Bash Shell →CTRL Hotkeys
- 22:1822:18, 5 May 2022 diff hist +9 Bash Shell →CTRL Hotkeys
- 22:1622:16, 5 May 2022 diff hist +219 Bash Shell →CTRL Hotkeys
- 22:0422:04, 5 May 2022 diff hist +1,925 N 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..." current
4 May 2022
- 15:0915:09, 4 May 2022 diff hist +73 Vi IMproved →copy, move, paste
- 15:0715:07, 4 May 2022 diff hist −1 Vi IMproved →vim
- 15:0615:06, 4 May 2022 diff hist +108 Vi IMproved →navigating
2 May 2022
- 21:5821:58, 2 May 2022 diff hist +1,561 N 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..."
5 April 2022
- 17:2417:24, 5 April 2022 diff hist +785 Logical Volume Management No edit summary
28 March 2022
- 08:3408:34, 28 March 2022 diff hist +656 N 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..."
22 March 2022
- 23:0823:08, 22 March 2022 diff hist +1,443 N 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..." current
16 March 2022
- 12:3712:37, 16 March 2022 diff hist 0 m Vi IMproved Xbl moved page /vim to Vi IMproved without leaving a redirect
- 12:3512:35, 16 March 2022 diff hist 0 m Dynamic Window Manager Xbl moved page /dwm to Dynamic Window Manager without leaving a redirect
- 12:3512:35, 16 March 2022 diff hist 0 m Regular Expressions Xbl moved page Regex to Regular Expressions without leaving a redirect current
- 12:3312:33, 16 March 2022 diff hist +642 N 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..."
10 March 2022
- 18:3518:35, 10 March 2022 diff hist +234 Basic Commands No edit summary