This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install gnome-color-chooser | |
Specific -> Tooltips |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gnome-desktop-item-edit --create-new ~/Desktop | |
gedit XAMPP.desktop | |
[Desktop Entry] | |
Name=XAMPP | |
Comment=Manage XAMPP | |
Exec=gksudo /opt/lampp/manager-linux-x64.run | |
Icon=/opt/lampp/htdocs/favicon.ico | |
Type=Application | |
Terminal=false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pridanie c:\inetpub\wwwroot\tk\manager\style.css a zadefinovanie CSS stylov: | |
/*background-colors*/ | |
.bgColor, .bunkah { background-color: #0080FF; } | |
.bgColorGray80 { background-color: #CCC; } | |
.bgColorWhite { background-color: #FFF; } | |
/*colors*/ | |
.colorWhite { color: #FFF; } | |
.colorYellow { color: #FFFF00; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if you have 64bit linux mint, you need 64bit live cd | |
sudo mount /dev/sdXY /mnt | |
sudo mount --bind /dev /mnt/dev && | |
sudo mount --bind /dev/pts /mnt/dev/pts && | |
sudo mount --bind /proc /mnt/proc && | |
sudo mount --bind /sys /mnt/sys | |
sudo chroot /mnt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo gedit /etc/hosts | |
sudo gedit /opt/lampp/etc/httpd.conf | |
sudo gedit /opt/lampp/etc/extra/httpd-vhosts.conf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
you can use keytool to delete expired certificates in Glassfish 3.1.2. | |
glassfish3\jdk\bin>keytool | |
keytool -delete -alias gtecybertrust5ca -keystore d:\glassfish3\glassfish\domains\domain1\config\cacerts.jks -storepass changeit | |
keytool -delete -alias gtecybertrust5ca -keystore d:\glassfish3\glassfish\lib\templates\cacerts.jks -storepass changeit |
NewerOlder