Category: Server
-
Glassfish 4.1 start script
GlassFish logo Ubuntu logo Installing GlassFish 4.1 on Ubuntu 14.10 (last updated 2015-02-05) This HOWTO explains one way of setting up GlassFish 4.1 under Ubuntu 14.10. Questions or suggestions for improvement can be addressed to shadowm at lyonlabs dot org. Installing GlassFish Fronting GlassFish with Apache 2.4 Setting up Database Connection Pools Installing GlassFish Download…
-
Glassfish remote deploy
replace /usr/local/glassfish4/glassfish/modules/nucleus-grizzly-all.jar ./asadmin change-admin-password ./asadmin enable-secure-admin
-
Windows – disable ipv6 and teredo
Ru this from a commandprompt: netsh int ipv6 isatap set state disabled netsh int ipv6 6to4 set state disabled netsh interface teredo set state disable
-
Split IBDATA1
Dump all databases by calling: mysqldump –extended-insert –all-databases –add-drop-database –disable-keys –flush-privileges –quick –routines –triggers > all-databases.sql Stop the MySQL server; Rename or remove (in case you’ve already backed it up) the MySQL data directory and create an empty one with the same name and permissions; Make the appropriate changes in my.cnf; innodb_file_per_table Re-initialize the database…
-
Cisco IP Phone 7941 – reset
Power Cycle the phone and clear the configuration by holding down the # key and then plugging in the phone. After all the lights cycle on the phone, release the # key and press 123456789*0# followed with the 2 key (if you are using a 79×1, 79×2, 79×5, 7970 phone, plug the phone in and…
-
Scrubbing MD (Software RAID)
cat /sys/block/md0/md/mismatch_cnt if not 0 echo repair >/sys/block/md0/md/sync_action watch cat /proc/mdstat
-
Autologin in Ubuntu
In file /etc/lightdm/lightdm.conf add following in section [SeatDefaults]: autologin-user-timeout=0 autologin-user=
-
Driver Windows 2003 Server
Load SCSI hard drive driver without floppy disk while Install windows server 2003 etc. i need to load the scsi hard driver by press F6 while installing windows server 2003, then insert the floppy disk, hand drive and the scsi driver is not included in Windows server 2003……. -_-! i dun even remember there’s a…
-
PPTP Ubuntu
PPTPServer This guide has been tested with Ubuntu 12.4.2 LTS Server. Setup PPTP Server First we need to install pptp server using apt-get # sudo apt-get install pptpd Then we need to configure the pptpd. # sudo nano /etc/pptpd.conf Add server IP and client IP at the end of the file. You can add…