Monday, April 5, 2010

White Milky Discharge 5 Days Before Period Due

Montar imagenes ISO y NRG en Linux Mint

Then we will explain how to mount ISO and NRG images in linux, in this case as always I rely on linux mint, but this solution is for the vast majority of linux distros.

The first step is to create a directory "/ media" which will be where we mount our image.

sudo mkdir / media / nombredeldirectorioquequeramosponer

Mount ISO image
------------------------ After you have created the directory as discussed above, run the following if you want to more easily situate before in the directory where you have your file (*. iso). The command in this case to run is as follows:

sudo mount-t iso9960-o loop file.iso / media / nombredeldirectorioquepusimosantes

Mount Image NRG (Nero image file)
- -------------------------------------------------- -----
In this case everything is exactly the same except change the statement to be executed, which in this case would be:

mount-t iso9660-o loop, offset = 307200 archivo.nrg / media / nombredeldirectorioquepusimosantes

When mounting the image we do not see the need to record these images on storage media like DVDs or CDs, we just have to call in the application that request the image we create. This is a great need for example to test video games that you please throw with PlayOnLinux style applications and confirm that work correctly on your linux distro.




Thursday, April 1, 2010

Women Sit On A Stomach

Mostrar en Emesene lo que escuchas en Spotify

Then I'll explain how to make your Spotify having linux (through wine) you can do that in the instant messaging program Emesene we can see that is what We are currently listening. This first

we get on this page: http://github.com/pilt/spotify .

Within this page find the file "spotify.py" us downloaded or otherwise punctured in it, we will copy the source code and create a new file in your computer, calling just like "spotify.py."

This file is of English origin, so in the case of Linux in English that we must do the following mollification: Where we



"def main ():
import os, sys if you

. name! = 'posix':
sys.exit (1)

HOME_DIR = os.environ ["HOME"]
sys_user = os.environ ["USER"]
spotify_login = os.environ ["SPOTIFY_LOGIN"]
spotify_data_dir = "% s / .wine / drive_c / windows / profiles /% s" \\
" / Application Data / Spotify / Users /% s-user" \\
% (HOME_DIR, sys_user, spotify_login) "That route


replaced it with" Program Files "or the path to the folder where you would like to set your Spotify in wine, if you installed Spotify without changing routes or anything, the route I comment that will be the default you must change.

Since we only need to copy this file to the next path to the folder where the installed emesene "plugins_base / CurrentSong.

The next time you start emesene and click on the musical note icon, will appear as the selectable plugin spotify.

PD: This is for versions prior to 1.6, in that particular version is already integrated this file.