HowTo setup Firewalld
Tags : Linux
Created 02/03-2016 by Michael Bornholdt Nielsen
Server gui on Linux

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

Tags : Linux
Created 26/02-2016 by Michael Bornholdt Nielsen
export JAVA_HOME CentOS/Fedora

[michael@jarry.dk ~]# nano /root/.bash_profile

export JAVA_HOME=/usr/java/latest

[michael@jarry.dk ~]# source /root/.bash_profile

[michael@jarry.dk ~]# nano /etc/profile.d/java_home.sh (new file)

export JAVA_HOME=/usr/java/latest

Java SE - Downloads

Created 02/04-2014 by Michael Bornholdt Nielsen
Install mysql on Fedora 17
Tags : Linux Mysql
Created 14/09-2012 by Michael Bornholdt Nielsen
Linux chkconfig Command Examples
Tags : Linux
Created 26/06-2012 by Michael Bornholdt Nielsen
ASSP on Linux

http://sourceforge.net/apps/mediawiki/assp/index.php?title=Debian

http://forums.fedoraforum.org/showthread.php?t=231314

Tags : Linux
Created 26/11-2010 by Michael Bornholdt Nielsen
Fedora Core
Tags : Linux
Created 29/10-2010 by Michael Bornholdt Nielsen
Ulimit added to start script for Domino on linux

Is to be placed in the start) section of the script

ulimit -n 20000

Domino on Unix/Linux Start Script

Tags : Linux Domino
Created 16/09-2010 by Michael Bornholdt Nielsen
first page - previous page - next page
About
This site is used as a place to dump my ideas, links and other stuff I normaly forget.

Made by Michael Bornholdt Nielsen => Jarry.dk