Skip to content

Vagnretur

Menu
  • About
  • Exempelsida
  • Sample Page
  • About
    • Testsida
Menu

Category: Linux

Notes for creating a bootable FreeBSD pxe image

Posted on August 3, 2018 by Daniel

This is my notes for creating a bootable pxe image for freebsd on foreman # wget http://mfsbsd.vx.sk/files/images/11/mfsbsd-se-11.2-RELEASE-amd64.img # mkdir /mnt/loop # mdconfig -a -t vnode -f mfsbsd-se-11.2-RELEASE-amd64.img # mount /dev/md0p2 /mnt/loop # cd /mnt/loop # cp -p mfsroot.gz /tmp/ # cd /tmp # gzip -d mfsroot.gz # mdconfig -a -t vnode -f mfsroot # mkdir…

Read more

How to migrate a linux partition to another server over ssh

Posted on March 21, 2014 by Daniel

In order to migrate a partition/lvm to another server you can run the following command: dd if=/dev/vg/source bs=512M |gzip |ssh root@target “gzip -d | dd of=/dev/vg/dest bs=512M”

Read more

How to move a wordpress installation easily

Posted on March 21, 2014 by Daniel

In order to move a WordPress installation, move all web files to the new location and run the following queries in the database: UPDATE wp_options SET option_value = replace(option_value, ‘http://www.old-domain.com’, ‘http://www.new-domain.com’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’; UPDATE wp_posts SET guid = replace(guid, ‘http://www.old-domain.com’, ‘http://www.new-domain.com’); UPDATE wp_posts SET post_content = replace(post_content, ‘http://www.old-domain.com’, ‘http://www.new-domain.com’);

Read more

Intressant om Ipv6

Posted on December 21, 2010 by Daniel

Ithelpdesk.se går nu att nå både över Ipv4 och Ipv6. 🙂

Read more

Fedora 13

Posted on May 4, 2010 by Daniel

Välkommen till mitt första inlägg. Snart släpps Fedora13.

Read more

Recent Posts

  • Notes for creating a bootable FreeBSD pxe image
  • How to migrate a linux partition to another server over ssh
  • How to move a wordpress installation easily
  • Intressant om Ipv6
  • Testmeddelande via iphone

Recent Comments

No comments to show.

Archives

  • August 2018
  • March 2014
  • December 2010
  • September 2010
  • May 2010

Categories

  • Hemsidan
  • iPhone
  • KVM
  • Linux
© 2025 Vagnretur | Powered by Superbs Personal Blog theme