Posts in category NetBSD
NetBSD 6.1 (and 6.0.2!) Released
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 [...]
scp: Do not Overwrite Existing File O...
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...)
NetBSD 6.1 Release Candidate 4
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 [...]
NetBSD 6.1 Release Candidate 4
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 [...]
Vi / Vim: Wipe and Undo All Changes S...
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...)
A Rump Kernel Hypervisor for the Linu...
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 [...]
A Rump Kernel Hypervisor for the Linu...
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 [...]
SSH: WARNING: UNPROTECTED PRIVATE KEY...
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: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ [...]
pointers to rpi docs 2013Q1
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 [...]
pointers to rpi docs 2013Q1
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 [...]
Linux / Unix Bash Shell List All Buil...
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\"
NetBSD 6.1 Release Candidate 2
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 [...]
NetBSD 6.1 Release Candidate 2
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 [...]
Linux / Unix Find Command: Avoid Perm...
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\"
HowTo: Use pwd Command In Linux / UNI...
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\"