HOW-TO: Copy files from network
then!
often happens that we need to send information from one PC to another, but for reasons they are, the solutions "conventional" we do not solve the problem. Suppose we want to send the entire contents of a hard drive or just want to send "information release" for communication between programs, but do not want to be reading files in shared folders, or want to make a communication program ...
Well, we can use sockets to send this information. In Linux, we have the tool "nc" (there is plenty of information on the Internet) is nc tool that will allow us to create sockets for everything that comes to mind.
Let's review the concept of socket. Socket is a communication method by which two entities communicate, which can acquire the role of client or server.
Make a socket is very easy, in a "customer" write ip 192.168.1.10:
nc-l-p 6000
In a "server" write: nc 192.168.1.10 6000
Observe that everything you write on the server appears in the client console. In this case, client and server can be two consoles on the same computer. Press Ctrl + c to end the session. Look
"man nc" to see what each parameter. Now let's send a file:
PC (or console) Receiver: nc-l 6000 6000
Observe that although the file was received, the connection does not close until you hit control + c in the issuer (if we do it in the receiver may not receive all the information) that also sets the transmission is closed if the client hit control + c, we must remember those things.
Now suppose we have a large file and we are so clever they decided to send it compressed, but it is so great that can not be compressed without filling up the remainder of the disc. Well, we can compress the fly
192.168.1.10 PC Receiver: nc-l 6000 compress the file but not store it in local disk, but it sends it to standard output (Parameter "f -") There is addressed to and sent to 192.168.1.10 nc
Meanwhile, the receiver directs all that reaches across the network to the standard output and there is directed to tar to be unpacked in the same place.
benefits are obviously the better use of bandwidth and that the information is compressed.
observed that the transmission does not close until the issuer press control + c on your console.
power Imagine this: you can do, communication scripts, backups on the fly communication protocols and everything you can think of. Let
partridge rolling over and giving another turn of thread. Let's make a program of communication theory.
PC 1: 192.168.1.10
In a console 1:
nc-l-u-p 6000
In another console 2: nc-u
192.168.1.11-p 7000
PC 2: 192.168.1.11
In a console 1:
nc-l-u-p 7000
In another console 2: nc-u
6000 192.168.1.10
There it is: everything write to the console 2 will be sent to the console 1 from the other team, and all that another computer on your console type 2 will be sent to the console 1 from ours.
Observe the "-u". This means that using the protocol "UDP" (send unacknowledged) ie if the other press control + c on your console, do not break our console, in fact, do not know if it's there.
Henceforth, all yours, all you can think of.
Linux power!
Tuesday, December 16, 2008
Friday, December 5, 2008
Portable Mba Marketing
Repair: Recover Root Password
And again. It is known that there are people who, after installing ubuntu, is "forgotten" root password and can not access the system.
1-Start with the LiveCD
2-Open a console
3-Mount the main unit of your Linux (
here
see Section 2)
In our case, / dev/sda5 is the main unit: sudo mount / dev/sda5
4 - Make a chroot in / mnt
sudo chroot / mnt
5 - change the password as if such a thing
Passwd
6 - Finish and restart your computer.
exit sudo reboot Enjoy
;
And again. It is known that there are people who, after installing ubuntu, is "forgotten" root password and can not access the system.
GNU / Linux is a very secure system for networking, but unlike other systems, assumes that you are intelligent and not completely protected from certain actions on the physical computer. Today we operate one of these back doors that Linux has to change the root password.
just need a LiveCD of Ubuntu. Well, the pit: 1-Start with the LiveCD
2-Open a console
3-Mount the main unit of your Linux (
here
see Section 2)
In our case, / dev/sda5 is the main unit: sudo mount / dev/sda5
4 - Make a chroot in / mnt
sudo chroot / mnt
5 - change the password as if such a thing
Passwd
6 - Finish and restart your computer.
exit sudo reboot Enjoy
;
Thursday, December 4, 2008
Coby Tf-dvd1023 10.2-inch Widescreen
Repair: Lost Grub after installing Windows
are many users who migrate from Windows to Linux platform, and Ubuntu mostly. Have long helped in ubuntu-es.org and to the huge amount of times I've had to repeat this, I decided to create an entry just for this. Yes, here I will explain in chapter and verse.
Solution: Reinstalling Grub in the MBR of the hard disk.
need: A Live CD of Ubuntu.
1 - Introduce the Ubuntu LiveCD in the drive, turn on your machine and boot from the LiveCD, let it all flow quietly until you see the classic desktop of a pristine Ubuntu.
2 - Open a console
Theory:
Before typing anything on the console as an organization must understand GNU / Linux drives and partitions.
Well how do we know which device is our record of ubuntu? Easy, the first of which is Linux file system. In this case it is / dev/sda5. In yours will be 1 or 2 or 3, it depends.
In console write: sudo mount / dev/sda5 / mnt (do not return anything)
4 - Restoring Grub
In the same console type: sudo grub-install - root-directory = / mnt / dev / sda
And everything ready, no more history, restart your computer and enjoy GNU !
are many users who migrate from Windows to Linux platform, and Ubuntu mostly. Have long helped in ubuntu-es.org and to the huge amount of times I've had to repeat this, I decided to create an entry just for this. Yes, here I will explain in chapter and verse.
The problem: We had ubuntu installed and then (either repair or planning) install Windows. It happens that Windows is very accustomed to camp alone for a hard drive, even more for your MBR, and inevitably tramples every time a facility is walking by those dollars. Things in life.
What has happened to our Ubuntu (or GNU / Linux)? Well do not be scared, because nothing happened at all, is still intact (wherever you are ...) Solution: Reinstalling Grub in the MBR of the hard disk.
need: A Live CD of Ubuntu.
1 - Introduce the Ubuntu LiveCD in the drive, turn on your machine and boot from the LiveCD, let it all flow quietly until you see the classic desktop of a pristine Ubuntu.
2 - Open a console
Theory:
Before typing anything on the console as an organization must understand GNU / Linux drives and partitions.
Write in console: sudo fdisk-l You should have something like this: (quietly, in your machine will have two or three lines, alo most)
Each unit that detects USB or SATA, is released into the devices directory "/ dev". Under the name "sd" + a letter. The letter corresponds to the number of unity, "a" for the first, "b" for the second ... etc.
addition, the above is assigned a number for each partition detected in the unit, so that the first partition on the disk will be "sda1" The second partition of first disk will be 2 (sda2) the second partition second disk will be "sdb2." I guess you imagine where the shots go.
And all these units are located files in / dev. "
3 - Identify where you installed Ubuntu:
Well how do we know which device is our record of ubuntu? Easy, the first of which is Linux file system. In this case it is / dev/sda5. In yours will be 1 or 2 or 3, it depends.
In console write: sudo mount / dev/sda5 / mnt (do not return anything) 4 - Restoring Grub
In the same console type: sudo grub-install - root-directory = / mnt / dev / sda
And everything ready, no more history, restart your computer and enjoy GNU !
Friday, November 28, 2008
Celestron 44302 Microscope Linux
Advanced Scripts: A script to handle iptables
And again, we have returned. This time, I will show a script to handle basic functions IPTABLES. The purpose of this script, apart from managing IPTABLES, is to teach its use, since every time we use it, make a translation of what we write what he does iptables, so that gradually we will be staying with us IPTABLES operation.
Script:
# / bin / bash # #################
ITB # #######
And again, we have returned. This time, I will show a script to handle basic functions IPTABLES. The purpose of this script, apart from managing IPTABLES, is to teach its use, since every time we use it, make a translation of what we write what he does iptables, so that gradually we will be staying with us IPTABLES operation.
can also be used to learn to make scripts console, since it appears virtually all console commands.
Although of course, also be used to not having to learn IPTABLES;) Script:
# / bin / bash # #################
ITB # #######
Script version 2.5 # # ######################## Daniel Perella
complete_rule = iptables
part_rule =
_aplicar
function {
echo-e "$ part_rule Apply to $ complete_rule? (s / n)" read a
if [[$ a = "s"]]
Then
complete_rule = $ (echo $ Complete_rule $ part_rule) echo
rule: $ complete_rule
else echo
rule: $ complete_rule
fi} function
assistant # wizard: Run a guided wizard to add a rule
{echo "add or remove standard?"
echo "add Read
ac $ ac
echo "Address: source $ A = "add"]]
Then run
else echo-e "you want to delete this rule? (S / n)? \\ C" read bbb
if [[$ bbb = "s"]]
Then run
else echo "Deleted"
fi fi
else echo "Use the help to see what properties"
echo "is available"
echo "" fi
} function add # add [ INPUT _aplicar
}
function remove # remove [INPUT
} function
reject # reject: Reject the rule applies to packets
{echo "-j REJECT"
part_rule = "-j REJECT"}
_aplicar
function ignore # ignore: Apply the rule to DROP packages
{
echo "-j DROP"
part_rule = "-j DROP"
_aplicar
}
function interface # interface [ethn] Defines the interface for standard
{
echo "-i $ 1"
part_rule = " -i $ 1 "}
_aplicar
function number # number [n]: Sets the standard number (useful to clear)
{echo"-I $ 1 "
part_rule ="-I $ 1 "
_aplicar
}
function source # source [IP or HOST]: Defines the source of the package to the standard
{
echo "-s $ 1"
part_rule = "-s $ 1"
_aplicar
}
function target # target [IP or HOST] defines the fate of pquete of standard
{
echo "-d $ 1"
part_rule = "-d $ 1"
_aplicar
}
function rules # rules: For a list of existing rules
{
echo "standard that is being edited"
complete_rule
echo $ echo "Last hand applied or not the standard" part_rule
echo $ echo "" echo
"
i = $ (whoami)
if [[$ i! = "Root"]]
Then
echo "You are not root, you can not do iptables"
else iptables-n-L
fi} function
new # new: Start make a new rule
{
complete_rule = "iptables"
part_rule = ""
echo "New standard launched"
} function run # run: Apply the standard
{echo "Applying standard: $ complete_rule" $
complete_rule echo "Done"
} function save # save file dump
standards
{echo "Save file rules"
if test-n $ 1
Then
nom = $ 1
else
echo-e "file name) \\ c"
read nom
fi
iptables-save> $ nom
echo "Saved about $ nom"
}
function load # load reads a file standards and applies
{
echo "Load rules IPTABLES"
if test-n $ 1
Then
nom = $ 1
else
echo-e "file name) \\ c"
read nom
fi
cat $ nom run
new
done;
}
function flush # flush [INPUT case $ 1 in
- Direct We can use the "wizard" and when we will gather them ease testing the features loose.
If you have doubts, you know where we are! Lucky
Thursday, November 13, 2008
15 White Portable Digital Tv
basically HOW TO: Incompatibility Hotmail Live, Office Live, .. Ubuntu + Firefox (Updated)
Problem Like many Ubuntu users have noticed, whenever we try to access any of the services Live! Microsoft from Firefox with Ubuntu, we find ourselves with messages like:
OFFICE LIVE (
http://www.officelive.com
):
Hotmail (http://www.hotmail.com
):
At that time the alarms are activated and owners think ... Will it be Microsoft may have used proprietary technology is done for their websites, thus leaving aside the linux users?
The answer, in particular if, and partly not. To use "Office Live" to complete if you need to install certain programs (plugins) only for Windows, without which the use of Office Live is limited to reading documents. As the initial excitement of not having to use Windows or Office through Wine, to edit word documents, excel, etc. .. was dispelled very quickly. And also as annotation to the reader, we all know that OpenOffice can read Word documents, Excel, etc. .. but most of the time the documents are not 100% adapted faithful to the original For
as "Office Live"
encandaloso is the most I've ever seen since opening
original documents in Microsoft's new Web site, these are shown
worse than OpenOffice. Reviews
apart to get to see documents and / or view our Hotmail, we need a preliminary step, fool
portals Office Live Hotmail and making them think we navigate in Firefox (but from Windows).
I will ignore the issue of how sad it is for a company like Microsoft to systematically block Linux users, simply by using that operating system, as fully functional portals are simply changing the user agent
The Solution To navigate as if we were using the Windows operating system (any version is worth us) we use a simple tool called
UserAgentSwitcher
with which we do believe the browser in a matter of seconds we are sailing with different operating systems and browsers, with a gesture as simple as you see in the image.
By default this tool comes with the options Internet Explorer 7, Netscape 4.8, Opera 9.25 (Windows Vista), but the most interesting for us is Firefox for Windows, because we want to Hotmail, continue to charge its interface to the browser Mozilla, but skip the tiresome message and making sure maximum compatibility with your browser like in Windows.
install the firefox extension available here
. Open
extension options and click on "User Agents -> Import" (You can make a backup of existing clicking Export ")
Now you only have to import the following xml file:
Firefox_Win32_UserAgent
finished! should already be in your list of user agents, the version: "Firefox (Windows XP)"
Now you can enter your Hotmail and Office Live, activeis previously provided with the UserAgentSwitcher, version of "Firefox (Windows XP)."
Enjoy.
Correction:
from Redmond seem to have become aware of the magnitude and significant market share they can gain by offering this version of Office Live for all platforms, announcing that
end of this year will be available for Windows, Linux and Mac
(The ability to manage Office documents on any platform ensures that Linux users will rely less and less the operating system from Redmond, is great news for the Linux world)
Source: The Inquirer
Problem Like many Ubuntu users have noticed, whenever we try to access any of the services Live! Microsoft from Firefox with Ubuntu, we find ourselves with messages like:
OFFICE LIVE (
http://www.officelive.com
):
Hotmail (http://www.hotmail.com
):
At that time the alarms are activated and owners think ... Will it be Microsoft may have used proprietary technology is done for their websites, thus leaving aside the linux users?
The answer, in particular if, and partly not. To use "Office Live" to complete if you need to install certain programs (plugins) only for Windows, without which the use of Office Live is limited to reading documents. As the initial excitement of not having to use Windows or Office through Wine, to edit word documents, excel, etc. .. was dispelled very quickly. And also as annotation to the reader, we all know that OpenOffice can read Word documents, Excel, etc. .. but most of the time the documents are not 100% adapted faithful to the original For
as "Office Live"
encandaloso is the most I've ever seen since opening
original documents in Microsoft's new Web site, these are shown
worse than OpenOffice. Reviews
apart to get to see documents and / or view our Hotmail, we need a preliminary step, fool
portals Office Live Hotmail and making them think we navigate in Firefox (but from Windows).
I will ignore the issue of how sad it is for a company like Microsoft to systematically block Linux users, simply by using that operating system, as fully functional portals are simply changing the user agent
The Solution To navigate as if we were using the Windows operating system (any version is worth us) we use a simple tool called
UserAgentSwitcher
with which we do believe the browser in a matter of seconds we are sailing with different operating systems and browsers, with a gesture as simple as you see in the image.
By default this tool comes with the options Internet Explorer 7, Netscape 4.8, Opera 9.25 (Windows Vista), but the most interesting for us is Firefox for Windows, because we want to Hotmail, continue to charge its interface to the browser Mozilla, but skip the tiresome message and making sure maximum compatibility with your browser like in Windows.
install the firefox extension available here
. Open
extension options and click on "User Agents -> Import" (You can make a backup of existing clicking Export ")
Now you only have to import the following xml file:
Firefox_Win32_UserAgent
finished! should already be in your list of user agents, the version: "Firefox (Windows XP)"
Now you can enter your Hotmail and Office Live, activeis previously provided with the UserAgentSwitcher, version of "Firefox (Windows XP)."
Enjoy.
Correction:
from Redmond seem to have become aware of the magnitude and significant market share they can gain by offering this version of Office Live for all platforms, announcing that
end of this year will be available for Windows, Linux and Mac
(The ability to manage Office documents on any platform ensures that Linux users will rely less and less the operating system from Redmond, is great news for the Linux world)
Source: The Inquirer
Wednesday, November 12, 2008
Digital Microscope Linux
installation script for our Distribution
That part of the Ubuntu Linux team was working on a Ubuntu metadistribution is nothing new.
Well, we have gone a step further. Has been established distribution facilities. I know we are far from having its own distribution, but is walking and walking, albeit slowly, always shortens the road.
I will remember a post we did on how to make your own distribution of Ubuntu for Netbooks, now I'll show you how to make an installer for it.
need (entering in the field) two scripts. The first, generate an image of the distribution you are running, the second will be included in the Ubuntu installation CD Mini.
Script Generation:
# / bin / bash
me = $ (whoami)
echo "Loading ...." Listing Packages
dpkg-query-W-f = '$ {Package} \\ n'> packages.txt
echo "List of packages received"
echo "Loading User Settings"
cd / home / I
$ cp / etc / apt / sources.list.
tar-cvvf
installer / home.tar. - Exclude = installer - exclude =. ssh - exclude =*. mozilla - exclude =. aptitude
This script gets the list of installed packages and configuration files from home current user. The three files it generates (home.tar, packages.txt and sources.list) will have to put them on the same path of the installer, the installation CD.
Installation Script:
# / bin / bash me = $ (whoami)
if [[$ me = "root"]]
Then
echo "Checking Package List"
echo "List of packages found, starting the installation ..."
packages.txt cat - Assume-yes install $ package
done echo "Installed Packages Beginning User settings"
echo "Type a user name in lowercase letters and without accents:"
echo-e "Name User: \\ c "read user
adduser $ user $ user adduser admin
tar-xvvf
chown-R $ user. $ user / home / $ user
else echo "You are not root, do nothing" fi
That part of the Ubuntu Linux team was working on a Ubuntu metadistribution is nothing new.
Well, we have gone a step further. Has been established distribution facilities. I know we are far from having its own distribution, but is walking and walking, albeit slowly, always shortens the road.
I will remember a post we did on how to make your own distribution of Ubuntu for Netbooks, now I'll show you how to make an installer for it.
need (entering in the field) two scripts. The first, generate an image of the distribution you are running, the second will be included in the Ubuntu installation CD Mini.
Script Generation:
# / bin / bash
me = $ (whoami)
echo "Loading ...." Listing Packages
dpkg-query-W-f = '$ {Package} \\ n'> packages.txt
echo "List of packages received"
echo "Loading User Settings"
cd / home / I
$ cp / etc / apt / sources.list.
tar-cvvf
installer / home.tar. - Exclude = installer - exclude =. ssh - exclude =*. mozilla - exclude =. aptitude
This script gets the list of installed packages and configuration files from home current user. The three files it generates (home.tar, packages.txt and sources.list) will have to put them on the same path of the installer, the installation CD.
Installation Script:
# / bin / bash me = $ (whoami)
if [[$ me = "root"]]
Then
echo "Checking Package List"
if test-e packages.txt
Then echo "List of packages found, starting the installation ..."
packages.txt cat - Assume-yes install $ package
done echo "Installed Packages Beginning User settings"
echo "Type a user name in lowercase letters and without accents:"
echo-e "Name User: \\ c "read user adduser $ user $ user adduser admin
tar-xvvf
home.tar-C / home / $ usercp / home / $ user / sources.list / etc / apt / sources.list
chown-R $ user. $ user / home / $ user
else echo "You are not root, do nothing" fi
And that's all. That is, for now, you have to do is download the ubuntu mini, install and run the script "install.sh" I leave for another entry as do the installation CD. Take care!
Tuesday, November 4, 2008
Pink Lcd Tv Dvd Combi
Review: Ubuntu Linux, the daily or future
Today we will make a separate entry. Not that we lack technical inputs, is that sometimes, I also like to reflect on what we do. Doing a little memory, I can easily remember the first time I heard of Ubuntu. Back then I was a student and was not even in the computer industry was in 2004. A friend brought me some CD's in a cardboard envelope and told me it was a new distribution of Linux that had just left.
not is curious that this, until recently was the opposite. Linux was a program used by the hackers to steal information, to anyone who will speak of this operating system is a smile paternal and patronizing in his face and went without interest to give him explanations. But look, we are increasingly, and now users are smiling every time you log in, make it more securely, without having to buy a new computer every two years or pay software licensing.
From this point of view, it has improved the lives of many people. What was unthinkable a few years ago, today can be a reality. For example, here in the laboratory of Ubuntu Linux to the Fund, as in many others, are conceived ideas for this to be a reality. Installing Linux on older machines, or customize an operating system to make it an OS virtually on demand are some of the examples we already have, others to come, such as installing a desktop free of Darwin (the OS X distribution that leads to below)
But it can not be good and there are always people trying to make him famous, something profitable.
Currently, companies are turning to open source and all (those who want to use the good publicity) take out products based on open source solutions. Strive to offer additional services to capitalize on a fenónemo coming back but now it has become fashionable.
Much has been said about the contribution of open source Ubuntu and Linux in general phenomenon, there has been speculation about whether the current pull comes from the hand of certain distributions or was a consequence absolutely inevitable. What is true (and I may be crucified for this) is that Canonical (to name which concerns us, but other distros also have private support) is a business and in essence, follows the philosophy of a company.
While probably a community of developers "to spare" fails to support a significant number of distributions, it is true that managed to keep at least a couple of them.
What remains to be seen is how it will end all this, I mean we end up paying for Ubuntu? There is .
Today we will make a separate entry. Not that we lack technical inputs, is that sometimes, I also like to reflect on what we do. Doing a little memory, I can easily remember the first time I heard of Ubuntu. Back then I was a student and was not even in the computer industry was in 2004. A friend brought me some CD's in a cardboard envelope and told me it was a new distribution of Linux that had just left.
Obviously my first impression was terrible. Little documentation, lousy support, etc, etc. I never imagined it would reach the projection that "cropped version of Debian"
Today, Ubuntu has become, almost without doubt, the most popular distribution (and media) computing, pulling the cart of Linux. Wherever you go, for days talking about Ubuntu. Every time someone says that a virus has entered the messenger, not far away, someone smiles condescendingly. not is curious that this, until recently was the opposite. Linux was a program used by the hackers to steal information, to anyone who will speak of this operating system is a smile paternal and patronizing in his face and went without interest to give him explanations. But look, we are increasingly, and now users are smiling every time you log in, make it more securely, without having to buy a new computer every two years or pay software licensing.
From this point of view, it has improved the lives of many people. What was unthinkable a few years ago, today can be a reality. For example, here in the laboratory of Ubuntu Linux to the Fund, as in many others, are conceived ideas for this to be a reality. Installing Linux on older machines, or customize an operating system to make it an OS virtually on demand are some of the examples we already have, others to come, such as installing a desktop free of Darwin (the OS X distribution that leads to below)
But it can not be good and there are always people trying to make him famous, something profitable.
Currently, companies are turning to open source and all (those who want to use the good publicity) take out products based on open source solutions. Strive to offer additional services to capitalize on a fenónemo coming back but now it has become fashionable.
Much has been said about the contribution of open source Ubuntu and Linux in general phenomenon, there has been speculation about whether the current pull comes from the hand of certain distributions or was a consequence absolutely inevitable. What is true (and I may be crucified for this) is that Canonical (to name which concerns us, but other distros also have private support) is a business and in essence, follows the philosophy of a company.
While probably a community of developers "to spare" fails to support a significant number of distributions, it is true that managed to keep at least a couple of them.
What remains to be seen is how it will end all this, I mean we end up paying for Ubuntu? There is .
Friday, October 31, 2008
Kostenlose Erotkseiten De
Fashion HOW-TO: Script + Hotkey to Enable / Disable Touchpad
time ago I use ubuntu, and little by little, you realize that some details are missing. But once you realize it's not that hard to get down to work and settle yourself those little details that make your day more enjoyable. Today we are concerned
a problem I have some time, and has increased more since I started playing games with Wine under Ubuntu 8.04, the touchpad. When using Windows might disable the touchpad with HotKey partner, but this key does not work on my Ubuntu for some time now.
As I suppose there will be many of you at the same sitiacion, I decided to create this little HOW-TO to make life a little easier for Ubuntu users.
[Hands ]
STEP 1, On SHMConfig some research we realized how easy it is to enable / disable the touchpad. We just have to run a command with the value 0 or 1. But before that we need an option to enable the touchpad. Began:
Edit the xorg.conf file with the command:
udo s gedit / etc/X11/xorg.conf
Now we have to find the section of the Synaptics touchpad, which should look like this :
In this section we add =>
Option "SHMConfig" so that it looks like:
Reset the X server (Ctrl + Alt + Bcksp) or failing that Ubuntu itself .
You can enable / disable the touchpad
by using Command Line:
synclient TouchpadOff = 1 / / Disable
synclient TouchpadOff = 0 / / Enable
STEP 2, On HotKey + Script
So far so good, but really want to open a console whenever we want off touchpad? Certainly not, so now let's move to assign this action to a HotKey, so that we can do it with a simple gesture keyboard. For them we will need to turn this into a script that changes the state of the variable automatically. So I've assembled the following script to query this value and change it. As easy as this:
# / bin / bash
state = `synclient-l TouchpadOff (Gconf-editor)
Execute the program gconf-editor
Sail to => apps \\ metacity \\ keybinding_commands
Edit
free tengais first key (for example 'command_1')
then navigate to:
apps \\ metacity \\
global_keybindings
desired combination Assign the key for 'run_commandoanterior' in our case
'run_command_1'
READY!
Now you can activate and deactivate the touchpad with the combination chosen.
binding Greetings and happy!
time ago I use ubuntu, and little by little, you realize that some details are missing. But once you realize it's not that hard to get down to work and settle yourself those little details that make your day more enjoyable. Today we are concerned
a problem I have some time, and has increased more since I started playing games with Wine under Ubuntu 8.04, the touchpad. When using Windows might disable the touchpad with HotKey partner, but this key does not work on my Ubuntu for some time now.
As I suppose there will be many of you at the same sitiacion, I decided to create this little HOW-TO to make life a little easier for Ubuntu users.
[Hands ]
STEP 1, On SHMConfig some research we realized how easy it is to enable / disable the touchpad. We just have to run a command with the value 0 or 1. But before that we need an option to enable the touchpad. Began:
Edit the xorg.conf file with the command:
udo s gedit / etc/X11/xorg.conf
Now we have to find the section of the Synaptics touchpad, which should look like this :
In this section we add =>
Option "SHMConfig" so that it looks like:
Reset the X server (Ctrl + Alt + Bcksp) or failing that Ubuntu itself .
You can enable / disable the touchpad
by using Command Line:
synclient TouchpadOff = 1 / / Disable
synclient TouchpadOff = 0 / / Enable
STEP 2, On HotKey + Script
So far so good, but really want to open a console whenever we want off touchpad? Certainly not, so now let's move to assign this action to a HotKey, so that we can do it with a simple gesture keyboard. For them we will need to turn this into a script that changes the state of the variable automatically. So I've assembled the following script to query this value and change it. As easy as this:
# / bin / bash
state = `synclient-l TouchpadOff (Gconf-editor)
Execute the program gconf-editor
Sail to => apps \\ metacity \\ keybinding_commands
Edit
free tengais first key (for example 'command_1')
then navigate to:
apps \\ metacity \\
global_keybindings
desired combination Assign the key for 'run_commandoanterior' in our case
'run_command_1'
READY!
Now you can activate and deactivate the touchpad with the combination chosen.
binding Greetings and happy!
Thursday, October 30, 2008
Watch Soft Park Online
Advanced Scripts: A script that parses a file Debate
One of scripts. Tickets will go on making scripts, some introductory and more advanced. Today we will see how to make our scripts can set their variables from external files.
This is especially useful when we update our scripts on different machines and do not want to alter the configuration of each.
# / bin / bash
ruta_origen = / home / juanjo
destination_path = / mnt
function copy {$ cp-vr} ruta_origen $ destination_path With what if we change the script to your computer, maybe / home / junajo not exist. Let's do it right. Create a properties file, for example
copy.sh.properties
And in place: # File
copy.sh Properties property = value
One of scripts. Tickets will go on making scripts, some introductory and more advanced. Today we will see how to make our scripts can set their variables from external files.
This is especially useful when we update our scripts on different machines and do not want to alter the configuration of each.
A practice (widespread, but not right) Was to do something like this:
copy.sh # / bin / bash
ruta_origen = / home / juanjo
destination_path = / mnt
function copy {$ cp-vr} ruta_origen $ destination_path With what if we change the script to your computer, maybe / home / junajo not exist. Let's do it right. Create a properties file, for example
copy.sh.properties
And in place: # File
copy.sh Properties property = value
- # source = / home / juanjo
- destination = / mnt
Now in the file add the function copy.sh property: # / bin / bash function
Property {
if test-r $ 0.properties Then - cat $ 0.properties take care!
Streaming Rachael Darrian
options: I vs. the Rest
After four years of sharing experiences, lessons, practices and others with my 12-inch PowerBook G4 was time to have more power. I was very clear that my next purchase would be a MacBook Pro, but coincidences in life when I went to buy the new MacBook Pro (black keyboard) and this event was that I would think that purchasing model: The old MacBook Pro or again. All this led to generate a debate in the office and is forming two teams in the purest style Cold War. On the one hand call them Mr X and Mr Z, and moreover Mr. "P" and finally me.
To Mr. "X" and Mr. "Z" were appalled that spent 1749 in a laptop, argued that the price had PC products with best performance which could even install Leopard. In this regard I have nothing to say as I agree with them. Another argument was that brought out the famous theme of games for Mac That if the graphics drivers are closed. What if I can not play counter that if that if it is. Disagreed on this issue both Mr. "P" like me. Since we both do not buy a Mac to play (Mr. "P" also has a MacBook Pro). And here we can open the next debate: How useful going to give your laptop?
. In the end these gentlemen ("X" and "Z"), Ubuntu users have to use an application emulator to play in ubuntu, as I do on my mac.
Meanwhile in another part of the office Mr. "P" insisted that bought the old MacBook Pro, since the new longer had the essence of Apple adding a black keyboard, black screen edge, screen brightness "Glossy "and others. Certainly, Mr. "P" was right. Another argument was the lack of technology innovation of the product (two graphics cards, buttonless track pad, DDR3). Finally after a long deliberation with my girl Mrs. "A", and lots of patience on your part, we decided to buy the old MacBook Pro, to which we add that was a big discount on the release of the new model and was in 1399 €, the price was still shocking to "X" and "Z". The main topic of discussion of this for me is the design, layout by Apple engineers who try to take care of every detail of each product, and certainly they have achieved so far. We know that Apple does not include all the technology on the market, prefers to focus on that product is light, small, durable, strong, beautiful, independent.
I liken it to cars buy cars that are more expensive than others who have better performance, because by design, exclusivity, beauty, details ..... are not discovering anything new, it is called economics Strategic Advantage (Yes, sir "P" that economy which stayed in the race;)), in which a company can rely on
differentiation (
After four years of sharing experiences, lessons, practices and others with my 12-inch PowerBook G4 was time to have more power. I was very clear that my next purchase would be a MacBook Pro, but coincidences in life when I went to buy the new MacBook Pro (black keyboard) and this event was that I would think that purchasing model: The old MacBook Pro or again. All this led to generate a debate in the office and is forming two teams in the purest style Cold War. On the one hand call them Mr X and Mr Z, and moreover Mr. "P" and finally me.
. In the end these gentlemen ("X" and "Z"), Ubuntu users have to use an application emulator to play in ubuntu, as I do on my mac.
I liken it to cars buy cars that are more expensive than others who have better performance, because by design, exclusivity, beauty, details .....
differentiation (
Apple) or be
cost leader. Then there is the buyer who is deciding what to buy. Maybe if you buy something from a company based in differentiation not only buy the product but forms part of a philosophy that such companies are in charge of building a base of publicity or along the story through the choices they have made.
philosophical After this string I have to say that the purchase has been perfect and thank you very much to everyone in this story especially my girl, Ms.
"A"
.
Wednesday, October 29, 2008
Tech Deck Birthday Invatations
Research: Installing Debian etch on Pentium II with 64 MB of RAM
And here we go again!
How many of us have an old computer at home? Something like a PII with 64MB of RAM that we could not get rid of the time and now only takes up space ... Did tirásteis away? sorry, having read this before, perhaps not had done it. So yeah, now we'll see how to recycle our old Pentium, for example, into a media center. need an image of Debian 4.0 etch netboot, dischargeable in Here . Tostadla on a CD and go to your old Pentium, started from the CD and such.
gstreamer-plugins-ugly
gstreamer-plugins-bad
mplayer
Document Editor: abiword
Package Manager:
synaptic
And so, to what you need. Certainly the list can be long.
A guard!
And here we go again!
How many of us have an old computer at home? Something like a PII with 64MB of RAM that we could not get rid of the time and now only takes up space ... Did tirásteis away? sorry, having read this before, perhaps not had done it. So yeah, now we'll see how to recycle our old Pentium, for example, into a media center. need an image of Debian 4.0 etch netboot, dischargeable in Here . Tostadla on a CD and go to your old Pentium, started from the CD and such.
- Begin the installation as a normal Debian. I would not put the obvious steps, only those who can be critical.
Choose your keyboard layout and location:
-
Leave a partition scheme like this: -
assume that the team has very little hard drive, a 4 Gb and we can put everything in one partition. Once written to the disk partitions and configured the network, users etc, we choose a mirror from which to retrieve packages.
Choose- is best you go. Then select the packages you want to install, that is, except the standard system, none. You have to save space y. .. Memory! We do not want processes always running around our little RAM.
-
Once selected only "standard system" is downloaded and installed the packages, by the way, pretty quickly. Then we asked to select the screen resolutions we can make it by default. -
restarts. Appearance: -
, we first will: - its root aptitude install x-window-system-core fluxbox
so we installed the system x and the fluxbox desktop. Fluxbox is a lightweight desktop and quite powerful, perfect for a media center based on a Pentium connected to a TV and a mouse. - To start the gui: startx
Now, if we start the graphical environment when the system boots, you can edit the file / etc / init.d / rc.local:
Below the line "do_start" add: startx - Now we can install the packages that we believe appropriate, including: Web browser: iceweasel
File Explorer: thunar
-
Player audio and video:
gstreamer-plugins-ugly
gstreamer-plugins-bad
mplayer
Document Editor: abiword
Package Manager:
synaptic
And so, to what you need. Certainly the list can be long.
A guard!
Monday, October 27, 2008
Astrononomical Reflector Manual
Interactive Map: Linux Kernel
Interactive map of Linux kernel
, a detailed map of 'how Linux inside ", ideal for those learning. You can navigate with your mouse (wheel = zoom
) or through the window controls, the various details are conveniently hyperlinked.
's not exactly an entry relating to technology, but rather with the theory (although the program for Linux that is basic
) but is interesting enough to avoid waste.
Extracted from this link to Microserfs:
http://www.microsiervos.com/archivo/ordenadores/mapa-interactivo-kernel-linux.html
Interactive map of Linux kernel
, a detailed map of 'how Linux inside ", ideal for those learning. You can navigate with your mouse (wheel = zoom
) or through the window controls, the various details are conveniently hyperlinked.
's not exactly an entry relating to technology, but rather with the theory (although the program for Linux that is basic
) but is interesting enough to avoid waste.
Extracted from this link to Microserfs:
Wednesday, October 22, 2008
Best Bang For Your Buck Camcorders
Edit the scripts in the initrd
And another one!
Today we will see how to edit the initrd. I guess to you it will happen any practical application for this. Well, here goes:
Copy the initrd file to a folder:
If it is a gz :
sudo gunzip initrd.gz
If what we have is a inird.img, we first:
gunzip-S. Img initrd-2.6.X.img
Y After
initrd sudo cpio-imdF And presto, there you have unzip the initrd.
And another one!
Today we will see how to edit the initrd. I guess to you it will happen any practical application for this. Well, here goes: Copy the initrd file to a folder:
If it is a gz :
sudo gunzip initrd.gz
If what we have is a inird.img, we first:
gunzip-S. Img initrd-2.6.X.img
Y After initrd sudo cpio-imdF And presto, there you have unzip the initrd.
Wednesday, April 30, 2008
Gall Bladder Message Boards
Emerald Post My new blog project
Hello my people, you are actually spending more and more a lot more time between writing a post on this blog, and that is why I love blogger, but it puts things easy and is a great space to raise all those personal things plasmo not elsewhere, but just do not love me, I made a failed attempt to move my blog to my Joomla web , but things did not work very well, the environment is excellent for a portal, or web microweb portfolio type, but falls short or too complex for a blog, so I'm unmotivated, I did not move completely to the new blog and the thing failed, now I chose to mount another site solely and exclusively to be my Blog personal / professional and although to date only I'm designing a new template, and will take shape (at the time of writing this post does not work with IE6).
and the matter is that for over two years many things have changed in my life, I no longer aspire to a vacancy in a company to undertake a new journey as a freelancer and dedicated not to what those who know me waiting, ie, I worked as an industrial engineer, but as a Web developer focused on web design, as well married me! live very happily with my wife these days is working a bit far forcing us to spend several days without seeing each other, but nothing that can not be overcome, I'm of rides, constant laughter, good times and learned many things I want to tell, the sheath is that bloggers do not love me, not motivate me all these stories have pa, so that's why I start www.emeraldpost.net to count all those aspects of my career and my personal life, all those moments that I share.
www.emeraldpost.net Greetings and visit!
Hello my people, you are actually spending more and more a lot more time between writing a post on this blog, and that is why I love blogger, but it puts things easy and is a great space to raise all those personal things plasmo not elsewhere, but just do not love me, I made a failed attempt to move my blog to my Joomla web , but things did not work very well, the environment is excellent for a portal, or web microweb portfolio type, but falls short or too complex for a blog, so I'm unmotivated, I did not move completely to the new blog and the thing failed, now I chose to mount another site solely and exclusively to be my Blog personal / professional and although to date only I'm designing a new template, and will take shape (at the time of writing this post does not work with IE6).
and the matter is that for over two years many things have changed in my life, I no longer aspire to a vacancy in a company to undertake a new journey as a freelancer and dedicated not to what those who know me waiting, ie, I worked as an industrial engineer, but as a Web developer focused on web design, as well married me! live very happily with my wife these days is working a bit far forcing us to spend several days without seeing each other, but nothing that can not be overcome, I'm of rides, constant laughter, good times and learned many things I want to tell, the sheath is that bloggers do not love me, not motivate me all these stories have pa, so that's why I start www.emeraldpost.net to count all those aspects of my career and my personal life, all those moments that I share.
www.emeraldpost.net Greetings and visit!
Sunday, April 13, 2008
Best Price On A Portable Tv 9 Inches And Under
A bit more about Linux on the DS
Continuing with the post of Introduction to Linux version of the Nintendo DS, now at the root of memory card should have the following files and directories:
- dsLinuxM.sav
- dsLinux.sav
- dsLinux.nds
- dsLinuxM.nds
- Linux (directory):
or Etc (directory)
or Home (Directory)
or Lib (directory)
or Usr (directory)
or Var (directory) Now we
Console running commands ... not hurt to check out the main Linux distribution orders and know a little fiddling shell before the shell ☺
Continuing with the post of Introduction to Linux version of the Nintendo DS, now at the root of memory card should have the following files and directories:
- dsLinuxM.sav
- dsLinux.sav
- dsLinux.nds
- dsLinuxM.nds
- Linux (directory):
or Etc (directory)
or Home (Directory)
or Lib (directory)
or Usr (directory)
or Var (directory) Now we
Console running commands ... not hurt to check out the main Linux distribution orders and know a little fiddling shell before the shell ☺
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
Saturday, April 5, 2008
Veho Discovery Vms-004 Deluxe
Carmen tk baby! Hamburger
today's entry is very short ... but dedicated to my girl carmen, for being so good to me and all ... tkm Carmen, People I put the link to his interview in which he spoke of me: $ and fotaza yours, and whatever they say I loved your last movie my girl: D
Interviewing: http://www.rincondelosfamosos.com/view.html?id=26542
today's entry is very short ... but dedicated to my girl carmen, for being so good to me and all ... tkm Carmen, People I put the link to his interview in which he spoke of me: $ and fotaza yours, and whatever they say I loved your last movie my girl: D
Interviewing: http://www.rincondelosfamosos.com/view.html?id=26542
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
Tuesday, April 1, 2008
Ham Test Study Guide General
Plant Introduction DSLinux
Well today something musical, the next video clip, titled "The bailde of raw shrimp, and the group "Hamburger Vegetable" is very gracious xDD
Well today something musical, the next video clip, titled "The bailde of raw shrimp, and the group "Hamburger Vegetable" is very gracious xDD
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
Friday, March 28, 2008
Best Region Free Dvd Recorder 2009
video (part I)
Since my Nokia 5200 was out of combat, I had a Micro SD card with 512MB of capacity, and I thought putting on a Linux to prove that this works ... Distribution DSLinux in question is called, but more important is what is useful to have a Linux port on the NDS? Very simple ... can be used to webchat, IRC, SSH, MP3 player ... and a lot of possibilities ... This distribution gives us a command console and a touch screen keyboard to type commands ... Let's go now to the crux of the matter ... What do we need to install Linux?. We need the following:
- NDS Cartridge (The test did on R4)
- Nintendo DS (the test I did with a DS Lite)
-
MicroSD Memory Card - Expansion of RAM (optional)
In http://www.DSLinux.org page You can download the distribution in a compressed file, if you do not have the R4 is possible that you have to inform you if you have to patch it or something, but if you have an R4 and I only will have to download the file to the distribution (I recommend the last recent version), once decompressed, paste the contents of the root directory of the memory card will also need to download a version of OS of R4 (last recent version). Once this all on the card, boot the DS and run the dsLinux.nds directly, like a simple home program ... and that's it!, There are versions that at the beginning of DSLinux username and password request, but my version does not ... I have asked this distribution installed ... but here it does not stop, continued ... Ah! Javi indeed! My Ds hit him a kick in the ass to yours in command to the moon (because I have 128 MB of ram your jorobate javi ... xD)
Since my Nokia 5200 was out of combat, I had a Micro SD card with 512MB of capacity, and I thought putting on a Linux to prove that this works ... Distribution DSLinux in question is called, but more important is what is useful to have a Linux port on the NDS? Very simple ... can be used to webchat, IRC, SSH, MP3 player ... and a lot of possibilities ... This distribution gives us a command console and a touch screen keyboard to type commands ... Let's go now to the crux of the matter ... What do we need to install Linux?. We need the following:
- NDS Cartridge (The test did on R4)
- Nintendo DS (the test I did with a DS Lite)
-
MicroSD Memory Card - Expansion of RAM (optional)
In http://www.DSLinux.org page You can download the distribution in a compressed file, if you do not have the R4 is possible that you have to inform you if you have to patch it or something, but if you have an R4 and I only will have to download the file to the distribution (I recommend the last recent version), once decompressed, paste the contents of the root directory of the memory card will also need to download a version of OS of R4 (last recent version). Once this all on the card, boot the DS and run the dsLinux.nds directly, like a simple home program ... and that's it!, There are versions that at the beginning of DSLinux username and password request, but my version does not ... I have asked this distribution installed ... but here it does not stop, continued ... Ah! Javi indeed! My Ds hit him a kick in the ass to yours in command to the moon (because I have 128 MB of ram your jorobate javi ... xD)
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
Thursday, March 27, 2008
Top Professional Camcorders
Gadgets for NDS Lite
Finally I reached the pack for the Nintendo DS lite, from Hong Kong consisting of:
A battery of 2000mA and 3.7 V for the DS (for a treinsta hours of play)
A charger A battery that
top for easy removal of the battery
chinorris to DealExtreme
These have all, at a price ... it is difficult to contain when shopping, take a while to send things, but payment is by Paypal : D and things come, I also asked for a accessory for the DS, called the expansion pack of 3-1, which serves to: 1-
Play GBA games
2-128Mb Ram Expansion of 3-Vibration
The invention in question works a charm: D Ah advantage that javi wants a DS, just say, jorobate javi, javi jorobate , jorobate javi ...
Finally I reached the pack for the Nintendo DS lite, from Hong Kong consisting of:
A battery of 2000mA and 3.7 V for the DS (for a treinsta hours of play)
A charger A battery that
top for easy removal of the battery
chinorris to DealExtreme
These have all, at a price ... it is difficult to contain when shopping, take a while to send things, but payment is by Paypal : D and things come, I also asked for a accessory for the DS, called the expansion pack of 3-1, which serves to: 1-
Play GBA games
2-128Mb Ram Expansion of 3-Vibration
The invention in question works a charm: D Ah advantage that javi wants a DS, just say, jorobate javi, javi jorobate , jorobate javi ...
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
Monday, March 17, 2008
Spacewalker Mv42v1.3 Manual
Vacation
I will not deny the obvious ... I'm on vacation. I leave this temado I discovered in the bar "The Mill" (Ribadeo - Galicia)
I will not deny the obvious ... I'm on vacation. I leave this temado I discovered in the bar "The Mill" (Ribadeo - Galicia)
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
Saturday, March 15, 2008
Best Region Free Divx Dvd Recorder 2009
The Friki Chiki
Awesome: D, those who study in the EUITI will understand lol
plated
Song: Chiki GEEK
Lyrics: Miguel
COMPILATIONS COMPILATIONS!
El chiki chiki mola galore, it dances in the EUITIO and Delegation. Dale chiki chiki
to this brunette who puts chikichiki very silly.
Tweety dances it, dance it Macamo, Martin dances it, my amol you know how. Asensio
dances it, as Mary danced, danced it with the bitch Puerto hash table.
And the chiki chiki is danced this way:
one: the constructor,
two: arraicito,
three: ThrowException,
four: the loop.
Baila el Chiki Chiki, dance the chiki chiki, dance at the heavys and geeks.
They dance in the master, the school dance, they dance in the blood and also outside.
the janitor sings it with her striped thong and doubts says: why do not tapas? The hazing
Arranz put chikichiki parent and could not compile pillar, pillar, pilarr.
And the chiki chiki is danced this way:
one: the constructor,
two: arraicito,
three: ThrowException,
four: the loop.
COMPILATIONS COMPILATIONS!
Tweety dances it, dance it Macamo, Martin dances it, my amol you know how. Asensio
dances it, as Mary danced, danced it with the bitch Puerto hash table.
And the chiki chiki is danced this way:
one: the constructor,
two: arraicito,
three: ThrowException,
four: the loop.
Awesome: D, those who study in the EUITI will understand lol
plated
Song: Chiki GEEK
Lyrics: Miguel
COMPILATIONS COMPILATIONS!
El chiki chiki mola galore, it dances in the EUITIO and Delegation. Dale chiki chiki
to this brunette who puts chikichiki very silly.
Tweety dances it, dance it Macamo, Martin dances it, my amol you know how. Asensio
dances it, as Mary danced, danced it with the bitch Puerto hash table.
And the chiki chiki is danced this way:
one: the constructor,
two: arraicito,
three: ThrowException,
four: the loop.
Baila el Chiki Chiki, dance the chiki chiki, dance at the heavys and geeks.
They dance in the master, the school dance, they dance in the blood and also outside.
the janitor sings it with her striped thong and doubts says: why do not tapas? The hazing
Arranz put chikichiki parent and could not compile pillar, pillar, pilarr.
And the chiki chiki is danced this way:
one: the constructor,
two: arraicito,
three: ThrowException,
four: the loop.
COMPILATIONS COMPILATIONS!
Tweety dances it, dance it Macamo, Martin dances it, my amol you know how. Asensio
dances it, as Mary danced, danced it with the bitch Puerto hash table.
And the chiki chiki is danced this way:
one: the constructor,
two: arraicito,
three: ThrowException,
four: the loop.
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
Thursday, March 13, 2008
Sound Blaster Sb0480 Driver
Sony Ericsson k810i
substitute now I have Nokia 5200 mobile phone, my new phone is a Sony Ericsson k810i, drawn by the blue area Movistar at a cost of $ 0 and 64000 points (approximately). After two weeks of use I can conclude that mobile is amazing: D. A priori not lack anything, it has enough memory, and comes very well prepared to communicate with other Bluetooth devices, infrared and USB cable, the camera is nothing more and nothing less than 3.2 Mega pixels.
As for the design ... perfect, I love the keys at first I did nothing of grace, but now I find comfortable, the phone has a flawless finish and infinite details. Only you can make a catch, both for connecting headphones to the data cable connection uses a weird connector made in Sony ... instead of using the mini jack of all life and as does Motorola miniUSB. except for that little detail ... a perfect mobile.
If you want to see all you have I recommend going through the official web mobile phone: D
substitute now I have Nokia 5200 mobile phone, my new phone is a Sony Ericsson k810i, drawn by the blue area Movistar at a cost of $ 0 and 64000 points (approximately). After two weeks of use I can conclude that mobile is amazing: D. A priori not lack anything, it has enough memory, and comes very well prepared to communicate with other Bluetooth devices, infrared and USB cable, the camera is nothing more and nothing less than 3.2 Mega pixels.
As for the design ... perfect, I love the keys at first I did nothing of grace, but now I find comfortable, the phone has a flawless finish and infinite details. Only you can make a catch, both for connecting headphones to the data cable connection uses a weird connector made in Sony ... instead of using the mini jack of all life and as does Motorola miniUSB. except for that little detail ... a perfect mobile.
If you want to see all you have I recommend going through the official web mobile phone: D
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
Monday, March 10, 2008
Bushnell Elite 3200 10x40
nationalist and Left parties joined the big losers , PP and PSOE grow, the winner on this occasion has been PSOE, the difference is 900000 votes (Qe we got in Catalonia). Things are so
:
PSOE votes: 11,064,524 Percentage: 43.64% Congress: 169 votes
PP: 10,169,973 Percentage: 40.11% Congress: 153 votes
CiU: 774,317 share : 3.05% Congress: 11
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
Thursday, March 6, 2008
Free New York State Drivers License Templates
Wednesday, March 5, 2008
Best Dvd Recorders For 2009
Saturday, March 1, 2008
Princess 19 Inch Tv Dvd Combo
And with this video I go into the election campaign, poque lies, and deceit should not win, the Lord reminded Zapatero Aznar data, with this video I show you how things changed between Gonzalez and Aznar, as Spain was placed as the eighth world power. Citizens do not forget Aznar, because it manages to save Spain from the well which was sunk by years of socialism.
And no one comes to Iraq, prestige and 11M ... The socialist is the only thing that adhere to discredit the government and a president was Aznar, a president who restored the illusion of Spain. Thanks
Aznar
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
Camera Long Lenses For Sale
Debate xD
Hope you like it as much as my XD
Hope you like it as much as my XD
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
Thursday, February 28, 2008
Portable Digital Frames
the Eurovision Rodolfo
in Eurovision time was one of the best programs I had on television, but today is not even a shadow of what once was, largely, Internet, more planning and a significant increase in the leisure of the population, have been relegated to this program, despite the attempts of the organization, background.
to adapt to new technologies, this year created a myspace where people could upload your song and video for Internet voting your favorite, this has meant that at least has a lot of space from my blog visitors ... I present my support for the Greater Rodolfo Chikilicuatre, which is emerging first place, it is likely that the jury of TVE, cut his wings and keep you from going ... but at least count on popular support, and is that which can participate from the Internet and vote, means that it can present frikadas like this: D and go chosen without further ado ... Here it is LIVE XD:
in Eurovision time was one of the best programs I had on television, but today is not even a shadow of what once was, largely, Internet, more planning and a significant increase in the leisure of the population, have been relegated to this program, despite the attempts of the organization, background.
to adapt to new technologies, this year created a myspace where people could upload your song and video for Internet voting your favorite, this has meant that at least has a lot of space from my blog visitors ... I present my support for the Greater Rodolfo Chikilicuatre, which is emerging first place, it is likely that the jury of TVE, cut his wings and keep you from going ... but at least count on popular support, and is that which can participate from the Internet and vote, means that it can present frikadas like this: D and go chosen without further ado ... Here it is LIVE XD:
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
Sunday, February 24, 2008
Digital Camera Old Flash Adapter Home Made
Escrima Double Marching Ram
Today
speak of escrima (eye, not confused with fencing), Escrima (also called kali) is a martial art oriented weapons handling, which originated in the Philippines , where a variety of styles of combat with weapons, possibly as many as islands. The Grand Master Rene Latosa made a synthesis of these styles, resulting in the Escrima system. Last Thursday our teacher nihon taijitsu invite a teacher of this discipline, to give a class demonstration. Today
The class was very interesting and enriching (In response to a possible review of Nimrod, not giving money or candy). The class was awesome, the teacher had a shiny gun control ... in my opinion should have more hands than me ... because I can not explain ... handled the sticks with breakneck speed. Most curious of filipino martial art is that the average distance to work, so no melee and some of the weapons we handle (see inn), another thing that caught my attention is the strong English influence and Catholic is this martial art, maybe that what makes it special weapons Learning to drive is always interesting, is not the first time I practice weapons handling, in my case and doing other disciplines such as kenjutsu (bokken management), Iaido (bokken management), Hambojutsu (management of Hambo) Tambojutsu (Managing Tambo) Bojutsu (Bo) ... as you can imagine all these disciplines are related to the nihon taijitsu as originally encompassed all of them in both the training and the Samurai Bujutsu Ninjutsu of Ninjas ...
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
Thursday, February 21, 2008
How Big Is A Portable Tv
finally finished the February exam season ... The first thing I did was install the two RAM modules I bought a Ramón . The modules in question, was what brought his Macbook Pro series, and are two modules of 1GB 667MHz (PC2-5200) and brand names Samsung, the most curious is that the modules that I draw from my Macbook, two modules were 512Mb 667MHz (PC2-5200), but were not Samsung brand, but Hynix Brand. I do not think Apple, play fair, focusing on the theme of memory, is not the same (and equal Economically features), buy a module Kingston, Transcend, Corsair ... does not seem fair that some have Macbook RAM a mark of prestige and other little-known brand, as Hynix is \u200b\u200bthe case. I know in addition to the Ram, a similar case also occurs in the reading units. Moreover, the installation of the RAM is very simple, and the manual is very well explained Macbook, as it did the extension, the modules used must be equal in order to use the dual channel and get superior performance which for example could be a single memory module.
Since I have more free time will take up the projects he had abandoned, see collaboration on film blogs, Nihon taijitsu classes, remove the card C, collaboration with various associations ... ire gradually returning to the normal rhythm of life ... Today it hit cleanup soon to start the semester.
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
Subscribe to:
Posts (Atom)
Below the line "do_start" add: startx