Skip to content
  • Home
No comments

Installing flash-player in Chromium OS

  By admin 22 April 2018 22 April 2018 Geen categorie

Chromium OS doesn’t come with Flash Player. On this page you will find an adapted version of the install/update script from the Ubuntu pepperflashplugin-nonfree package. Continue reading

No comments

Using netcat and tar to quickly transfer files between machines

  By admin 31 July 2016 31 July 2016 linux, network

So you have lots of data to transfer between two machines over ethernet. A nice quick and dirty method is to use netcat and tar. This is by no means secure, but if you haven’t got the time or desire to setup NFS, FTP, Samba, or wait hours for scp… Continue reading

No comments

Extracting and repacking an initrd image

  By admin 20 July 2014 20 July 2014 linux

If you want to change the contents of an initrd image you need to extract it, make the changes and repack it. This is how you do it. Open a bash terminal as root. Create a working directory, i will use `initrd`. Then create a directory called `root` in your… Continue reading

Tagged   extract, initrd
No comments

Script to set file permissions on a shared document tree

  By syl 19 July 2014 19 July 2014 linux

When using a shared document tree you probably want to keep the the same groupid when saving and creating documents. To do this you set a sticky bit on the folder. I wrote a script to set/correct the permissions in a shared older. #! /bin/sh # shellscript to set user… Continue reading

Tagged   bash, permissions, shared, tree
No comments

Change system wide default file permissions

  By syl 19 July 2014 19 July 2014 Uncategorized

By default debian and ubuntu give all users read permission on files and folders. If you work in a shared environment with files stored on NFS you probably want to change this to: u g o folders rwx rwx — files rw rw — The achieve this you need to edit the… Continue reading

Tagged   bash, permissions, samba, umask, X11
No comments

Get your own OpenLDAP server on Debian or Ubuntu

  By syl 6 January 2013 6 January 2013 linux, network

If you have multiple linux machines and multiple users, it’s annoying to keep all the accounts in sync. Changing a password means you have to do it on all machines. OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol (LDAP). It stores user information which can be… Continue reading

Tagged   accounts, ldap, login, openldap
No comments

Setting up DHCP and DNS services on your own network

  By syl 5 January 2013 5 January 2013 linux, network

In most home networks the role of DHCP and DNS server is performed by the router supplied by your ISP. This is fine until you want more complex things as PXE boot or an internal DNS view. To use these functions you need to run a server in your network.… Continue reading

Tagged   debian, dhcp, dns, network, wheezy
No comments

Converting video to mp4 (H.264) and WEBM with avconv (ffmpeg)

  By syl 4 January 2013 4 January 2013 linux, video

Avconv is a fork of ffmpeg used by debian and ubuntu. For now they use the same commandline syntax. Avconv can convert almost every video format there is. I am using it to convert my video’s to mp4 and webm format. These formats are compatible with most HTML5 browsers. I… Continue reading

Tagged   avonv.ffmpeg, commandline, convert, linux, video
No comments

uitzendinggemist.nl XBMC plugin

  By syl 3 January 2013 3 January 2013 XBMC

After searching for a lightweight plugin to play the video’s on www.uitzendinggemist.nl i came to the conclusion that i had to write it myself. So here it is. You can find the plugin on the “XBMC plugin”  page. Continue reading

Tagged   plugin, uitzendinggemist, video, xbmc
  • Adds

  • Recent Posts

    • Installing flash-player in Chromium OS
    • Using netcat and tar to quickly transfer files between machines
    • Extracting and repacking an initrd image
    • Script to set file permissions on a shared document tree
    • Change system wide default file permissions
Powered by Parabola & WordPress.