Skip to main content

米斯特周

Tag: Ubuntu

Ubuntu/linuxmint远程桌面Windows

Ubuntu/linuxmint远程桌面Windows

办公室的电脑使用Windows 10,有时候需要从家里的LinuxMint访问办公室的电脑,我百度了一下,发现很多人都是推荐rdesktop这个工具,但是这个工具是从命令行运行的,不是很喜欢,我想要带gui界面的,于是又搜索了一下Google,发现有人推荐Remmina

这个工具很不错,支持多种协议,只要有合适的插件,就能各种远程,例如VNC,SSH等等。

Ubuntu 11.10相关东西

主要是最近在用ubuntu和linux mint 12,所以把一些经常用到的东西记录一下,方便以后使用。

# 1.关闭IPv6

echo "#disable ipv6" | sudo tee -a /etc/sysctl.conf
echo "net.ipv6.conf.all.disable_ipv6 = 1" | sudo tee -a /etc/sysctl.conf
echo "net.ipv6.conf.default.disable_ipv6 = 1" | sudo tee -a /etc/sysctl.conf
echo "net.ipv6.conf.lo.disable_ipv6 = 1" | sudo tee -a /etc/sysctl.conf

Grub不能引导Windows[双硬盘]

我的系统两块硬盘,Primary Slave是一块IDE的硬盘,安装了Ubuntu 8.04,还有 一块SATA硬盘,安装了WINXP。前两天重新安装后,发现Ubuntu的grub竟然不能引导我的WINDOWS XP,这让我很纳闷,搜索了,但是没有找到答案。后来在社区有位兄弟给了我solution。 fdisk -l的显示如下: $ sudo fdisk -l Disk /dev/sda: 120.0 GB, 120034123776 bytes 255 heads, 63 sectors/track, 14593 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xf0b1ebb0 Device Boot Start End Blocks Id System /dev/sda1 * 1 243 1951866 82 Linux swap / Solaris /dev/sda2 244 14593 115266375 5 Extended /dev/sda5 244 14593 115266343+ 83 Linux Disk /dev/sdb: 250.0 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x1ba41ba3 Device Boot Start End Blocks Id System /dev/sdb1 * 1 3824 30716248+ 7 HPFS/NTFS /dev/sdb2 3825 30401 213479752+ f W95 Ext'd (LBA) /dev/sdb5 3825 14278 83971723+ 7 HPFS/NTFS /dev/sdb6 14279 30401 129507966 7 HPFS/NTFS * menu.