search for: nebot

Displaying 8 results from an estimated 8 matches for "nebot".

Did you mean: nebo
2016 Jan 14
2
Skype 4.3.0.37 on Centos 7
Hi, Does anybody tried to install Skype on Centos 7.2? It is giving a segmentation fault when you start it. I installed using the nux repository and the fedora rpm. Cheers, Roberto Nebot -- It's a dangerous business, Frodo, going out your door. You step onto the road, and if you don't keep your feet, there's no knowing where you might be swept off to. Bilbo Baggins. http://vanishedintheshell.apsila.org <http://vanishedintheshell.blogspot.com>
2015 Nov 19
2
Centos Macbook Installations
Hi I would like to contribute to the CentOS wiki. I've created the user RobertoNebot for accessing the centos wiki. I would like to contribute with CentOS installation instructions for Macbooks. I think that the right place for this contribution would be https://wiki.centos.org/HowTos/Laptops Cheers, Roberto Nebot. -- It's a dangerous business, Frodo, going out your door. You...
2015 Dec 15
2
Wifi Driver Broadcom BCM4322 not working with Centos 7.2
...in the past, with kernel 3.10.0-229.7.2.el7 and driver 6_30_223_248 and it worked well. Now I updated Centos to 7.2 and the driver is not compiling any more under kernel 3.10.0-327.3.1.el7. Neither driver 6_30_223_238 nor 6_30_223_271. Does any body experienced the same issues? Cheers, Roberto Nebot -- It's a dangerous business, Frodo, going out your door. You step onto the road, and if you don't keep your feet, there's no knowing where you might be swept off to. Bilbo Baggins. http://vanishedintheshell.apsila.org <http://vanishedintheshell.blogspot.com>
2015 Nov 12
1
MariaDB 10.X Master-Slave Replication
...> slave stop; mysql> CHANGE MASTER TO MASTER_HOST='*192.168.122.2*', MASTER_USER='*slave_user*', MASTER_PASSWORD='*qwerty*', MASTER_LOG_FILE='*mysql-bin.000003*', MASTER_LOG_POS=*11128001*; mysql> slave start; mysql> show slave status\G; Cheers, Roberto Nebot -- It's a dangerous business, Frodo, going out your door. You step onto the road, and if you don't keep your feet, there's no knowing where you might be swept off to. Bilbo Baggins. http://vanishedintheshell.apsila.org <http://vanishedintheshell.blogspot.com>
2015 Nov 19
0
{Disarmed} Centos Macbook Installations
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 19/11/15 12:45, melkor.kp wrote: > Hi > > I would like to contribute to the CentOS wiki. > > I've created the user RobertoNebot for accessing the centos wiki. I > would like to contribute with CentOS installation instructions for > Macbooks. I think that the right place for this contribution would > be https://wiki.centos.org/HowTos/Laptops > > Cheers, Roberto Nebot. Hi Roberto, I've created the follo...
2015 Dec 15
0
Wifi Driver Broadcom BCM4322 not working with Centos 7.2
...nd driver 6_30_223_248 and > it worked well. > > Now I updated Centos to 7.2 and the driver is not compiling any more under > kernel 3.10.0-327.3.1.el7. Neither driver 6_30_223_238 nor 6_30_223_271. > > Does any body experienced the same issues? > > > Cheers, > Roberto Nebot > -- > It's a dangerous business, Frodo, going out your door. You step onto the > road, and if you don't keep your feet, there's no knowing where you might > be swept off to. > > Bilbo Baggins. > > http://vanishedintheshell.apsila.org > <http://vanishedinth...
2016 Jan 18
0
Skype 4.3.0.37 on Centos 7
On 14/01/16 10:49, melkor.kp wrote: > Hi, > > Does anybody tried to install Skype on Centos 7.2? > It is giving a segmentation fault when you start it. I installed using the > nux repository and the fedora rpm. > > Cheers, > Roberto Nebot > I first installed under 7.1 but upgraded to 7.2 just fine and it works just fine.
2015 Nov 09
11
Rsync and differential Backups
Hi list, how to perform a differential backup using rsync? On web there is a great confusion about diff backup concept when searched with rsync. Users says diff because it copy only differences. For me differential is backup from last full backup. Other users says that to perform a differential backup I must include in rsync command: --backup --backup-dir=/some/path but from manual page of