Tuesday, December 1, 2009
Wednesday, November 18, 2009
Clean Car Cd Player Laser Lens
complex struct {int
real
imageniaria int;
};
int main () {
complex;
a.real = 1;
a.imaginaria = 3;
return 0;}
Sunday, November 8, 2009
Baby With Reflux And Water
Wednesday, October 21, 2009
Home Remedies For Removing Peach Fuzz
# include \u0026lt;cstdlib>
# include \u0026lt;iostream>
# include \u0026lt;time.h>
using namespace std;
valorDado
int () {
;
return (rand ()% 6);}
asignarCeros void (int a [] [6] int n, int m){
for(int i=0;i
for(int j=0;j
a[i][j]=0;
}
void asignarAleatorios(int a[][6], int n, int m){
a[valorDado()][valorDado()]++;
}
void imprimir(int a[][6], int n, int m){
cout<<"\nMatriz:\n";
for(int j=0;j
cout<<(j+1)<<" ";
cout<
for(int i=0;i
for(int j=0;j
cout< <<" ";
cout<
}
}
void llenarMatriz(int a[][6], int n, int m, int cant){
asignarCeros(a,n,m);
for(int i=0;i
asignarAleatorios (a, n, m);}
print (a, n, m);
} int main () {
srand (time (NULL));
int array [6] [6], row = 6, column = 6, n = 1000;
llenarMatriz (matrix, rows, columns, n);
system ("PAUSE");
return EXIT_SUCCESS;}
Saturday, September 26, 2009
Lose Inches With Cermic Wrap
/ etc / passwd
) and allows us to handle the system from the device itself or remotely.
Webmin is written in Perl and runs as its own process as your web server so no need to have installed Apache web server or any other, but coexist with them. By default it communicates through TCP port 10,000, and can be configured to use SSL. That's how we're going to install in this example, SSL.
Installing Webmin can do it both in the Desktop version and the Server. In this case, I did it on Ubuntu Server 4.9 but it would be exactly the same for the Desktop version.
The steps to install Webmin on Ubuntu are:
update information repositories (essential before installing any application):
sudo aptitude update
installed a series of packages that we need to install Webmin and that is configured with SSL:
sudo aptitude install perl libnet-perl openssl-ssleay libauthen-pam-perl libpam-runtime libio-pty-perl-perl libmd5
be
We make sure our home
: cd
wget http://downloads.sourceforge.net/webadmin/webmin_1.480_all.deb install Webmin:
sudo dpkg-i webmin_1.480_all.deb
Once installed you can access the Webmin web interface using a browser and typing the IP address of the computer is installed followed by the port is listening, by default, 10,000. Of course, we must be vigilant because instead of using the HTTP protocol, use the HTTPS. In my case the IP of my Ubuntu Server is 192.168.1.100: http
- s
- : / / 192.168.1.100
: 10000
good and ready, in theory only have to set the language to see things in Castilian and ready. -
A good practice is to put everything behind a firewall estrus at any port route we assign to our IP address to port 10000 that especially if we manage our server from a remote access.
This application when installed creates a superuser to manage the application with root name and pass our user who has root on the machine. As default the Ubuntu root account is disabled will have to change the root password for Webmin:
- $ sudo / usr / share / webmin / changepass.pl / etc / webmin root nueva_clave
- is now accessible
pointing your browser to https: / / localhost: 10000
. and you will see the Webmin login screen. Log in as root and as the password you put as nueva_clave above and click login to access the Webmin main screen.
- I hope you learn
MF
Models And Genital Tattoos
Although we can install programs graphically, we can always use the console to install any software. Many users this option may seem a bit more complicated and somewhat cryptic. Nothing is further from reality, once you get used much more comfortable, quick and easy. There are two ways to install programs in text mode: with aptitude and apt-get
.
install packages:
$ sudo aptitude install
Uninstall packages (including configuration files): $ sudo aptitude remove - purge
Update list of available packages:
$ sudo aptitude update
$ sudo aptitude upgrade
Get a list of command options: $ sudo aptitude
help
To install packages from the command line you can also use apt-get, although it is preferable to use aptitude for handling dependencies.
Lungs Cancer Chracter
Some GNU / Linux such as Red Hat, SUSE and Mandriva, use packages. Rpm, organized differently from packets. Deb for Debian and Ubuntu.
To install these packages must be converted before the format. Deb. For this application uses alien
- , which can be installed using one of the methods discussed in this article. The application
- alien used as follows:
From the console execute the following command: $ sudo alien.
- rpm Thus, the program creates a file with the name of the package, but with extension . deb that can be installed following the explanation
- In most cases, from personal experience, these packets are converted without major complications, but I must clarify that not all opportunities are converted, so it is always best to find the package for Debian / Ubuntu before trying to convert an RPM.
- I hope they serve
Stars And Genital Tattoos
do not know if I told you before, I use Ubuntu, the truth seems safe, simple and above all easy to maintain, but without arguing or going into detail on how I tilt for this distro, I'm straight to the point of this entry, add or remove programs from our facility.
o install these packages you just have todouble click on the file in the browser and automatically starts the application
: $ sudo dpkg-i | . Deb
Wednesday, September 23, 2009
Nausea After Touching Throat
Let's see ... I do not like those people who say that Linux can not do that either, it is very difficult ... nothing at all, are vague ....
not matter, I'm leaving here are simple commands but useful.
With these simple commands can know how much space you have free or busy on the disk:
df: Displays disk space
du-u file1 ... ficheroN
: Displays the total holding files
If these commands will also add the parameter "-h
" quantities will in a format easy to read (gigabyte, megabyte , etc.) taking into account the figure.
Wednesday, September 2, 2009
Wednesday, August 26, 2009
Read Honey X Honey Drops Raw
posts The above can be used for guidance of the course, however, since messages are now focused on the courses of the semester II 2009.
Wednesday, June 17, 2009
How To Use A Proxy On Byond
Here are the final notes of the 2 groups, keep in mind that adjustments were made in which the student carried out a valid claim. However, if there is any additional claim please notify by mail (jgmorenofr@unal.edu.co). No exceptions, claims must be totally valid.
This note is final: Notes
Group 2 Group 12
Monday, June 15, 2009
Wednesday, June 10, 2009
Dr. Arvind Poswal Hot Comments
The following example generates random numbers until it produces the number 0. The keys are the time.h library, and functions srand and rand.
/ * rand example: guess the number * / # include
< time.h>
< iostream>
# include using namespace std;
int main ()
{int i = 1;
srand (time (NULL));
i = 1;
while (i! = 0) {court
<< i<<",";
i = rand ()% 10;
} system ("PAUSE") ;
return 0;}
Friday, June 5, 2009
Sample Ofletter Disconnection Of Mobile Number
For problems making the final part of programming on 20 June decided to do on Saturday the 13th (8 days before) as some students were crossed with a math placement test . The date of delivery of projects is unchanged.
Monday, June 1, 2009
How Can Install Pl2303 Driver/xp3
Today (Monday 1 June) throughout the day there will be monitoring in the room 203 of the 453, to answer questions about the project end of each group.
Sunday, May 31, 2009
Blocked Up In Mornings
/ * To give you a guide to do the workshop lab 5 and 5, made this year. ;)
if something goes wrong they are by the copy-paste ... review it and fix it!
* /
< iostream> # include using namespace std
;
void read (int v [], int n) {court
<<"Ingrese los valores del vector:\n";
for (int i = 0; i < n;i++)
cin>> v [i];}
void print (int v [], int n) {
for (int i = 0; i < n;i++)
court << v[i]<<">
}
contarApariciones int (int v [], int n, int value) {int
cont = 0;
for (int i = 0 ; i < n;i++)
if (value == v [i])
cont + +;
return cont;
}
int calcularModa (int v [], int n) {
int mode = v [0] = 1 contmoda, cont;
for (int i = 0; i < n;i++){
contarApariciones cont = (v, n, v [i]);
if (cont> contmoda) {
contmoda = cont;
mode = v [i];
}} return
fashion;
} void pause ( ) {
<<"\n\n";
court system ("pause");
} int main () {int
vector [5], size = 5, mode;
read (vector , size);
print (vector, size);
mode = calcularModa (vector, size);
<<"\nLa moda es "<< moda;
court <<" y aparece"<< contarApariciones(vector,tamano,moda)<<" veces";
court pause ();
return 0;}
Friday, May 8, 2009
Pakistani Valima Cards Wordings
Choose 3 of the following exercises:
1. Check if a matrix is \u200b\u200bthe identity matrix.
2. Check if a matrix is \u200b\u200bsymmetric.
3. Find the transpose of a given matrix.
4. Find the maximum of each row and each column.
5. Carrying out a program to perform operations on matrices (addition, multiplication by a scalar multiplication between matrices).
Support material:
http://es.wikipedia.org/wiki/Matriz_ (mathematical% C3% A1tica)
http://es.wikipedia.org/wiki/Producto_de_matrices
http://es.wikipedia.org/wiki/Matriz_sim% C3% A9trica
http://es.wikipedia.org/wiki/Matriz_transpuesta
Wednesday, April 29, 2009
Hemorrhoidal Surgery Cost
take care!
The monitor is Edwin Ovalle and mail is eyovalled @ Unal. edu.
Monday, April 27, 2009
My Dog Rubbing Against
Wednesdays 11am - 1pm and Friday 9a.m. - 1p.m.en (454-403). The idea is to meet with Oscar Garavito (orgaravitor @ Unal. Edu. Co) and see where they work!
Sunday, April 19, 2009
Lg Lcdtv Color Greenish Pinkish
The following software must display the principal and interest earned during a given cdt number of years. You should read the principal, interest and a number of years N. Then calculate and print all the money made during each of the N years, assuming that all livestock (including the original capital C) is reinvested at a fixed term during the next year. The program should display an output like:
Capital in year 1 = 240
Capital in year # 2 = 288
Capital in number 3 = 345.6
error in the program variables and / or values \u200b\u200bwere replaced by colored rectangles. I know that will help in the boxes? (The solution can enter it as a comment).
Footed Pajama Pokemon
Moms Anal Adventure On Demand
If there is something I looks fantastic are symbolic links, a small feature of this OS, but no less robust.
And they serve?like doing? well here it goes ...Good for many things, basically a symbolic link (symbolic link) is a file that points to another file or directory, then every one will find the functionality you need, I use such as not to repeat content similar facilities for example using the same images, or the same programs, but of course each administrator / user will find a different utility.
The command used is ln
symbolic link file contains only one path file or directory.
# ln-s creates
dir2ls dir2 dir2ls as a symbolic link to a directory.
- # ls-l shows the letter l
- the file type to indicate that it is a symbolic link. dir2 # ls # ls dir2ls
- show the same content files. # ls-l dir2ls
shows that it is a symbolic link and points to where noted.
# cd dir2ls
# pwd
indicates the directory link name, but
# / bin / pwd
shows the real directory, not the symbolic link, pwd indicates the route is reached in the directory, / bin / pwd indicates the true path to the directory. It should use / bin / pwd to avoid being fooled by symbolic links to directories. The pwd command is internal to the shell, / bin / pwd is a separate program.
# cd ..
# mv dir2 dir2
renames the actual directory, the symbolic link continues to point to dir2, so
# cd dir2ls
fails, since there is no real object.
# mv dir2 dir2
replaces the original name pointed to the link.
# rmdir dir2ls
fails because it is not a link directory.
# rm dir2ls
delete the link. A symbolic link is deleted with rm, and rmdir not to, since the symbolic link is a file and not a directory, even if it is a symbolic link to a directory.
# ls dir2
when deleting a symbolic link only deletes a file pointer, not the real thing.
should not be confused with symbolic links hard links (hard link) and that the latter are somewhat different, are those in which access is indistinguishable from the real, and the deletion of the link causes the deletion of the file or directory if it was the last hard link to the file. I hope you learn
Salu2
MF
Blog Relationship Counter
Well, maybe this is a very silly tip to some, one of those things you already know, but how much help these little things or tricks when it comes to managing a system, no?
This is for the command line, and it is a very common problem and remove a directory or folder (for those of Windoze) that is not empty. who not encountered when writing the following line commands?
# rmdir
directory rmdir: directory /: The directory is not empty
this obviously because we want to delete the directory contains data.
good order for it to disappear from the map is # rm-rf directory ready
not see it again, that if if they have the necessary permits clear. Greetings
MF
Saturday, April 18, 2009
Board Game All Presidents
Well let the steaks ...
With the need to create a series of demos and some tutorials came the idea to put together some videos with audio containing the screen capture and voice-over operator. Quickly
to search Google the experiences of others could see that the best option (or at least convinced me) was recordmydesktop
, then I started to install.
comes in its command line version and for those who do not like there is a GUI that gtk-recordMyDesktop lama.
How to do well .. is simple:
# sudo apt-get install recordmydesktop
and if you want the graphical version, I recommend it because it is very intuitive and less hard for the plaintiffs and for practical as well.
# sudo apt-get install gtk-recordmydesktop
# recordmydesktop
it starts capturing the output in the terminal will be something like # recordmydesktop
Initial recording window is September to:
X: 0 Y: 0 Width: 1280 Height: 800
Adjusted recording window is September to:
X: 0 Y: 0 Width: 1280 Height: 800
Your window manager KWin
Appears to Be
Buffer size adjusted to 4096 from 4096 frames.
Opened PCM device hw: 0.0
Playback frequency 22050Hz is not available ...
Using 44100Hz instead.
Recording on device hw: 0.0 in September is to:
2 channels at 44100Hz Capturing
!
then this recording and when we stop pressing ctrl-c and ready output is recorded in a file called default out.ogg
Shutting down.Saved 23 frames in a total of 22 Requests
. ...
Encoding started! This
May take Several minutes.
Pressing Ctrl-C will cancel the procedure (Will Not Be RESUMING possible, pero
Any Portion of the video, Which Is Already encoded Will not Be deleted).
Please wait ...
[100%]
Encoding finished!
Wait a moment please ...
Done. Written
443552 bytes (369 984 of Which Were 73568 video data and audio data)
Cleanning up cache ...
Done!
Goodbye!
#
if you want to run from the GUI in Kubuntu option will be in the Multimedia / gtk-recordMyDesktop
The truth may be much more extensive but there are thousands of tutorials out there on how to use this program and it is certainly and other intuitive, so I'm going to the heart takes to write this post ... Well everything worked perfectly when installed on a computer that was new and had installed Kubuntu 8.04 LTS a few days ago, we recorded a few videos and everyone was happy with the results.
Try to do the same on my Sony Vaio laptop that I have also installed Kubuntu 8.04 LTS but this poor recontra is being updated and upgraded from version 6.0 and for those things in life there is a library that is not equal and happened to me is that running recordmydesktop after a few seconds the program remained frozen, sleeping without activity. recontra Search and search the network until I found a bug related to this issue is the
Bug 244261
apparently would be in the
libx11-6, probe to reinstall and nothing so we do not wear out.
I got to try different options and I realized that this guy freak by any of the stationery of X, then I started to try the different options on the command line ... et voila! him out ...
by using the - full-shots and no problems.
then using
# recordmydesktop - full-shots
or graphic in Advanced mode, "whole in every picture captures" = Enabled it's going to work.
For more technical, apparently the problem occurs between libraries and libX11.so.6 libxcb-xlib.so.0, this is some sort of error when recording only video clips that have changed, that is why the modifier - full-shots that it does is copy the entire screen without seeing what has changed makes no error occurs. And for those who worry that it would occupy more space on the end result or would a larger file, then do not stress because when you encode the video, ignore the repeated parts like when files are compressed.
this is the error that pulls ...
"Locking assertion failure" in
# 0 / usr/lib/libxcb-xlib.so.0 [0x7f1caa44997c]
# 1 / usr/lib/libxcb-xlib.so.0 (xcb_xlib_unlock +0 x24) [0x7f1caa449a84]
# 2 / usr/lib/libX11.so.6 [0x7f1cacc18260]
# 3 / usr / lib / libX11.so.6 (
XNextEvent +0 x62) [0x7f1cacc00c12]
# 4 recordmydesktop [0x409fad]
# 5 / lib/libpthread.so.0 [0x7f1cac0b63f7] # 6 / lib/libc.so.6 (clone +0 x6d ) [0x7f1caa721b2d] I hope you learn I was swearing quite until I found how to solve it, can see the subject in https: / / bugs.launchpad.net /
bugs/244261
. Let them go pretty
their videos, greetings. MF
When Do Ohio Bucks Drop There Antlers
Well long wanted to do this to document my adventures with Linux, I must say that for several winters ago and I do not use Windoze, and I also say I am very happy with it.
As personal experience I can say that when I was a type of system, having been immersed in computers since he was 12 until today that I have 33, having gone through several PC operating systems and played by ear in many mainframes, today it is inevitable that uses an OS like Linux.
As started in the 80's and my old PC intel 8088 I started programming with BASIC and then go to C routines to create thousands of Assembler, and all those things we wanted to investigate when we started programming, we wanted to say because I do not see someone interested in those things at the beginning, but I think that time is history ...
now fully dedicated to providing services related to the same systems that I developed all my servers and my PC are Linux machines, no matter they do have the OS on the penguin because he has shown no breaks so easy and I can trust him, not only by conviction but by pure demonstration to be working on computers that do not go never, never hang and do not bother me ever, but sometimes be too vague ground and did not do the maintenance and deserved poor or complain, still strong and on track. in this blog I hope to leave my experiences so that others can take advantage of them or I criticize them or what they like, many blogs like this have taken me much help, I hope to contribute my bit.
Exitos!
Friday, April 17, 2009
Kate,s Playground Free Movie
Wednesday, April 15, 2009
Fat Women Wearing Girdles
The review by monitors be held on Thursday from 7 to 1 in Room 203 of Building 453 and the Friday from 9 to 11 in 402 of 454. This activity was carried out by monitors.
Tuesday, April 14, 2009
Birthday Request For Money
As tod @ s and the exercises performed above and to not lose the rhythm of partial study Saturday, there were exercises for the partial review. Here may download the exercises, I hope to run the programs that are raised. If the link does not work, the exercises are also posted on the course page.