Blogging All About BSDs
  • About
  • Blog Submission
  • Contact

Posts in category NetBSD

NetBSD 6.1 (and 6.0.2!) Released

May 18, 2013 ~ Written by Jeff Rizzo
The NetBSD Project is pleased to announce NetBSD 6.1, the first feature update of the NetBSD 6 release branch. It represents a selected subset of fixes deemed important for security or stability reasons, as well as new features and enhancements. Simultaneously, the NetBSD Project is pleased to announce NetBSD 6.0.2, the second security/bug [...]
~ read more ~

NetBSD 6.1 Released

May 18, 2013 ~ Written by netbsd.org news
~ read more ~

NetBSD 6.0.2 Released

May 18, 2013 ~ Written by netbsd.org news
~ read more ~

scp: Do not Overwrite Existing File O...

May 10, 2013 ~ Written by nixCraft
I am a new Linux user. I use scp to upload files to net-storage provided CDN company. I do not want to overwrite the existing files. How can I prevent overwriting of files when using scp command under Linux, Mac OS X or Unix like operating systems?Read answer to: \"scp: Do not Overwrite Existing File On Linux or (Read more...)
~ read more ~

NetBSD 6.1 Release Candidate 4

May 02, 2013 ~ Written by Jeff Rizzo
The fourth release candidate of NetBSD 6.1 is now available for download at: http://ftp.NetBSD.org/pub/NetBSD/NetBSD-6.1_RC4/. It is expected that this will be the final release candidate, with the official release following very soon. (Please note that while the third release candidate (RC3) was tagged and built, it was never officially [...]
~ read more ~

NetBSD 6.1 Release Candidate 4

May 02, 2013 ~ Written by Jeff Rizzo
The fourth release candidate of NetBSD 6.1 is now available for download at: http://ftp.NetBSD.org/pub/NetBSD/NetBSD-6.1_RC4/. It is expected that this will be the final release candidate, with the official release following very soon. (Please note that while the third release candidate (RC3) was tagged and built, it was never officially [...]
~ read more ~

Vi / Vim: Wipe and Undo All Changes S...

Apr 28, 2013 ~ Written by nixCraft
I am a new vi / vim text editor user and I know how to quit without saving changes. What if I want to wipe out all of the edits I have made in a session and get back to the original file? How do I wipe all changes since opening a file?Read answer to: \"Vi / Vim: (Read more...)
~ read more ~

A Rump Kernel Hypervisor for the Linu...

