
johan.pp.se
Johan HedbergRandom notes of geeky stuff
http://johan.pp.se/
Random notes of geeky stuff
http://johan.pp.se/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
11
SITE IP
0.0.0.0
LOAD TIME
0 sec
SCORE
6.2
Johan Hedberg | johan.pp.se Reviews
https://johan.pp.se
Random notes of geeky stuff
Percona XtraDB | Johan Hedberg
http://johan.pp.se/2012/10/31/percona-xtradb
Random notes of geeky stuff. Posted on October 31, 2012. I've been using standard MySQL with semi-synchronous. On a few places for quite some time and have found it unreliable and as expected a bit slower than a single MySQL instance. So I've been looking for alternatives and after some googling I decided to try out Percona. Or more precisely their XtraDB Clustering software. I've set up two servers in a redundant multi-master manner. Both are virtual machines. Filed under: General geeky.
Installing Steam on Linux Mint 13 | Johan Hedberg
http://johan.pp.se/2013/01/03/installing-steam-on-linux-mint-13
Random notes of geeky stuff. Installing Steam on Linux Mint 13. Posted on January 3, 2013. Today I've went through the hassle of installing steam on Linux Mint 13 (Maya). It wasn't that straightforward, because the guides that exists. Are horribly wrong and for example the ones I tried to follow will make you end up with API version mismatch between Nvidia kernel module and X11 driver. So I'm providing correct and up to date instructions here. You can start by downloading the steam package. Then you'll n...
Configs | Johan Hedberg
http://johan.pp.se/configs
Random notes of geeky stuff. This is my collection of configuration files for the applications I use on the command line. It includes my favorite shell, favorite editors, favorite terminal multiplexer etc. I mostly keep this for myself for when I install a new server or get a new shell account on someone else's server, but feel free to grab whatever you want from here. I will comment the files some day. Hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%? G}][%{B} %d %M %Y %{W}%c:%s %{g}]%{-}'. Bindkey ...
General Geeky | Johan Hedberg
http://johan.pp.se/category/general-geeky
Random notes of geeky stuff. Back to web development. Posted on March 22, 2015. Filed under: General geeky. Forgotten passwords in Solaris. Posted on June 13, 2013. Filed under: General geeky. Fixing blue-tinted colors in flash. Posted on December 23, 2012. Create a file named /etc/adobe/mms.cfg and put this into it:. Filed under: General geeky. Posted on December 16, 2012. Filed under: General geeky. Posted on October 31, 2012. I've been using standard MySQL with semi-synchronous. Running on KVM with 4 ...
Some fun with SNMP | Johan Hedberg
http://johan.pp.se/2015/03/08/some-fun-with-snmp
Random notes of geeky stuff. Some fun with SNMP. Posted on March 8, 2015. Smilint -s -e -l 6 -p HPROD-SNMP-MIB HPROD-SNMP-RPI-MIB. There's a few useful sites too:. Http:/ www.net-snmp.org/wiki/index.php/Writing your own MIBs. Http:/ www.nealc.com/blog/blog/2013/02/23/writing-an-snmp-agent-with-a-custom-mib-using-pysnmp/. My MIB's can be found here:. Subscribe to comments on this post ). Sorry, the comment form is closed at this time. Back to web development. Laquo; Forgotten passwords in Solaris.
TOTAL PAGES IN THIS WEBSITE
19
ZFS - Zettabyte File System
http://www.zfs.se/calculator
Calculating storage with ZFS. Size of disks (in TB):. Disks in each vdev:. Created by: Johan Hedberg.
MollyBoB » Blog Archive » Fått ett jobb!
http://mollybob.com/2014/fatt-ett-jobb
Dogs never bite me. Just humans. Augusti 17th, 2014. För några veckor sen sökte jag ett jobb som Black Jack-dealer, och jag fick det! Just nu går jag en kurs så jag ska lära mig, men det dröjer inte länge tills jag ska vara ute själv! Det kommer klirra lite i kassan iallafall och jag kommer förhoppningsvis ha riktigt kul! Posted in Life of. This entry was posted on söndag, augusti 17th, 2014 at 3:52 e m and is filed under Life of. You can follow any responses to this entry through the RSS 2.0.
ZFS - Zettabyte File System
http://www.zfs.se/backups
Backing up ZFS storage. ZFS has bultin snapshot functionality which is very useful for taking backups. Taking backups for keeping locally is very simple. You create a snapshot with the zfs. Command and then you're done. Snapshots can be destroyed using the zfs. Command. The data in a snapshot is readonly, and can be accessed using a special directory entry. Zfs snapshot storage/myfs@my-snapshot-name cd /storage/myfs/.zfs/snapshot ls # my-snapshot-name zfs destroy storage/myfs@my-snapshot-name. Which simp...
ZFS - Zettabyte File System
http://www.zfs.se/monitoring
Proper monitoring is almost as important as backups. You want to know when something bad happens, and you want to know it fast so that you may fix it. You will probably have to write some scripts in order to incorporate this into your monitoring system of choice. But for the ZFS part of the setup there's two things you want to look at. Pool and device status. You want to make sure your pool is healty, that no disks are. Created by: Johan Hedberg.
NeZZeR - Home of me
http://www.nezzer.se/links.html
Nedan följer några bra länkar. En mycket stabil och väluppdaterad distro. En riktigt bra och användarvänlig distro. Rolig,hemsk och galen sajt. En skillad vän som jag känt mycket länge. Like a sister from another mister". En vän från högstadiet. En vän från högstadiet. En vän från högstadiet.
ZFS - Zettabyte File System
http://www.zfs.se/create
Create ZFS pools and file systems. Creating ZFS pools and filesystems is dead easy. You need to have a list of the disks you want to use at hand. This is operating system dependant and not shown. I will assume you know how to list the disks on your operating system. A zfs pool is made up of one or more. Which is kind of a logical group of disks. A vdev can be a single disk, but it's not recommended. Common choices are. Creating a ZFS pool. Created by: Johan Hedberg.
ZFS - Zettabyte File System
http://www.zfs.se/get
The best choice for running any kind of ZFS solution as ZFS is builtin, even the root filesystem runs on ZFS by default. Oracle Solaris is also always on the latest version of ZFS as long as you update. Because you do have valid certificates in your pkg right? So instead we install the native ZFS kernel module from zfsonlinux.org. But using a ppa in order to have proper package management with APT. Apt-add-repository -y ppa:zfs-native/stable apt-get update apt-get -y install ubuntu-zfs modprobe zfs.
ZFS - Zettabyte File System
http://www.zfs.se/maintain
Maintaining ZFS pools and filesystems. Maintaining ZFS is pretty easy as the zpool and zfs commandline utilities are very easy to use and well documented, both with builtin help texts and in the man pages. There's also a ton of useful documentation on Oracle's web pages. Zpool add storage mirror /dev/sdf /dev/sdg. ZFS has support for hotspares which ZFS can automatically use to replace disks that suddenly disappears. Spares unlike vdevs can be added or removed at any time. If you have had a hotspare auto...
TOTAL LINKS TO THIS WEBSITE
11
#sysadminsucks
Monitorama 2016 Portland Day 3. Netflix - Intuition Engineering at Netflix. Discussed problems at Netflix that regions were siloed, they worked on serving users out of any region. To fail regions, need to scale up other regions to server all traffic. Dashboards, good at looking back, but need to know now. How to provide intuition of the now? Created vizceral - see the blog post for screenshots and video: http:/ techblog.netflix.com/2015/10/flux-new-approach-to-system-intuition.html. Old Monitoring System...
johan.ostensson.se
Home - Mijn Tandarts
09 375 07 31. Javascript protected email address]. Op zaterdag, zon- en feestdagen tussen 9u00 en 18u00. Gesprekskost: €1,50/min.
johan.pp.ru
The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois).
Johan Hedberg
Random notes of geeky stuff. Posted on March 23, 2015. A few months ago I moved all my sites out of a shared hosting environment (which I used due to laziness) and onto a VM in order to have some more freedom. I've sticked with Apache instead of switching to Nginx as I work with a huge Apache environment and it's only good to use that same skill-set privately too. (Although I do run nginx on some other boxes for other stuff too of course.). Back to web development. Posted on March 22, 2015. IFA IN6 (.
Johan Arensman
Experienced web and front-end developer. True digital at heart; Dutch web standards enthusiast and currently an all-round web developer at the dutch web design and development company Bitfactory. My passion is creating web sites and applications using semantic markup and unobtrusive techniques with maximized usability and scalability. Server side I have several years of experience with Java and. But I prefer working with the scripting language. My online business card.
uw zanger
Speciaal voor de bezoekers die geen frames kunnen 'zien'. De website johan.produceert.nl. Johanproduceert.nl = http:/ members.home.nl/johanheeren68/2.
Redström
A] Umeå Institute of Design. SE-901 87 Umeå, Sweden. Johanredstrom at dh.umu.se. Www] http:/ www.uid.umu.se/. Johan Redström (2012). Defining Moments, in Wendy Gunn and Jared Donovan (eds.), Design and Anthropology. Combining philosophical and artistic approaches, my research focuses on experimental design and critical practice. Research programs include Slow Technology. On designing for reflection rather than efficiency in use, IT Textiles. I'm married to Maria. And we have three kids. Currently pr...
Zuid Amerika
26 juni 2012 - Montevideo. Hallo, hallo, hierbij het laatste (sniksnik) reisverhaal. De nacht zijn we in Salto gebleven. Ook hier was het weer een praktische opzet, want de busterminaal, de bank met ATM, wisselkantoor, de supermarkt en overige winkels bij elkaar. Verrassend en erg makkelijk. Juist, badderen in de thermobaden. Lekker lui en daarnaast een beetje barbecueën en lanterfanten. Niks mis mee. Uruguay is qua landschap niet zo spectaculair. Het is licht glooiend, soms wat heuvelachtig, met voo...
Johan - Personal & Tech Blog
Keep it simple, stupid! Welcome to HTTP REQUESTS hell. Concatenate javascript files! Music – My passion (New stuff). Opera 10: the future is very bright. Getting old here , help! On How to recognise a good programmer. On Music – My passion (New stuff). On Where are we heading? On Music – My passion (New stuff). On I’m not dead! Welcome to HTTP REQUESTS hell. Concatenate javascript files! Posted on 14 Noiembrie 2009. I often find myself looking through other websites sources, and find something like this :.