68%
07.04.2022
the correct kernel source, you need to make a note of your distribution and its version, as well as the kernel version:
$ cat /etc/redhat-release
CentOS Linux release 8.5.2111
$ uname -r
4.18.0-348.7.1.el8_5.x
68%
27.05.2025
_requirements_on_remove=True
best=True
skip_if_unavailable=True
[AIX_Toolbox]
name=AIX generic repository
baseurl=https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/
enabled=1
gpgcheck=0
[AIX
68%
17.02.2015
.raystedman.net
* updates: mirror.thelinuxfix.com
No package http available.
Error: Nothing to do
[root@kickstart ~]# yum install httpd
Loaded plugins: fastestmirror
~...
Verifying : apr-util-1.5.2-6.el7.x86
68%
09.01.2013
nebulae. Stable version 4.0, published in May 2013, was named "Eagle" – after the Eagle Nebula (a star cluster discovered in the mid-18th century that is about 7,000 light years from Earth). Compared ... 18
68%
26.01.2025
includes:
unqualified-search-registries = ["registry.opensuse.org", "registry.suse.com", "docker.io"]
This sequence implies Podman first searches registry.opensuse.org, followed by registry.suse.com
68%
28.07.2025
=> '/files/etc/ssh/sshd_config',
15 changes => [
16 'set Protocol 2',
17 ],
18 notify => Service['ssh'],
19 onlyif => 'get Protocol != "2"',
20 require => Package
67%
16.05.2013
http://www.scilab-enterprises.com/
Xcos
http://www.scilab.org/scilab/features/xcos
GUI API
http://www.scilab.org/scilab/features/scilab/application_development
ATOMS
67%
12.09.2013
$st2->execute($dbh->{pg_pid});
16 if( !$st2->fetchrow_arrayref->[0] ) {
17 warn "couldn't stop backend PID=$dbh->{pg_pid}\n";
18 }
19 exit 1;
20 }
21
22 POSIX::sigaction(SIGTERM, POSIX
67%
20.06.2022
_DB_PASSWORD=SOME_DB_PASSWORD
15 command: ["start-dev"]
16
17 postgres:
18 container_name: postgres
19 image: postgres:14
20 environment:
21 - POSTGRES_PASSWORD=SOME_DB_PASSWORD
22
67%
30.11.2025
# Push original mail into storage directory
17 mv storage/$i storage/$pref.$i
18 done
The directory name also contains the creation date, which is useful if you are viewing the data manually