[Linux 服务器]
文章平均质量分 63
SoloLinux
专注Kernel,GPU Driver,ROCM,CPU, Power/Performance开
展开
-
ubuntu登陆login无法登陆用户解决方法
今天遇到一个ubuntu的问题。记录一下在登陆界面无法登陆。用户登陆失效。输入密码后返回登陆界面follow these commands:sudo apt-get updatesudo apt-get -d install --reinstall gdmsudo apt-get remove --purge gdmsudo apt-get install gdm原创 2012-08-20 16:56:17 · 4851 阅读 · 1 评论 -
samba permission configuration
配置预设值[homes] comment = Home Directories browseable = yes create mask = 0755 valid users = root# write list = root, @lpadmin,yuanwei通过valid users = root 或者valid users = user1 ,这样就控制了访问共原创 2016-03-27 16:03:23 · 753 阅读 · 0 评论 -
Ubuntu的启动配置文件grub.cfg(menu.lst)设置指南
一、grub.cfg详解(红色为说明)说明:grub.cfg默认为只读,需要个性化配置文件的,建议不要直接修改grub.cfg,请参考链接的pdf文档和google文档。set default=0#默认为0insmod jpeg#添加jpg支持,如要使用png或tga文件做背景,加上 insmod png或insmod tgainsmod ext2#除了用作启动转载 2016-03-27 10:09:34 · 3108 阅读 · 0 评论 -
problem with apt-get update ubuntu 11.10
现象1:W: GPG error: http://archive.ubuntu.com oneiric-backports InRelease: File /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric-backports_InRelease doesn't start with a clearsigned me原创 2012-02-19 23:39:25 · 2181 阅读 · 1 评论 -
yum 无法使用解决方法
今天安装了 fedora14,没有手动安装,出现个问题。yum 不能使用。解决方法为把你的fedora.repo 和其他repo 里面的https,变为http,并把红色的加到host里面,一般就可以解决了。 参照了国外一些朋友的解决方法。http://fedoraforum.org/forum/showthread.php?t=223472&page=3原创 2012-02-08 00:05:49 · 3495 阅读 · 0 评论 -
Ubuntu Extras repository
trangely, the new Ubuntu Extras repository has been added to the Ubuntu 10.10 Maverick Meerkat sources.list by default, yet the repository key has not been imported so if you're using Ubuntu 10.10, yo原创 2012-02-20 00:36:23 · 925 阅读 · 0 评论 -
使用git管理github项目
http://progit.org/book/zh/ Git是一个分布式的版本控制系统,最初由Linus Torvalds编写,用作Linux内核代码的管理。在推出后,Git在其它项目中也取得了很大成功,尤其是在Ruby社区中。目前,包括Rubinius和Merb在内的很多知名项目都使用了Git。Git同样可以被诸如Capistrano和Vlad the Deployer这样的部署原创 2012-03-03 23:17:38 · 732 阅读 · 0 评论 -
利用samba和mount命令 进行文件共享
samba可以在windows 和linux, linux 和linux机器之间进行共享安装命令 第一步sudo apt-get install samba sudo apt-get install smbfs 第二步 备份并编辑samba配置文件: /etc/samba/smb.conf将文件中 将 #security = user 打开 增加用户转载 2012-03-27 13:01:29 · 1165 阅读 · 0 评论 -
shell sed 替换某行内容
#!/bin/bash -x tt=" ./kernel-tests/socinfo/Android.mk"#for a in `grep -rsn LOCAL_MODULE_TAGS . | awk -F ":=" '{print $2 }' `#grep -rsn LOCAL_MODULE_TAGS . > ../new.txt sed -i "s/\(^LOCA原创 2013-01-07 12:10:33 · 6096 阅读 · 0 评论 -
更换RAID1硬盘过程记录
更换RAID1硬盘过程记录公司一RAID1代码服务器其中一块硬盘坏了,今天下午买了一块新盘,就更换记录说明一下,记录主要操作。1. 插上全新硬盘,没有分区的,重新开机。看是否识别到新硬盘。#ls /devSudo fdisk –l /dev/sda看其中sda的分区情况要把新硬盘的分区设置原创 2012-11-21 21:06:45 · 12712 阅读 · 0 评论 -
mantis+testlink bug系统的整合配置
上午公司的同事说我们新搭建的bug 系统在testlink 分配测试用例的时候显示有错误.原因在于配置没有弄好.重新配置了一下就解决了这个问题,在testlink 和mantis 的连接过程中,要配置数据库连接 才能正常显示.TestLink提供了与bugzilla、mantis等工具整合的功能。TestLink和Mantis安装在同一台服务器上:Mantis的原创 2013-08-15 13:30:56 · 2990 阅读 · 1 评论 -
ssh 密匙生成与添加
生成公开密匙文件git@android:~$ ssh-keygen -t rsaGenerating public/private rsa key pair.Enter file in which to save the key (/home/git/.ssh/id_rsa): Created directory '/home/git/.ssh'.Enter passphr原创 2012-08-02 00:09:37 · 1061 阅读 · 0 评论 -
重新安装apahce2 服务器
/etc/init.d/apache2: 51: .: Can't open /etc/apache2/envvarsroot@msm:/etc# sudo dpkg --get-selections | grep apacheapache2 installapache2-mpm-worker install原创 2012-07-30 13:51:55 · 1325 阅读 · 0 评论 -
gitolite push fail solutions
在提交代码中遇到无法提交的问题:现象:yuanwei@ubuntu:~/s400_d$ lsdefault.xmlyuanwei@ubuntu:~/s400_d$ git push --allfatal: remote error: access denied or repository not exported: /s400_d.git yuanwei@ubu原创 2012-07-15 17:25:46 · 2139 阅读 · 0 评论 -
ssh 客户端配置文件
yuanwei@msm:~$ cat ~/.ssh/config 当前用户的配置文件host gitolite 登陆的主机user yuanwei 登陆使用的用户名hostname 192.168.10.174 登陆的服务器地址port 22 端口22identityfile ~/.ssh/id_rsa.pub 认证的当前身份yuanw ei@msm:~$ yuan原创 2012-07-19 20:20:36 · 1196 阅读 · 0 评论 -
gerrit配置安装
root@msm:/etc/apache2# cat httpd.conf ServerName 192.168.10.174:8080 ProxyRequests Off ProxyVia Off ProxyPreserveHost On Order deny,allow Allow from all原创 2012-07-30 16:40:33 · 1046 阅读 · 0 评论 -
RHEL8 配置samba 服务
记录简答配置的SMB服务#cp smb.conf.example smb.conf#============================ Share Definitions ==============================[homes] comment = Home Directories browseable = no writable = y...原创 2019-06-07 22:28:47 · 1384 阅读 · 0 评论