By editor, 16 December, 2016 Notify When SSH connection success Tags Drupal 8 Server Linux Method 1. Call Url You can use this method to call a Custom php script, Custom module, Databaselog .... for example. 1. Create a script (here, notify_login_url.sh)
By editor, 13 December, 2016 Install Solr Search API Tags Server Linux WebService Install Solr 5.4.1 on Debian Linux Step 1. Install JAVA 7 (In not already installed) sudo apt-get install openjdk-7-jdk
By editor, 25 November, 2016 IP Failover Tags Server Linux Example : on Debian / Ubuntu / Mint ... File : /etc/network/interfaces Edit interface file vim /etc/network/interfaces Add / Edit like this (Here FO ip address is 123.147.159.132)
By editor, 30 October, 2016 Install Apache 2 with SSL On Debian based Linux Tags Server Linux Install Apache following this tutorial Activate SSL Module sudo a2enmod ssl sudo service apache2 force-reload #Or sudo /etc/init.d/apache2 force-reload
By editor, 21 October, 2016 Virtualmin Tips Tags Server Linux 1. How to regain access to Webmin with IP Access Control enabled Edit : /etc/webmin/miniserv.conf Add your IP to : "allow" Example : allow=12.34.56.78 98.76.54.32
By editor, 27 August, 2016 Perl warning Setting locale failed Tags Server Shell Linux For that, regenerate locals and setup locale settings. Generate locals Ex:# locale-gen en_US.UTF-8 Or :# locale-gen fr_FR.UTF-8 An also you can use # localedef -i en_US -f UTF-8 en_US.UTF-8
By editor, 31 July, 2016 Repair grub2 EFI and BIOS mode Tags Linux To repair a broken grub boot from a linux live CD/DVD/USB. For the grub2 EFI boot from uEFI mode and BIOS for BIOS mode. Then install boot-repair tool from PPA #Add PPA sudo add-apt-repository ppa:yannubuntu/boot-repair #Update apt sudo apt-get update
By editor, 31 July, 2016 Mount a LUKS Encrypted partition on Linux boot Tags Linux 1. get THE UUID from blkid Ex /dev/mapper/encrypted-partition: UUID="d62cb037-e5ba-4f49-a92a-69705e4bae2b" TYPE="crypto_LUKS" not /dev/mapper/luks-d62cb037-e5ba-4f49-a92a-69705e4bae2b: UUID="f6d930b6-b75b-440c-9b41-67ed538bdd75" TYPE="ext4"
By editor, 27 July, 2016 fstab mount Examples Tags Server Linux Bind #Bind normal www dir and mysql dir to another directory /home/DATA/mysql/ /var/lib/mysql none bind /home/DATA/www/ /var/www none bind
By editor, 26 July, 2016 Internet access via Proxy Tags Server Linux Windows For the examples, IP = 192.168.100.100, Port=3128 Window