The Mafia Underground – Trainer

0

Voici un petit projet j’ai fais pour The Mafia Underground. L’objectif était d’aider les membres à effectuer certains calculs.

Lien: TMU trainer

homesoftdownload.com-fedora-logo

Résolution DNS lente avec Fedora 15

4

Si vous trouvez que la résolution DNS est très lente sur votre poste, il peut s’agir seulement d’une petite erreur de configuration. Le fichier de configuration qui spécifie comment effectuer la résolution de noms est /etc/nsswitch.conf

Nous allons modifier ce fichier pour faire en sorte qu’il passe directement au fichier hosts et ensuite directement aux DNS spécifiés dans /etc/resolv.conf
(Lire la suite…)

fs_logo_512_bigger

Modifier le effective_caller_id_name dans un dialplan à partir d’un fichier CSV

0

La problématique qui a mené à ce petit bout de code est tout simple, on avait une liste d’employés qui arrivait au serveur Freeswitch à partir d’une T1 Nortel sur laquelle il nous étaient impossible de faire passer le «Caller Name». Par-contre, nous avions cette information «Caller Name – Extension» dans un fichier CSV généré automatiquement à tous les jours à partir pour du traîtement dans la base de donnée.
(Lire la suite…)

homesoftdownload.com-fedora-logo

Faenza Icon Theme sur Fedora Core 15 et Gnome 3 avec gnome-shell

6

[UPDATE: Faenza 1.1 est disponible (13 Octobre 2011) Obtenez-le ici --> TÉLÉCHARGER ] Fonctionnel pour Fedora Core 16

[UPDATE: Faenza 1.0 est disponible (10 Août 2011) Obtenez-le ici --> TÉLÉCHARGER ]

Si vous êtes comme moi, le look de votre OS est aussi important que sa performance. Je suis passé récemment sur Fedora 15, pour avoir accès à Gnome 3 et ainsi laisser de côté Unity et Ubuntu. La décision de Ubuntu d’ajouter un menu universel à la « Apple » m’a fais fuir Unity, je revisiterai si Ubuntu change d’idée un jour, mais pour moi c’est un gros NON!

Sous Ubuntu j’utilisais les icônes de Faenza ( http://tiheum.deviantart.com/#/d2v6x24 ) que je trouve tout simplement magnifique. Sous Fedora, je n’ai plus accès au PPA qui permettait l’installation simple des derniers icônes disponible, alors j’ai effectué quelques recherches et voici comment installer les icônes Faenza sur votre Fedora 15 avec le gnome-shell activé!
(Lire la suite…)

ubuntu_logo

Howto – Ubuntu – Partager souris et clavier entre deux ordinateurs

0

I’m sure i’m the not the only one who have two computers at home, using their own screen but i would like to share on keyboard and mouse. I’ll take my own situation since this is the best way to explain my thoughts, i have one laptop and one desktop computer. So when i want to use both at the same time, i needed either to use a KVM Switch or to use the laptop keyboard and mouse for what happens on that computer, and use another keyboard and mouse for my desktop. This is a big lost of time and effectiveness, as you know all geeks try to use their systems to save time and energy, so that’s where my journey began.

It’s at that time that my researches led me to Synergy, how to explain what it does better than quoting what the website says

Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware. It’s intended for users with multiple computers on their desk since each system uses its own monitor(s).

Website: http://synergy-foss.org

Basically, it allows you share a keyboard and mouse through many computers of any OS. Isn’t that amazing? Yes it is, and you know the best part? It’s working pretty well.

I’ll show you here how to share between two Linux machines, as it’s currently what i have in front of me, but believe me it’s very easy to apply the same thing to any other OS.

Server (where keyboard and mouse is connected)

  1. Using your favorite method, install synergy and quicksynergy, it’s in the Ubuntu repositories, so it’s pretty easy to install using aptitude or Ubuntu Software Center.
  2. Once the packages are installed on the server power up quicksynergy by going into Applications / Accessories / QuickSynergy
  3. Go in the Share tab and depending where your other computer screen is enter the DNS name or IP address or NetBIOS name of that machine in the corresponding. So if the other computer screen is at the left of the server, enter it’s name in the box at the left of the center icon.

  4. As you can see my laptop name is dlaplap, so i typed it in the left box! Easy enough?

  5. Hit Execute
  6. Now your server should be running, and waiting for a remote connection

Client

  1. Using your favorite method, install synergy and quicksynergy, it’s in the Ubuntu repositories, so it’s pretty easy to install using aptitude or Ubuntu Software Center.
  2. Once the packages are installed on the server power up quicksynergy by going into Applications / Accessories / QuickSynergy
  3. Go in the Use tab and enter the name or IP of the server to connect to.

  4. Just enter the server IP or name!

  5. Hit Execute
  6. Your mouse and keyboard should now work on both PC.

So this is very easy to setup and it works very easily. If you have any problems just post in the comments section, and i’ll try to help you to the best of my knowledge.

Go to Top