Root SFTP Remote Login
sudo nano /etc/ssh/sshd_config restart the ssh service:
sudo nano /etc/ssh/sshd_config restart the ssh service:
To access the UPnP page that Verizon has hidden go to; [router ip]/index.cgi?active%5fpage=900
When screen sharing to Linux from a Mac – “The software on the remote computer appears to be incompatible with this version of Screen Sharing.” On Linux; On RaspberryPi; If you need to monitor the logs for vncserver, you can …
http://linux.die.net/man/1/afp_client apt-get install afpfs-ng Make a dir to attach the mount point to mkdir /mnt/DIR_NAME Mount the shared volume afp_client mount -u USER -p PASS SERVER:VOLUME /mnt/DIR_NAME/
List all the disks to get the SD Card path diskutil list Unmount the disk diskutil unmountDisk /dev/disk Duplicate image file to SD Card sudo dd bs=1m of=/dev/rdiskX if= Options Get block size of disk Skip errors and sync drives
Open the command-line mysql client on the server using the root account. mysql -u root Then you will want to run the following two commands, to see what the root user host is set to already: Here’s an example of …