Tag: Linux
-
Video Editor in Linux KDEnlive
Kdenlive 0.9.6 Aspettiamo con ansia la versione 1! Ha superato il test nella creazione basica di video amatoriali. Unico Software video a permettere l’integrazione dei metadati all’interno dei file ogg. Spero si specializzi nei formati liberi, cosĂ da diventare concorrenziale a livello professionale. Devo ammettere che la gran parte delle volte che il software crasha…
-
Designer Work Tools 2013
I can already complaiine that none of the tools for live CSS editing, support SASS or LESSÂ (or other pre processor). But they speed up your life so much we cannot complaine longer. CSS updater FireBug plug in http://www.cssupdater.com/ Prerequisites: Adobe Air, Firefox and minumum FireBug Style Editor 1.0 https://addons.mozilla.org/en-US/firefox/addon/style-editor/?src=api Requirements: Firefox 12.0 and later…
-
Rasperry Pi SPI Touchscreen X-Server
Thanks to Dominique Gallot and vis, I managed to drive a MI0283QT-2 color touchscreen on the raspi 🙂 I followed the steps at www.gallot.be/?p=197 and added the framebuffer driver by vis to run X and LXDE-desktop. 40px in vertical are missing and touch is not working yet, but it’s very funny to use a mouse…
-
Raspberry Pi Initialization
Today I received 2 Raspberry Pi boards from watterott.com – Thanx for the fast delivery! Specs: www.watterott.com/de/Raspberry-Pi-Model-B During installation and configuration some bugs appeared, so here are some notes to get around: I used this debian wheezy image: www.raspberrypi.org/downloads and followed the linux console install guide elinux.org/RPi_Easy_SD_Card_Setup At first various problems occurred: locale- and keyboard-…
-
Tool of the week: k4dirstat
HeyHo, the disc is full, the disc is full…, but i found a great help: “KDirStat – Directory statistics. Shows where all your disk space has gone and helps you clean it up.” Installation in Debian and Ubuntu: $Â apt-get install k4dirstat I think the screenshot says it all: Every cube in the tree-map illustration…
-
Icecast, Rails, ntop, etherpad,… via Apache Webserver: ProxyPass
A quick tip, how to map web-apps on random ports to the main apache webserver. This way you can run these services on subdomains or sub-directories and support SSL encrypted https connection, even if it is not directly supported. Take care to not open a proxy for everybody or it can be abused by spammers.…
-
git – Version Control System – Workshop @Nerdcafe
git-workshop 27.09. – 19:00 nerdcafe.10247.net This lecture is an introduction to git, mainly from client-site, but some tricks for servers to control access are also introduced (gitosis). Furthermore, with git-svn you are able to reach a svn-repo via a git repo.
-
Timetracking Linux and Web Tools
Here’s a comparison of some programs in debian/ubuntu repositories, that help to keep track of your worktimes KTimetracker This is in the Debian and Ubuntu repositories. it is programmed for the KDE window environment, but if you have all the KDE libraries already, just run this in a terminal: wait! update first it’s best practise…
-
Shell Basics Workshop Report n. 3/3 Juli 2010
>> nerdcafe Vetomat 26.7.2010      snufu/fuzzy speach, Zbog report SHELL BASICS N°3 [c]$ ncal -w[/c] calendar for the current week (it shows the all month) [c]$ red[/c] open a (strange) text editor in the terminal to go out: q + enter [c]$ mcedit filename[/c] the famous midnight-command editor (apt-get install mc) [c]$ mc[/c] clone of…
-
Shell Basics Workshop Report n. 2/3 Juli 2010
>> nerdcafe Vetomat 19.7.2010      snufu/fuzzy speach, Zbog report SHELL BASICS N°2 [c]$ nmap 192.168.1.0[/c] scan the local subnet to check for available hosts – nmap returns all IPs of running machines in the specified subnet. 192.168.1.0-100 scans IPs 1-100. (you ll need to apt-get install nmap) [c]$ uptime[/c] Shows when the pc started; how many…