Posts Tagged ‘ linux ’
After a tedious hour of research and testing (which cost me around 10 hours of “labour” work, I have finally able to incorporate rTorrent with rtGui (or any other GUI/ web that you are trying to). It was not easy to incorporate these, lots of issue keep on popping up here and there even with [ READ MORE ]
WTF?![ READ MORE ]
Whenever you delete some file in your LS-CHL or Linkstation, it will move the file to trashbox instead of deleting it. Thus preserving files if you needed to recover it in the future. But what if you want to delete it permanently? Or when your transmission (bittorrent client, which had been posted earlier on) by [ READ MORE ]
Ever wonder how on earth could you do scheduled command execution (cron) on this device? The web interface does not cover this functionality, all it does is the wake up and sleep time. To have this cron functionality, head on your terminal or command line and access your ls-chl. For those that do not know [ READ MORE ]
In this quick how-to, my primary distro would be Ubuntu, but the step is similar to any distro out there. Boot issue Slow boot? Why not try: Disable unused virtual consoles sudo gedit /etc/default/console-setup Search for ACTIVE_CONSOLES=”/dev/tty[1-6]“ and change it to ACTIVE_CONSOLES=”/dev/tty[1-2]“ sudo gedit /etc/event.d/tty3 Put a comment (#) on start on runlevel 2 and [ READ MORE ]