by DATUREX GmbH | Mar 25, 2015 | Oracle
Export #!/bin/bash $username= $password= $exportfile= $exportlog= $DBNAME= mknod pipe p cat pipe |gzip -c >$exportfile & exp $username/$password@$DBNAME file=pipe DIRECT=Y...
by DATUREX GmbH | Mar 22, 2015 | Green IT, Windows
If you have the problem that your devices (PC, notebook) with Windows wake up at night, then you either have a cat or it is the automatic maintenance mode of Windows. However, there may also be other programs that want to do something at night to keep the...
by DATUREX GmbH | Dec 20, 2014 | Linux, SSH
1. open a terminal and enter: on ubuntu 12.04: sudo add-apt-repository ppa:freenx-team/ppa on ubuntu 14.04: sudo add-apt-repository ppa:freenx-team/trusty sudo apt-get update sudo apt-get install freenx-server sudo dpkg-reconfigure freenx-server Troubleshooting on...
by DATUREX GmbH | Dec 20, 2014 | Linux, SSH
1. install the Ubuntu Desktop environment and a RDP Server: sudo apt-get install ubuntu-desktop xrdp 2. create a new user and add grant sudo rights: sudo adduser USERNAME sudo adduser USERNAME sudo 3. set users xsession configuration: sudo su USERNAME...
by DATUREX GmbH | Dec 20, 2014 | Linux
Recent Comments