#! KRNLPANIC <?

Menu

Skip to content
  • Home
  • Linux
  • Windows
  • Networking
  • GameServers
  • Hardware
  • status
  • SrvStatus

Creating own systemd unit

11 September 2017, 9:09 am

Create a unit file in the /etc/systemd/system/

touch /etc/systemd/system/name.service
chmod 664 /etc/systemd/system/name.service
vim /etc/systemd/system/name.service

[Unit]
Description=service_description
After=network.target
[Service]
ExecStart=path_to_executable
Type=forking
PIDFile=path_to_pidfile

[Install]
WantedBy=default.target

Continue reading ‘Creating own systemd unit’ »

Filed under Linux

Dante – socks server

11 September 2017, 8:41 am

1.Download
2.compile
3.config
4.Run

1. wget ftp://ftp.inet.no/pub/socks/dante-1.4.2.tar.gz

2. yum install gcc (kenel headers & etc)
2.1 tar zxvf dante-1.4.2.tar.gz
cd dante-1.4.2
./configure
make && make install

Continue reading ‘Dante – socks server’ »

Filed under Linux | Tagged proxy

Software Raid,basics and how to.

28 August 2017, 3:38 pm

1. Create
1.1 Levels
2. Monitor
2.1 Follow
3. Build Manage
4. Grow
5. hints

Continue reading ‘Software Raid,basics and how to.’ »

Filed under Linux

Ftp server

26 August 2017, 11:43 am
Filed under TBA

File server – NFS

26 August 2017, 11:42 am

Needed packages nfs-utils nfs-utils-lib
Important files /etc/exports ; /etc/fstab

tba

Filed under Linux

Post navigation

« Older Entries
Newer Entries »
You Can mail me at : dimo@d1m0.com