Hello,
I have Logitech USB headphones installed. XP picked them up when I plugged them in. I can hear the windows sounds. I can not hear on-line (streaming) music. What are some things to check?
Print Screen (Windows, Mac OS X and Unix/Linux) ShowHow to make a Print Screen (Windows, Mac OS X and Unix/Linux)
What is a Print Screen?
How to make a Print Screen (Windows)
How to make a Print Screen (Mac OS X)
How to make a Print Screen (Unix/Linux)
Screen Capture Softwares
What is a...
How to read a file line by line ShowHow to read a file line by line
Intro
Tips
Bonus
Intro
One of the most common errors of learning scripts bash on GNU / Linux is to read a file line by line, is to use a loop "for" (for line in $ (cat file.txt) do. ..), which in this...
Start/stop a service using command line ShowStart/stop a service using command line
The netsh tool (netsh.exe) can automate the startup or shutdown of a service through the following command line:
To start a service:
Net start name_of_service
To stop a service:...
Download DJ Mix Lite ShowDescription:
DJ Mix Lite is a nice software to mix music.
Features:
It plays songs in several file formats such as wav, mp3 or ogg as a real DJ!
Advantages:
You can easily install all your music files in the formats listed and be surprised of...
Linux - User management ShowFirst step for the administrator
When several people have access to a system, the administrator must manage the users. To do so, he must know the common commands and files to be configured.
The important files are:
the /etc/passwd file
the...
Linux - The shell ShowIntroduction to the shell
The command interpreter is the interface between the user and the operating system, hence the name "shell".
The shell therefore acts as an intermediary between the operating system and the user thanks to command lines...
Linux - The Vi editor ShowIntroduction to Vi
Despite its very limited ergonomics, Vi i is one of the most popular text editors texte under Unix type systems (with Emacs and pico). Under Linux, there is a free version of Vi called Vim (Vi Improved). Vi (pronounced vee-eye)...