#> mv ~/.bitcoin /mnt/otherdrive
#> ln -s /mnt/otherdrive/.bitcoin ~
#> ln -s /mnt/otherdrive/.bitcoin ~
Discover and enjoy a wide range of IT solutions designed to make your digital experience smoother, faster, and more efficient. From software tips to troubleshooting guides, find everything you need in a place. Stay updated, stay secure, and enhance your tech skills with reliable, user-friendly information and resources.
sudo vim /Applications/XAMPP/xamppfiles/mysql/scripts/ctl.shOn line #59, delete this:
/Applications/XAMPP/xamppfiles/xampp startmysql > /dev/null &and put this
/Applications/XAMPP/xamppfiles/bin/mysql.server start > /dev/null &(save the file: ESC :wq!)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRUIn right-side pane, you'll see various String values with the name a, b, c, etc and their value will be set to the command which you entered in RUN dialog box:
cp /etc/postfix/main.cf /etc/postfix/main_orig.cfthen edit it -
sudo vi /etc/postfix/main.cfand set
relayhost = [smtp.theserver.edu]you may be tempted to edit myhostname, or mydomain but just leave them commented out.
cp /Applications/XAMPP/etc/php.ini /Applications/XAMPP/etc/php_orig.inithen edit it -
sudo vi /Applications/XAMPP/etc/php.inisearch for SMTP, it may be commented out, but change it to this -
SMTP=localhostuncomment
smtp_port=25then change
sendmail_path = /usr/sbin/sendmail -t -isave the file