在Linux下载windows共享文件夹
# mount -t cifs //10.200.106.252/updatepack /home/rory/release -o "username=aaa,password=aaa,uid=1000,isocharset=cp936"
也有很多朋友不会的.我这里就不多写了.你可以到这里看.莫多泡泡
相信你看完之后你就会了.
在Linux下载windows共享文件夹
# mount -t cifs //10.200.106.252/updatepack /home/rory/release -o "username=aaa,password=aaa,uid=1000,isocharset=cp936"
也有很多朋友不会的.我这里就不多写了.你可以到这里看.莫多泡泡
相信你看完之后你就会了.
Jeffrey Orloff, IT/安全主管, SafeWave, LLC
2008 年 12 月 15 日
虽 然 GNU/Linux® 被誉为比 Microsoft® Windows® 安全得多的操作系统,但是仍然需要保证 Linux 桌面的安全。本教程指导您完成安装反病毒软件、创建备份恢复计划以及使用防火墙的步骤。完成本教程后,您将获得使 Linux 桌面免受大部分攻击的知识和工具,防止计算机的非法访问。
为了充分利用本教程,请使用运行 GNU/Linux 的机器或运行 GNU/Linux 的虚拟机实践本教程为每个任务提供的步骤。
关于本教程
Ubuntu 堆出第三个测试版本.Ubuntu 9.04 “Jaunty Jackalope”:更新特点;更新安装包;更新用户的视频驱动的;一个新的风格的设置简单的菜单.并在任务栏里显示;内核基于2.6.28 kernel based on 2.6.28-rc8;ext4安装支持-支持选择安装新的ext4文件系统, ext3可能仍是默认Jaunty.
相关下载系统如下:
Download (MD5): jaunty-desktop-i386.iso (691MB, torrent), jaunty-desktop-amd64.iso (697MB, torrent).
也可以下载测试版3 CD/DVD 镜像下载 for Kubuntu (download, release notes), Xubuntu (download), Ubuntu Studio (download) and Mythbuntu (download).
对所有的Linux系统和网络管理员来说,一个最基本的技巧是知道如何从头开始编写一个强健的iptables防火墙,并且知道如何修改它,使其适应多种不同的情况。然而,在现实世界中,这看起来似乎少之又少。对iptables的学习并非是一个简单的过程,不过笔者在这里向您推荐外网上如下资料,这样使用起来你就得心应手了。 阅读更多 »
之前公司使用一台机器托管在机房,想想这台机器也用了有一定的年头了少算也有四年了吧.现在主机好像给挂了.合同也到了只好把它下架了.上面的要求把这两台硬盘挂在一台面器上吧.还好之前我安装了一台linux这下子可以再挂两个.接通电源正常启动.接下来的任务就是要读取数据了.那当然就得用mount.
[root@ptubuntu mnt]# fdisk -l
Disk /dev/hda: 20.4 GB, 20491075584 bytes
255 heads, 63 sectors/track, 2491 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 2491 19904535 8e Linux LVM
Disk /dev/hdc: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 13 104391 83 Linux
/dev/hdc2 14 78 522112+ 82 Linux swap
/dev/hdc3 79 8816 70187985 83 Linux
/dev/hdc4 8817 9729 7333672+ f W95 Ext’d (LBA)
/dev/hdc5 8817 8946 1044193+ 83 Linux
/dev/hdc6 8947 9468 4192933+ 83 Linux
/dev/hdc7 9469 9729 2096451 83 Linux
Disk /dev/hdd: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdd1 * 1 13 104391 83 Linux
/dev/hdd2 14 535 4192965 83 Linux
/dev/hdd3 536 796 2096482+ 83 Linux
/dev/hdd4 797 9729 71754322+ 5 Extended
/dev/hdd5 797 927 1052226 83 Linux
/dev/hdd6 928 992 522081 82 Linux swap
/dev/hdd7 993 9729 70179921 83 Linux
查出来有两个更盘呀……现在就指定某一个硬盘的分区.
挂载出错:
[root@ptubuntu hdc]# mount /dev/hdc4 /mnt/hdc/
mount: error while guessing filesystem type
mount: you must specify the filesystem type
挂载:错误而猜测文件类型
安装:您必须指定文件类型
解决: 阅读更多 »