Create a mounted loopback file system as ~/loopback.img, mounted to/mnt. Then copied hello.c to our mount point, unmounted it, and gzipped the image =D
# dd if=/dev/zero of=loopback.img bs=1000 count=400
400+0 records in
400+0 records out
400000 bytes (390.6KB) copied, 0.129992 seconds, 2.9MB/s
# mkfs.ext2 -F loopback.img
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
48 inodes, 390 blocks
19 blocks (5%) reserved for the super user
First data block=1
Maximum filesystem blocks=262144
1 block groups
8192 blocks per group, 8192 fragments per group
48 inodes per group
# mount -o loop loopback.img/mnt
# cp hello.c/mnt && ls -al/mnt
drwxr-xr-x 3 root root 1024 May 17 14:21 .
drwxr-xr-x 13 root root 1024 May 16 16:33..
-rw-r--r-- 1 root root 166 May 17 14:21 hello.c
drwxr-xr-x 2 root root 12288 May 17 14:19 lost+found
# umount/mnt
# gzip loopback.img # ls -lh
-rwxr-xr-x 1 root root 1.9K May 17 14:14 a.out
-rw-r--r-- 1 root root 166 May 15 22:15 hello.c
-rw-r--r-- 1 root root 905 May 17 14:23 loopback.img.gz
Not every second, third, or even tenth person can afford an SSD. When it's a choice between 250GB or 2TB, guess which wins? Better use a 10500 rpm Raptor drive.
Since I ran #! on the netbook, I chose it for my desktop as well! I partitioned for 2 others, so I'm looking at openSuse and CentOS to play around in. My first tri-boot!
Boot times don't worry me (for the desktop), what does concern me is system stability, something universal in the *nix world anyways. For the netbook I'd opt for a lighter distro anyway, making boot time moot once again.
I'm still on 10.10, considering a new distro this weekend.
Not available in my country either (South Africa). I meant Google Chat which supports voice/video over the net, whereas Voice is net-to-land. Sorry for confusion.
Not used this myself, but heard on the FOSS weekly podcast about http://www.jitsi.org/:-)
When I want to comment on news sites, I count to 3 and rethink if I _really_ need to comment. 70% of those would-be comments were useless.
User moderation rocks if users are involved and passionate to improve the site. I find a lot of people just don't care when they comment, they use cryptic grammar, incomplete thoughts, and spelling that can only be explained by poor focus/intention, a bad crack habit or too much sugary snacks.
Without that focus, ninety percent of commenters post 70% of useless comments.* While that happens, comment systems will suffer.
The fantasy of having your own currency (points) is alluring to people, in thought, but the reality is less fun. With so many monetaries for each network, don't you get confused between their value systems?
I hate it when companies try to be clever by making something complicated.
Once more, Linus Torvalds had a surprising but wise answer. He stated that Microsoft and its programs were of no particular interest to him, since he didn't use Windows himself. He had worked on Linux for his own amusement, not because he had an axe to grind with Microsoft or anybody else.
One user account in one RA was compromised. The attacker created himself a new userID (with a new username and password) on the compromised user account.
(6) capture sound and video, great fun making game videos!
shameless self promotion -- sadly youtube compression kills the retro pixelation :(
Heck, you can even surf the internet in Power Point. (ep#2)
"this will be the first full-bodied version of Windows that won't (initially) be susceptible to viruses and malware"
So it's Windows without a purpose.
Create a mounted loopback file system as ~/loopback.img, mounted to /mnt. Then copied hello.c to our mount point, unmounted it, and gzipped the image =D
# dd if=/dev/zero of=loopback.img bs=1000 count=400
400+0 records in
400+0 records out
400000 bytes (390.6KB) copied, 0.129992 seconds, 2.9MB/s
# mkfs.ext2 -F loopback.img
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
48 inodes, 390 blocks
19 blocks (5%) reserved for the super user
First data block=1
Maximum filesystem blocks=262144
1 block groups
8192 blocks per group, 8192 fragments per group
48 inodes per group
# mount -o loop loopback.img /mnt
# cp hello.c /mnt && ls -al /mnt ..
drwxr-xr-x 3 root root 1024 May 17 14:21 .
drwxr-xr-x 13 root root 1024 May 16 16:33
-rw-r--r-- 1 root root 166 May 17 14:21 hello.c
drwxr-xr-x 2 root root 12288 May 17 14:19 lost+found
# umount /mnt
# gzip loopback.img
# ls -lh
-rwxr-xr-x 1 root root 1.9K May 17 14:14 a.out
-rw-r--r-- 1 root root 166 May 15 22:15 hello.c
-rw-r--r-- 1 root root 905 May 17 14:23 loopback.img.gz
It sports tab completion and vi!
Here are some more stats for geeks
~ # cat /proc/version
Linux version 2.6.20 (bellard@voyager) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-9)) #3 Sat May 14 19:08:30 CEST 2011
~ # df -h /tmp
Filesystem Size Used Available Use% Mounted on
dev/root 2.0M 1.4M 441.0K 77% /
tmpfs 14.9M 0 14.9M 0%
Is this a /. bug? Had to remove the leading slash from /dev/root otherwise the line did not start on a new line. WTF?
... and kmem Russian Roulette http://bash.org/?926695
Not every second, third, or even tenth person can afford an SSD. When it's a choice between 250GB or 2TB, guess which wins? Better use a 10500 rpm Raptor drive.
Because crop circles are made by cows rolling in the fields.
Since I ran #! on the netbook, I chose it for my desktop as well! I partitioned for 2 others, so I'm looking at openSuse and CentOS to play around in. My first tri-boot!
Excellent link, thanks!
Boot times don't worry me (for the desktop), what does concern me is system stability, something universal in the *nix world anyways.
For the netbook I'd opt for a lighter distro anyway, making boot time moot once again.
I'm still on 10.10, considering a new distro this weekend.
*Hugs his DRM free games* :D
Not available in my country either (South Africa). I meant Google Chat which supports voice/video over the net, whereas Voice is net-to-land. Sorry for confusion.
Not used this myself, but heard on the FOSS weekly podcast about http://www.jitsi.org/ :-)
It also works via Empathy
Only net-to-land calls that are restricted to certain countries, net-to-net work internationally.
Very. At 29.793611s 29.339167e (Google maps) it's spectacular.
When I want to comment on news sites, I count to 3 and rethink if I _really_ need to comment. 70% of those would-be comments were useless.
User moderation rocks if users are involved and passionate to improve the site. I find a lot of people just don't care when they comment, they use cryptic grammar, incomplete thoughts, and spelling that can only be explained by poor focus/intention, a bad crack habit or too much sugary snacks.
Without that focus, ninety percent of commenters post 70% of useless comments.* While that happens, comment systems will suffer.
(* figures for an imaginative example)
The fantasy of having your own currency (points) is alluring to people, in thought, but the reality is less fun. With so many monetaries for each network, don't you get confused between their value systems?
I hate it when companies try to be clever by making something complicated.
The device connects via your TiSP wireless router, of course!
Nothing wrong with single player games, IMHO. Aside, Quake ended with Q2.
Once more, Linus Torvalds had a surprising but wise answer. He stated that Microsoft and its programs were of no particular interest to him, since he didn't use Windows himself. He had worked on Linux for his own amusement, not because he had an axe to grind with Microsoft or anybody else.
A fair assumption but the reality is different. :-)
... or ill tempered sea bass with frikken hello kitty laser pointers attached to their heads.
He forgot to thank the person responsible for encrypting their drives and covering their trac... oh wait. Never mind.
BWHA HA HA HA!
You only need 3 steps to profit
One user account in one RA was compromised.
The attacker created himself a new userID (with a new username and password) on the compromised user account.
In lay terms, a sales rep login was compromised, and used to issue the certs. And we all know what sales guys are like, don't we. ;-D