Posts tagged as:

linux distro

A remote Linux / UNIX server can be rebooted using following methods:
A) Login to remote server using ssh as root user and use any one of the following syntax:
ssh root@remote-server-ip
OR
ssh root@remote-server-name
When prompted for password please supply remote server root password.
B) Type reboot command as follows:
reboot
You can also save time using the following [...]

{ 8 comments }

Linux includes xine, totem or other DVD/movie player softwares. However when it comes to encrypted DVDs most of the DVD player software under Linux generate error:
libdvdread: Encrypted DVD support unavailable.
Many DVDs use css for encryption. To play these discs, a special library is needed to decode them, libdvdcss. Due to legal problems, [...]

{ 14 comments }