nexus 7 ssh kubuntu kde linux


install SSHDroid free application

just use dolphin for ssh see the picture

dolphin nexus0

ok so as you can see i have my nexus on the lan with 192.168.1.149 yours can change the other stuff it’s ok the password of SSHDroid is admin by default but i have changed ….

dolphin nexus

and finally you got it

dolphin nexus1

Kde Kubuntu 12.10 install HP Officejet 4500 G510g-m ethernet


Hi here there is a tutorial for who like me had some problem with this hp

First of all if you want use USB connection you have not to read this article becasue it works out of the box even the scanner , so if you need a program to get your pictures from  printer’s scanner you need to install skanlite 

Now let’s set your printer like the ethernet printer.

just plug your ethenet cable from router to printer and now open your browser  here

localhost:631

ADD A PRINTER

Image

SELECT THE NETWORK ONE

Image

WRITE THE NAME YOU WANT USE

Image

SELECT THE CORRECT MODEL  NOTE THERE IS HPIJPS THAT DOESN’T WORK SELECT INSTEAD THE HPCUPS ONE

Image

konsole autocomplete


this is really annoying, you know what is TAB no? yes the freaking button that help you to autocomplete commands on konsole…

well this was broken on alpha2 , probably because the installation was interrupted   in the middle scaring me  a lots, well it’s an alpha…

so how could i fix this ? googling :)

first check if you have  bash-completion  if not :

sudo apt-get install bash-completion nano

(nano is a text editor ) after that

kdesudo kate /etc/bash.bashrc

if it doesn’t work

sudo nano /etc/bash.bashrc

you have to search

#if [ -f /etc/bash_completion ]; then
# . /etc/bash_completion
#fi

and remove # form the second line so :

if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi

close konsole open konsole it should be working now HAPPY TABBING

Follow

Get every new post delivered to your Inbox.