Wallpaper changer for Linux

Wallpaper changer for Linux

In Linux, setting an image as the desktop wallpaper is not a difficult task, but getting it to change automatically at a certain interval is. If you have a good collection of wallpapers and want to see them in action on your desktop, there are some nice wallpaper changer software, i’ll try to give you […]

setsid - start programs in a new shell

setsid – start programs in a new shell

As someone posted in a comment of one of my former article (nohup, bg e disown), i’ve forget a command: setsid, while talking about the possibility of detach a process from a terminal or a shell man setsid setsid – run a program in a new session The main difference i see from nohup is […]

Clock management on Linux

Clock management on Linux

The Network Time Protocol (NTP) is a protocol for synchronizing the clocks of computer systems over packet-switched, variable-latency data networks. NTP provides Coordinated Universal Time (UTC). No information about time zones or daylight saving time is transmitted; this information is outside its scope and must be obtained separately. In isolated LANs, NTP could in principle […]

Linux and Windows Integration with Virtualbox

Linux and Windows Integration with Virtualbox

Author: Mario Pesce Introduction As most people do,when I started using Linux, I created separate partitions for Linux and used Lilo or Grub to boot either into either Windows or Linux, according to the different job requirements. I normally used my laptop PC during the day in a company that used Windows applications in a […]

How to run commands in the background in Linux

How to run commands in the background in Linux

Suppose you have a long-running task (for example, compiling a large program) that you need to run, but you also want to get some other work done. Linux lets you start a task in the background and keep on doing other things from the command prompt. We will see in this article how to send […]