By admin525
on Wednesday, April 18th, 2018 in Blog.
No Comments
If you have an SSD and a HDD why not install Windows only onto the SSD and everything else onto the HDD? Makes backing up easier! Read on to find out how.
By admin525
on Wednesday, April 18th, 2018 in Blog.
No Comments
Linux Notes Networking IP address Show the IP address: /sbin/ifconfig Configure the IP address: sudo /sbin/ifconfig eth0 192.168.0.110 set IP address sudo /sbin/ifconfig eth0:1 192.168.0.111 second IP address (virtual) Stopping and starting networking services: (log in as root) sudo /etc/init.d/networking stop start restart