Acest sfârșit de săptămână (22-24 Noiembrie 2013) am avut în sfârșit privilegiul de a-i cunoaște pe câțiva din membrii echipei Kubuntu la Petrecerea de Strivit Gândaci (Bug Squashing Party) din Munich, organizată de Proiectul LiMux pentru Debian și Kubuntu. Acesta a fost un eveniment grozav pentru a cunoaște echipele și de a învăța mai multe uni de la alții.
[Read More]Site-ul Kubuntu România a fost lansat
Cu sprijinul comunității Kubuntu și Kubuntu România am reușit să lansăm site-ul Kubuntu România.
Site-ul are scopul de a oferi vizitatorilor atât știri și noutăți din lumea Kubuntu și KDE cât și suport și ajutor pentru cei ce nu prea se descurcă cu Kubuntu.
Oricine dorește să contribuie cu orice, articole, tutoriale, idei sau chiar rezolvări de probleme este încurajat să o facă și va avea parte de sprijinul comunității.
[Read More]Proiectul Quodi a început
Odată cu sosirea primelor piese proiectul Quodi a început.
Quodi este un proiect inițiat de câțiva pasionați ai informaticii, mecanicii și jucăriilor și are rolul de a educa membrii în tehnicile necesare construirii și controlării pentru început a une drone (elicopter cu 3 sau mai multe elici).
Prin aces proiect membrii echipei doresc să învețe printre altele, cum se controlează motoare de mare viteză folosind
[Read More]Linux Workspace Setup
After following a course on Coursera, I’ve seen something I’ve liked and thought on how can I improve it.
So I came up with this:
The GeekAliens Linux Workspace Setup
A forked GitHub repository with Linux configuration files which I’ve customized to my likings and thought that this can be useful for anybody.
[Read More]Got my new Rasberry Pi
Yeeeeey…
I’ve just got my first Raspberry Pi.
It’s the B model with 512MB RAM.
Here are some rudimentary first pictures:
[Read More]Reasons to hate or love Kmail

I love KDE and most of the applications from it. One of the most used is Kmail. The interface is beautiful and very customizable.
But there are some things in Kmail (Kontact) that makes you want to throw the computer out the window.
[Read More]Use an enum with custom values with QComboBox
Hello world.
Daily coding brings up new opportunities to search for and discover new ways to accomplish things. Perhaps not always the best solutions but, in time, we’re getting there. Today, life brought upon me a new challenge: simplify previously written code. Among other useful thing I will probably mention in future posts, one needed me to insert a enum with custom values in a QComboBox. I’ll jump right to it. Here’s my enum:
Get all capital letters from a string in C++
After I’ve searched on the internet for an efficient way without using other libraries except sdt, and some questions on IRC, I’ve gotten to this solution:
[Read More]My first Qt application
Good bye Java swing, Hello Qt.
Cross platform is very searched for these days, especially with the number of Linux users growing. The need to build an application that can be used everywhere existed for a very long time, and what I intend to present here is not something new, it’s just new to me.
Qt, pronounced „cute”, is a library for C++, but not limited to that, that can be used to write code that can be compiled on/for almost any operating system, including Linux, OS X, Windows, Android, and iOS(still under development).
[Read More]Enable Remote Access in MySQL on Ubuntu/Linux
This is a short an simple tutorial on how to enable remote access on MySQL on Ubuntu/Debian:
- Edit the file /etc/mysql/my.cnf: at the line with: bind-address = …
- Replace 127.0.0.1 with your server’s IP address.
- Save the file!!!
- Log in to MySQL: mysql -u root -p