Apr 23, 2013 ~ Written by antti kantee
A Rump Kernel Hypervisor for the Linux Kernel Ever since I realized that the anykernel was the best way to construct a modern general purpose operating system kernel, I have been performing experiments by running unmodified NetBSD kernel drivers in rump kernels in various environments (nb. here driver does not mean a hardware device driver, but any driver like a file system driver or TC [...]
~ read more ~

A Rump Kernel Hypervisor for the Linu...

Apr 23, 2013 ~ Written by antti kantee
A Rump Kernel Hypervisor for the Linux Kernel Ever since I realized that the anykernel was the best way to construct a modern general purpose operating system kernel, I have been performing experiments by running unmodified NetBSD kernel drivers in rump kernels in various environments (nb. here driver does not mean a hardware device driver, but any driver like a file system driver or TC [...]
~ read more ~

SSH: WARNING: UNPROTECTED PRIVATE KEY...

Apr 09, 2013 ~ Written by nixCraft
I\'m setting up server on an Amazon EC2 compute instance powered by Suse Enterprise Linux server. I am using the following command to login into the my EC2 compute from OS X/Ubuntu desktop: ssh -i suse-ec2-server-jp.pem root@ec2-xx-yy-zzz-yyy.compute-1.amazonaws.comI am getting the following error: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ [...]
~ read more ~

Updated Security Advisory: NetBSD-SA2...

Mar 29, 2013 ~ Written by netbsd.org news
~ read more ~

pointers to rpi docs 2013Q1

Mar 23, 2013 ~ Written by Matthew Sporleder
We get a lot of comments asking for tips on using the raspberry pi so I thought I would point out some docs: evbarm/rpi wiki docs An example of the rpi.img can be found here: http://nyftp.netbsd.org/pub/NetBSD-daily/HEAD/201303221130Z/evbarm/binary/gzimg/ notice the HEAD (NetBSD -current), datestamp, arch path for future reference There [...]
~ read more ~

pointers to rpi docs 2013Q1

Mar 23, 2013 ~ Written by Matthew Sporleder
We get a lot of comments asking for tips on using the raspberry pi so I thought I would point out some docs: evbarm/rpi wiki docs An example of the rpi.img can be found here: http://nyftp.netbsd.org/pub/NetBSD-daily/HEAD/201303221130Z/evbarm/binary/gzimg/ notice the HEAD (NetBSD -current), datestamp, arch path for future reference There [...]
~ read more ~

NetBSD is 20 years old today!

Mar 21, 2013 ~ Written by netbsd.org news
~ read more ~

Linux / Unix Bash Shell List All Buil...

Mar 19, 2013 ~ Written by nixCraft
Builtin commands are contained within the bash shell itself. How do I list all bash builtin commands under Linux / Apple OS X / *BSD / Unix like operating systems without reading large bash man page?Read answer to: \"Linux / Unix Bash Shell List All Builtin Commands\"    
~ read more ~

NetBSD 6.1 Release Candidate 2

Mar 18, 2013 ~ Written by Jeff Rizzo
The second release candidate of NetBSD 6.1 is now available for download at: http://ftp.NetBSD.org/pub/NetBSD/NetBSD-6.1_RC2/ NetBSD 6.1 will be the first feature update for the NetBSD 6 branch. There are many new drivers, some new features, and many bug fixes! Fixes since RC1 include: Various terminfo fixes (PR#46793, PR#47090, PR#474 [...]
~ read more ~

NetBSD 6.1 Release Candidate 2

Mar 18, 2013 ~ Written by Jeff Rizzo
The second release candidate of NetBSD 6.1 is now available for download at: http://ftp.NetBSD.org/pub/NetBSD/NetBSD-6.1_RC2/ NetBSD 6.1 will be the first feature update for the NetBSD 6 branch. There are many new drivers, some new features, and many bug fixes! Fixes since RC1 include: Various terminfo fixes (PR#46793, PR#47090, PR#474 [...]
~ read more ~

Linux / Unix Find Command: Avoid Perm...

Mar 10, 2013 ~ Written by nixCraft
When I type find . -type d -name \"foo\" command I get Permission denied error messages. How do I exclude all \"permission denied: messages from the find command under Linux or Unix like operating systems?Read answer to: \"Linux / Unix Find Command: Avoid Permission Denied Messages\"    
~ read more ~

HowTo: Use pwd Command In Linux / UNI...

Mar 09, 2013 ~ Written by nixCraft
How do I use the pwd command in Linux or Unix like operating systems? How can I use pwd command in UNIX or Linux shell scripts for automation purpose?Read answer to: \"HowTo: Use pwd Command In Linux / UNIX\"    
~ read more ~

Updated Security Advisory: NetBSD-SA2...

Mar 07, 2013 ~ Written by netbsd.org news
~ read more ~
Page 1 of 17123456789...15...»Last »

Pages

  • About
  • Contact
  • Blog Submission
  • Book review – Absolute OpenBSD 2nd Edition
  • Book review – DNSSEC Mastery

 Subscribe in a reader

Categories

  • aboutBSD.net
  • alp's notes
  • blog.netbsd.org
  • blog.pcbsd.org
  • BSDTalk
  • chfl4gs
  • Dan Langille's Other Diary
  • dan.langille.org
  • DragonFlyBSD Digest
  • Dru Lavigne – A Year in the Life of a BSD Guru
  • FreeBSD
  • FreeBSD Foundation
  • freebsd.stokely.org
  • meetBSD: meet the BSD systems
  • Murray's FreeBSD Notes
  • NetBSD
  • NetBSD Blog
  • nixCraft : FreeBSD
  • Official PC-BSD Blog
  • OpenBSD
  • OpenBSD Journal
  • PC-BSD
  • PsyberMonkey
  • Takizo
  • The FreeBSD Diary
  • Uncategorized
  • Warner's Random Hacking Blog
  • www.alp-notes.blogspot.com
  • www.bsdimp.blogspot.com
  • www.bsdtalk.blogspot.com
  • www.cyberciti.biz
  • www.freebsd.org
  • www.freebsddiary.org
  • www.freebsdfoundation.org
  • www.meetbsd.org
  • www.netbsd.org
  • www.pcbsd.org
  • www.scratching.psybermonkey.net
  • www.shiningsilence.com/dbsdlog
  • www.systems.takizo.com
  • www.undeadly.org

Pure Line theme by Theme4Press  •  Powered by WordPress Blogging All About BSDs