Tags
administration agenda android apache Arduino automation cell phone command line configuration configuration management course dat8tf063 DevOps download embedded exam feedback GUI hardware Helsinki html5 interoperability Java kurssi linux Linux Basics linux palvelimena mobile pick precise puppet Red Hat robot security short ssh student test tutorial Työasemat ja tietoverkot ubuntu weela.net wifi windows wlan
MS Exchange Email & Calendar with Evolution
Read email from MS Exchange without IMAP. Optionally, use Exchange calendar too. All from comfort of your Linux.
Posted in Uncategorized
Tagged 4001, email, Evolution, Exchange, imap, interoperability, kludge, linux, MAPI, MUA, ubuntu, Ubuntu 12.04 LTS, windows
Leave a comment
Working with Xubuntu project
I’m using Xubuntu, also when teaching in Haaga-Helia. I just met with Pasi Lallinaho, leader of Xubuntu project. Xubuntu is Linux distribution using the XFCE desktop. It’s based on Ubuntu (and Debian), simple, light and fits on a CD. And … Continue reading
Git from Offline to Network
Syncrhonize Git project over network, even if you started it locally. Git is the version control system designed by Linus and used by Google, Facebook, Microsoft, Rails and of course Linux. You can do it too. You can start tracking … Continue reading
Posted in Uncategorized
Tagged git, linux, network, synchronization, vcs, version control system
Leave a comment
Xubuntu 12.04 LTS on Vappu
Update: Final release is published. I’ve been using, testing and teaching the beta version for a while. Check links for tutorials of Puppet, Vagrant and other new tools. New Packages & Versions Puppet 2.7 – configuration management (Hello Puppet, PuppetMaster) … Continue reading
Posted in Uncategorized
Tagged 12.04, beta, download, iso, linux, precise, torrent, ubuntu
2 Comments
Apache on Vagrant on Ubuntu – “config.vm.forward_port 80, 8080″ and ‘vagrant reload’
Vagrant can automatically set your port forwarding to your guest os. This makes web development easy. To follow this article, you should have vagrant installed. Install Apache on Guest In the box (guest OS), install Apache web server box$ sudo apt-get … Continue reading
Posted in Uncategorized
Tagged apache, configuration management, DevOps, linux, port forwarding, ubuntu, vagrant, virtual machine
Leave a comment
Vagrant on Ubuntu 12.04 – Create and Boot New Virtual Machine in Minutes – apt-get install vagrant
Vagrant quickly creates a new virtual machine. Settings like automated ssh login and sudo are handled automatically. To follow this artice, you should be familiar with command line, apt-get and ssh. First Time Setup $ sudo apt-get -y install vagrant … Continue reading
Posted in Uncategorized
Tagged 12.04, configuration management, DevOps, linux, precise, provisioning, ubuntu, vagrant, VirtualBox
Leave a comment
Reading StackOverflow XML Dump to MySQL Database
StackOverflow data is available for free. To play with the XML data dump, you must insert it into MySQL database. This report shows you how. This article is not for beginners. To follow this article, you should have the StackOverflow … Continue reading
Posted in Uncategorized
Tagged linux, mysql, open data, parsing, sax, sql, StackOverflow
Leave a comment
Change MySQL Password on Ubuntu – dpkg-reconfigure mysql-server-5.1
Forgot MySQL server root password? It’s trivial to change it in Ubuntu and Debian. $ sudo dpkg-reconfigure mysql-server-5.1 To get the version of your package, just type ‘sudo dpkg-reconfigure mysql-server-5″ and press tab a couple of times. It simply asks for … Continue reading
Posted in Uncategorized
Tagged 12.04 precise, daemon, debian, linux, mysql, password, server, short, tip, ubuntu
Leave a comment
Raspberry Pi 30 EUR Linux computer launched, get 4000 IPv6 addresses from Linode
This is a happy day! Rasbperry Pi 30 EUR Linux computer launched 35 USD Fedora Linux HDMI (full 1080p HD), USB, 100 Mbit/s Ethernet 700 MHz ARM, 256 MB RAM Raspberry Pi (homepage, Wikipedia) sells trough major electronic distributors: RS … Continue reading
Posted in Uncategorized
Tagged Fedora, IPv6, Linode, linux, Raspberry Pi, Red Hat, virtual host
Leave a comment
Demo Coming: 30 Ubuntus Installed & Managed
Update: Just came from lab and saw it working. The whole lab of 24 computers was installed. Only a couple of computers needed manual reboot (EFI BIOS settings, DHCP timeout). Configuring computers worked, too. AwaseConfigurations is almost ready. They can … Continue reading
Posted in Uncategorized
Tagged administration, awase, configuration management, fabric, linux, squid, ssh
Leave a comment
Print PDF from Command Line – cups-pdf, lpr -P PDF
After installing cups-pdf, you can print to file with ‘lpr -P PDF’. Install PDF printer $ sudo apt-get -y install cups-pdf List printer names that lpr can understand $ lpstat -p -d printer deadtree is idle. enabled since 2011-06-22T08:09:05 EEST … Continue reading
Virtualize Servers with KVM, Cloudmin and Ubuntu
My students Antti Ollila, Sakarias Hiltunen and Juha Salminen virtualized some servers. They set up a web interface that creates new virtual servers with a click of a button. After trying some alternatives, they ended up using KVM and Cloudmin. … Continue reading
Posted in Uncategorized
Tagged cloud, cloudmin, DevOps, kvm, linux, student, virtualization, vps, xen
Leave a comment
Administering 30 Computer Ubuntu Network
Would you like to install a small, 30 computer network? And manage it, in an automatic way? My students Armens, Henri and Panu decided to answer that question. Their blog has opened at Awaseconfigurations.Wordpress.Com Currently, they are playing with tools … Continue reading
Posted in Uncategorized
Tagged administration, configuration management, linux, student, ubuntu, Verkon asiantuntijan projekti
1 Comment
Update All Your Computers with a .DEB Repository
Let all of your computers update your software automatically. Once you’ve packaged your scripts, put them in your own repository. Your workstations and servers can then automatically install latest versions of your programs. Prequisites: Packaging, Apache web server, Command line, … Continue reading
Posted in Uncategorized
Tagged apt, configuration management, deb, linux, packaging, pick, repository, reprepro
3 Comments
Eee PC 701 works with Ubuntu 11.04
Ubuntu 11.04 works fine on Eee PC 701. Installation requires some counterintuitive steps. In my brief test, I found that display, mouse, keyboard and wireless network worked. Preparation Backup files from your Eee PC before installing a new OS. Also … Continue reading
32 bit Linux can see 8 GB of memory
In some operating systems, you can only see a little under 4 GB of RAM with a 32 bit OS. It’s a common myth that this would be the case with Linux too. In Linux, you can see your whole … Continue reading
Posted in Uncategorized
Tagged 32 bit, 64 bit, command line, cpu width, Did you know, linux, memory, Myth, pick, ram
Leave a comment
BootLoaderin korjaaminen
Eli kuinka päivittää Windows 7 osio ja säästää Linux? Propellivaroitus: Jos avasit tämän artikkelin vain nähdäksesi, mikä on bootloader, ei ehkä kannata yrittää noudattaa näitä ohjeita. Jos et pyydä IT-palveluilta mitään erityistä, koko koneesi tyhjennetään päivityksen yhteydessä, mutta saat sen … Continue reading
Posted in Uncategorized
Tagged boot, bootloader, bug, bypass, fix, interoperability, linux, partition, windows
Leave a comment
Create deb metapackage in 5 minutes
How to install your 200 favourite programs automatically? Latest versions with bug fixes, please. Create a metapackage. Install requirements $ sudo apt-get update $ sudo apt-get -y install equivs Create source file Create a skeleton file. Use only small caps … Continue reading
Posted in Uncategorized
Tagged apt, configuration management, deb, debian, linux, package, pick, ubuntu
1 Comment
View & Kill – Processes in Linux
Better to kill one bad process than let the whole system crash. Catch the hogs and let your uptimes grow!













BotBook.com
Sulautetut.fi