google translate in your shell golgu-translate !


some time i use google services to translate my own sentences … just to check if i have written well and maybe the pronunciation

so because of i use often terminal i decided to create my own tool to this job

and voila’

http://cli-apps.org/content/show.php?content=158355

adjustable clock javascripting


after some time :D … adjustable clock got the javascript support.I got a chat with Michal D and he was very open to ideas for aclock anyway this is the first test :D

Open destkop console

qdbus org.kde.plasma-desktop /MainApplication showInteractiveConsole

copy and paste this code in the destkop console :
example :

 
 var panel = new(Panel)
var clock =  panel.addWidget("adjustableclock") 
clock.writeConfig("clipboardExpressions","Clock.toString(Clock.Time\\, {'short': true}),Clock.toString(Clock.Time),,Clock.toString(Clock.Date\\, {'short': true}),Clock.toString(Clock.Date),,Clock.toString(Clock.DateTime\\, {'short': true}),Clock.toString(Clock.DateTime),Clock.toString(Clock.Year) + '-' + Clock.toString(Clock.Month) + '-' + Clock.toString(Clock.DayOfMonth) + ' ' + Clock.toString(Clock.Hour) + ':' + Clock.toString(Clock.Minute) + ':' + Clock.toString(Clock.Second),,Clock.toString(Clock.Timestamp)")
clock.writeConfig("theme","dbclock")

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

Follow

Get every new post delivered to your Inbox.