This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div></div> | |
<svg id="svgWrap_2" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 700 250"> | |
<g> | |
<path id="id3_2" d="M195.7 232.67h-37.1V149.7H27.76c-2.64 0-5.1-.5-7.36-1.49-2.27-.99-4.23-2.31-5.88-3.96-1.65-1.65-2.95-3.61-3.89-5.88s-1.42-4.67-1.42-7.22V29.62h36.82v82.98H158.6V29.62h37.1v203.05z"/> | |
<path id="id2_2" d="M470.69 147.71c0 8.31-1.06 16.17-3.19 23.58-2.12 7.41-5.12 14.28-8.99 20.6-3.87 6.33-8.45 11.99-13.74 16.99-5.29 5-11.07 9.28-17.35 12.81a85.146 85.146 0 0 1-20.04 8.14 83.637 83.637 0 0 1-21.67 2.83H319.3c-7.46 0-14.73-.94-21.81-2.83-7.08-1.89-13.76-4.6-20.04-8.14a88.292 88.292 0 0 1-17.35-12.81c-5.29-5-9.84-10.67-13.66-16.99-3.82-6.32-6.8-13.19-8.92-20.6-2.12-7.41-3.19-15.27-3.19-23.58v-33.13c0-12.46 2.34-23.88 7.01-34.27 4.67-10.38 10.92-19.33 18.76-26.83 7.83-7.5 16.87-13.36 27.12-17.56 10.24-4.2 20.93-6.3 32.07-6.3h66.41c7.36 0 14.58.94 21.67 2.83 7.08 1.89 13.76 4.6 20.04 8.14a88.292 88.292 0 0 1 17.35 12.81c5.29 5 9.86 10.67 13.74 16.99 3.87 6.33 6.87 13.19 8.99 20. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Locales | |
d-i debian-installer/language string en_GB:en | |
d-i debian-installer/country string ES | |
d-i debian-installer/locale string en_GB.UTF-8 | |
# Keyboard | |
d-i keyboard-configuration/xkb-keymap select es | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# chkconfig: 2345 80 05 | |
# Description: This script is responsible for taking care of configuring the Oracle Database and its associated services. | |
# | |
# processname: oracledb_ORCLCDB-19c | |
# Red Hat or SuSE config: /etc/sysconfig/oracledb_ORCLCDB-19c | |
# | |
# Set path if path not set |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SQL> select * from dba_sys_privs where grantee = 'BIBLIOFILOS_ADMIN'; | |
GRANTEE PRIVILEGE ADM COM INH | |
----------------- ---------------------------------------- --- --- --- | |
BIBLIOFILOS_ADMIN CREATE ANALYTIC VIEW NO YES NO | |
BIBLIOFILOS_ADMIN ALTER ANY CUBE BUILD PROCESS NO YES NO | |
BIBLIOFILOS_ADMIN CREATE LOCKDOWN PROFILE NO YES NO | |
BIBLIOFILOS_ADMIN EM EXPRESS CONNECT NO YES NO | |
BIBLIOFILOS_ADMIN DROP ANY SQL TRANSLATION PROFILE NO YES NO | |
BIBLIOFILOS_ADMIN UPDATE ANY CUBE DIMENSION NO YES NO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@paqueteria:~$ apt-cache showpkg openssh-client | |
Package: openssh-client | |
Versions: | |
1:8.4p1-5+deb11u1 (/var/lib/apt/lists/deb.debian.org_debian_dists_bullseye_main_binary-amd64_Packages) (/var/lib/dpkg/status) | |
Description Language: | |
File: /var/lib/apt/lists/deb.debian.org_debian_dists_bullseye_main_binary-amd64_Packages | |
MD5: 8cde3280ebad71c16b3e8c661dae6c6d | |
Description Language: en | |
File: /var/lib/apt/lists/deb.debian.org_debian_dists_bullseye_main_i18n_Translation-en | |
MD5: 8cde3280ebad71c16b3e8c661dae6c6d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@paqueteria:~$ sudo apt update && sudo apt upgrade -y | |
Get:1 https://security.debian.org/debian-security bullseye-security InRelease [48.4 kB] | |
Get:2 https://deb.debian.org/debian bullseye InRelease [116 kB] | |
Get:3 https://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] | |
Get:4 https://deb.debian.org/debian bullseye-backports InRelease [49.0 kB] | |
Get:5 https://security.debian.org/debian-security bullseye-security/main Sources [167 kB] | |
Get:6 https://security.debian.org/debian-security bullseye-security/main amd64 Packages [193 kB] | |
Get:7 https://deb.debian.org/debian bullseye/main Sources [8633 kB] | |
Get:8 https://security.debian.org/debian-security bullseye-security/main Translation-en [122 kB] | |
Get:9 https://deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@paqueteria:~$ sudo apt update && sudo apt dist-upgrade -y | |
Get:1 https://security.debian.org/debian-security bullseye-security InRelease [48.4 kB] | |
Get:2 https://deb.debian.org/debian bullseye InRelease [116 kB] | |
Get:3 https://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] | |
Get:4 https://deb.debian.org/debian bullseye-backports InRelease [49.0 kB] | |
Get:5 https://security.debian.org/debian-security bullseye-security/main Sources [167 kB] | |
Get:6 https://security.debian.org/debian-security bullseye-security/main amd64 Packages [193 kB] | |
Get:7 https://security.debian.org/debian-security bullseye-security/main Translation-en [122 kB] | |
Get:8 https://deb.debian.org/debian bullseye/main Sources [8633 kB] | |
Get:9 https://deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@paqueteria:~$ sudo apt upgrade *openssh* | |
Reading package lists... Done | |
Building dependency tree... Done | |
Reading state information... Done | |
Note, selecting 'openssh-client' for glob '*openssh*' | |
Note, selecting 'lxqt-openssh-askpass-l10n' for glob '*openssh*' | |
Note, selecting 'openssh-known-hosts' for glob '*openssh*' | |
Note, selecting 'openssh-tests' for glob '*openssh*' | |
Note, selecting 'lxqt-openssh-askpass' for glob '*openssh*' | |
Note, selecting 'libnet-openssh-parallel-perl' for glob '*openssh*' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
atlas@olympus ~/script-virtualizacion main ± lsmod | |
Module Size Used by | |
vhost_net 36864 0 | |
vhost 57344 1 vhost_net | |
vhost_iotlb 16384 1 vhost | |
tap 28672 1 vhost_net | |
tun 61440 1 vhost_net | |
xt_CHECKSUM 16384 3 | |
xt_MASQUERADE 20480 9 | |
xt_conntrack 16384 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
atlas@olympus ~ cat /proc/modules | |
xt_CHECKSUM 16384 1 - Live 0x0000000000000000 | |
xt_MASQUERADE 20480 3 - Live 0x0000000000000000 | |
xt_conntrack 16384 1 - Live 0x0000000000000000 | |
ipt_REJECT 16384 2 - Live 0x0000000000000000 | |
nf_reject_ipv4 16384 1 ipt_REJECT, Live 0x0000000000000000 | |
xt_tcpudp 20480 9 - Live 0x0000000000000000 | |
nft_compat 20480 16 - Live 0x0000000000000000 | |
nft_chain_nat 16384 2 - Live 0x0000000000000000 | |
nf_nat 57344 2 xt_MASQUERADE,nft_chain_nat, Live 0x0000000000000000 |
OlderNewer