Terminal forever <3. Share if you agree about command line
Taken from http://www.commitstrip.com/en/2016/12/22/terminal-forever/
seen from Tunisia
seen from Malaysia

seen from United States

seen from Sweden

seen from United States

seen from Sweden
seen from Spain
seen from France

seen from United Kingdom
seen from Russia
seen from United States
seen from India
seen from Somalia

seen from Sweden
seen from France
seen from United States
seen from China
seen from China
seen from Maldives
seen from United States
Terminal forever <3. Share if you agree about command line
Taken from http://www.commitstrip.com/en/2016/12/22/terminal-forever/

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Here are eleven places where you can buy a computer or laptop with Linux pre-installed. No more Microsoft tax or driver problems.
Configurer le modem hdm EC220de inwi sous Ubuntu
J'ai vu plusieurs problèmes d’utilisateurs Linux ubuntu avec le modem 3G HDM EC122 de INWI et j’ai décidé d’écrire cet article pour voir ensemble La méthode pour le configurer afin qu’il se connecte à l’Internet, la méthode est assez simple, il vous suffira de modifier un fichier de configuration (celui de wvdial). Note : Toutes les commandes qu’on va lancer dans ce tutoriel se feront en tant qu’administrateur (root), dans un terminal.
Installer le package " wvdial "
Avant de télécharger les packages nécessaires vous devez utiliser le compte d’administrateur pour exécuter les commandes en tout liberté pour faire cela ouvrirez votre Terminal et tapez :
sudo –s
Après Entrez votre mot de passe, on passe à télécharger le package de wvdial sur la page des packages de Ubuntu télécharger ici Pour installer le package tapez dans la fenêtre Terminal.
apt-get install wvdial
1 configurer fichier wvdial.conf
Maintenant on passe à configurer le fichier wvdial.conf, pour faire cela ouvrirez le fichier /etc/wvdial.conf avec votre éditeur de texte préférer dans notre cas nous utiliserons nano, tapez sur votre console la commande suivante :
nano /etc/wvdial.conf
Après ajoutez ces lignes suivants à la fin du fichier et l’enregistrez sachant que vous devez changer les lignes Username=wana , Password=wana avec votre propre nom d’utilisateur et mot de passe.
[Modem3] Modem = /dev/ttyUSB0 Baud = 230400 SetVolume = 0 Dial Command = ATDT Init1 = ATZ FlowControl = Hardware (CRTSCTS) [Dialer HDM] Username = wana Password = wana Phone = #777 Stupid Mode = 1 Inherits = Modem3
2 connecter à internet
Maintenant pour que vous puissiez de se connecter à Internet avec votre modem tapez sur votre console.
wvdial HDM
Maintenant vous pouvez connecter à Internet avec votre modem HDM EC122. Configurer le modem hdm EC220de inwi sous Ubuntu modem hdm EC220, Tutoriels, Ubunu, Modem wana, Modem inwi, 3g from Labgnulinux http://ift.tt/1oTtLC0
Microsoft Silverlight in Ubuntu
I had problems viewing a few live webinars on my ubunut machine. The site was asking for the Silverlight plugin, so after a lot a digging through google i managed to come up with this simple solution.
running these commands in the terminal seems to have done the trick.
sudo add-apt-repository ppa:pipelight/stable sudo apt-get update sudo apt-get install --install-recommends pipelight-multi sudo pipelight-plugin --update
Then to enable silverlight issue the following command.
sudo pipelight-plugin --enable silverlight
Once it is up and running, open your browser and the plugin should be running, allowing you to view those live webinars which require silverlight.
More info can found over on my main site.
[ubuntu] change user default home directory
useradd -d {home_directory} -s /bin/bash {user_name}
해당 명령어로 유저 생성 시 홈디렉토리 지정하여 생성가능.
혹은 유저 생성 후 /etc/passwd 파일에 홈 디렉토리 수정하면된다.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Back to Linux
Within the last few weeks I have moved back to using linux on my laptop. Instead using Arch as my OS on my laptop I have chosen to use Ubuntu. I have done this because it is a lot easier to maintain. There are more applications readily made avaible and I don’t have to constantly remind myself to update. It also comes with a lot features already built-in like Thunderbird for email and Libre Office…
View On WordPress