use
stty -echo
to hide keyboard input on terminal, stty echo
to undo hide.Source: Read in passwords with bash
It's just a name.
stty -echo
to hide keyboard input on terminal, stty echo
to undo hide.
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
hosts: files dns mdns4
ubuntu@ubuntu:/media/disk-1$ sudo find | wc -l
209893
ubuntu@ubuntu:/media/disk-1$ sudo find -size +1k | wc -l
125940
ubuntu@ubuntu:/media/disk-1$ sudo find -size +2k | wc -l
101253
ubuntu@ubuntu:/media/disk-1$ sudo find -size +3k | wc -l
88251
ubuntu@ubuntu:/media/disk-1$ sudo find -size +4k | wc -l
58733
ubuntu@ubuntu:/media/disk-1$ sudo find -size +5k | wc -l
53168
...
size | "/" | "/home" |
---|---|---|
All | 209893 | 86567 |
≤1KiB | 83953 | 17953 |
>1KiB, ≤2KiB | 24687 | 5951 |
>2KiB, ≤3KiB | 13002 | 4934 |
>3KiB, ≤4KiB | 29518 | 6902 |
>4KiB, ≤5KiB | 5565 | 2536 |
>5KiB, ≤6KiB | 4210 | 1860 |
>6KiB, ≤7KiB | 3394 | 1429 |
>7KiB, ≤8KiB | 2895 | 1232 |
>8KiB, ≤9KiB | 2609 | 1054 |
>9KiB, ≤10KiB | 2787 | 955 |
>10KiB, ≤11KiB | 2285 | 767 |
>11KiB, ≤12KiB | 2133 | 878 |
>12KiB, ≤13KiB | 1793 | 803 |
>13KiB, ≤14KiB | 1509 | 852 |
>14KiB, ≤15KiB | 1313 | 942 |
>15KiB, ≤16KiB | 1388 | 1110 |
>16KiB, ≤32KiB | 10696 | 14588 |
>32KiB, ≤64KiB | 7938 | 10158 |
>64KiB, ≤128KiB | 3924 | 3666 |
>128KiB | 2097 | 7997 |
mkfs.ext3 -c -b 4096 -i 10000 -I 256 /dev/sda3
mkfs.ext3 -c -b 4096 -i 200000 -I 256 /dev/sda4
ext3 -c -b 4096 -i 200000 -I 256 /dev/sda4;
mke2fs 1.40-WIP (14-Nov-2006)
Warning: 256-byte inodes not usable on older systems
warning: 380 blocks unused.
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
2000176 inodes, 4882432 blocks
244140 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
149 block groups
32768 blocks per group, 32768 fragments per group
13424 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000
Checking for bad blocks (read-only test): done
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 31 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
mke2fs 1.40-WIP (14-Nov-2006)
Warning: 256-byte inodes not usable on older systems
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
691488 inodes, 33709204 blocks
1685460 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
1029 block groups
32768 blocks per group, 32768 fragments per group
672 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872
Checking for bad blocks (read-only test): done
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 38 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
Playing violent video games is not a cause of real world violence.
Exclusively playing violent M-rated games and for 15 hours or more a week is a risk marker - associated with statistically significant risk of getting in trouble. This is true for both boys and girls.
But for boys, not playing any video games at all is also a risk marker. The researchers suppose that playing video games is a sign of social competence for boys and not playing at all is a sign that something is wrong.
create user testuser identified by "pass";
create role testrole1;
create role testrole2;
create role testrole3;
grant testrole1 to testuser;
grant testrole2 to testrole1;
grant testrole3 to testrole2;
grant select on testschema.testview1 to testrole1;
grant select on testschema.testview2 to testrole2;
grant select on testschema.testview3 to testrole3;
launch gstreamer-properties from terminal
change the video output plugin to custom
change the video output pipeline to:ffmpegcolorspace ! video/x-raw-yuv,format=(fourcc)YV12 ! xvimagesink