How to setup your own package repository
Creating and Using your own Repository
Creating local yum repo mirrors
Creating a YUM EPEL Repository
Setting up a local RPM repository for change management control
Centos 6.5 – Create a YUM repository for your private network
Create a self-signed SSL Certificate with OpenSSL
openssl genrsa -out key.pem 2048 openssl req -new -key key.pem -out csr.pem openssl req -x509 -days 365 -key key.pem -in csr.pem -out certificate.pem
How to Install PHP 7 with Apache and MariaDB on CentOS 7/Debian 8
how to compile php7 on fedora 23 with fpm enabled
[mni@localhost ~] sudo dnf install gcc libxml2-devel pkgconfig openssl-devel [mni@localhost ~] sudo dnf install bzip2-devel libpng-devel libpng-devel [mni@localhost ~] sudo dnf install libjpeg-devel libXpm-devel freetype-devel [mni@localhost ~] sudo dnf install gmp-devel libmcrypt-devel mariadb-devel [mni@localhost ~] sudo dnf install aspell-devel recode-devel httpd-devel [mni@localhost ~] sudo dnf install bison [mni@localhost ~] sudo dnf install re2c [mni@localhost ~] sudo dnf install autoconf [mni@localhost ~] sudo dnf install libcurl-devel [mni@localhost ~] sudo mkdir /opt/php7 [mni@localhost ~] sudo wget http://se2.php.net/distributions/php-7.0.3.tar.gz [mni@localhost ~] sudo tar xzf php-7.0.3.tar.gz -C /opt/php7 [mni@localhost ~] sudo cd /opt/php7/php-7.0.3 [mni@localhost ~] sudo ./buildconf --force
[mni@localhost ~] ./configure --prefix=/opt/php7/usr --with-config-file-path=/opt/php7/usr/etc --enable-mbstring --enable-zip --enable-bcmath --enable-pcntl --enable-ftp --enable-exif --enable-calendar --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-wddx --with-curl --with-mcrypt --with-iconv --with-gmp --with-pspell --with-gd --with-jpeg-dir=/usr --with-png-dir=/usr --with-zlib-dir=/usr --with-xpm-dir=/usr --with-freetype-dir=/usr --enable-gd-native-ttf --enable-gd-jis-conv --with-openssl --with-pdo-mysql=/usr --with-gettext=/usr --with-zlib=/usr --with-bz2=/usr --with-recode=/usr --with-mysqli=/usr/bin/mysql_config --with-apxs2
[mni@localhost ~] sudo make [mni@localhost ~] sudo make install [mni@localhost ~] sudo cp /opt/php7/php-7.0.3/php.ini-development /opt/php7/usr/etc/php.ini
yum groups install "Server with GUI"
eller
Svarende til
init 3: multi-user.target
Opret et link:
ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
Svarende til
init 5: graphical.target
Opret et link:
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
Java Platform, Enterprise Edition: The Java EE 7 Tutorial > Using the Timer Service
How to set timer values in EJB scheduling? [http://stackoverflow.com/]
EJB3.1 TimerService in JBoss AS 6.0.0.M4
RESTful Timers in JavaEE - DZone Java
GitHub.com -> restful-ejb-timers
Java EE: How to Make Use of Design Pattern Timer Service
Task Scheduling in Java EE 6 on GlassFish using the Timer Service
-b filename - Block special file
-c filename - Special character file
-d directoryname - Check for directory existence
-e filename - Check for file existence, regardless of type (node, directory, socket, etc.)
-f filename - Check for regular file existence not a directory
-G filename - Check if file exists and is owned by effective group ID.
-g filename - true if file exists and is set-group-id.
-k filename - Sticky bit
-L filename - Symbolic link
-O filename - True if file exists and is owned by the effective user id.
-r filename - Check if file is a readable
-S filename - Check if file is socket
-s filename - Check if file is nonzero size
-u filename - Check if file set-user-id bit is set
-w filename - Check if file is writable
-x filename - Check if file is executable