Low Cost Computer Clean Up

Every day there are new viruses and malware that can infect your computer system causing disruptions in service, slow-running systems, hard drive crashes, data loss and identity theft.  I am a local company that can scan, detect, and remove computer viruses, spyware, and malware from your computer. Contact 507.460.3535 or info@tt-inc.org…

Add multimedia support centos 7

Install Handbrake, VLC and smplayer cd /tmp wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum install epel-release-latest-7.noarch.rpm yum -y install http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm yum install vlc smplayer ffmpeg HandBrake-{gui,cli} yum install libdvdcss gstreamer{,1}-plugins-ugly gstreamer-plugins-bad-nonfree gstreamer1-plugins-bad-freeworld   Install Flash Plugin for Firefox yum -y install http://linuxdownload.adobe.com/linux/x86_64/adobe-release-x86_64-1.0-1.noarch.rpm yum install flash-plugin

SSH Login Without Password

root@local-host$ ssh-keygen Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa):[Enter key] Enter passphrase (empty for no passphrase): [Press enter key] Enter same passphrase again: [Press enter key] Your identification has been saved in /root/.ssh/id_rsa. Your public key has been saved in /root/.ssh/id_rsa.pub. ssh-copy-id -i…