BSDNews
Welcome, please Login or Register
Blogs
MAD
Source: www.freebsdblog.org - Indexed: 589 day(s) 16 hour(s) 47 minute(s) ago
I found I couldn't access my server, at first I thought it was a network or power outage of my ISP. I opened a support ticket and a reboot brought it back, I realized it's my server's problem, checked the system logs, there is absolutely nothing between the reboot and... ...
SSH Copy
Source: www.freebsdblog.org - Indexed: 590 day(s) 16 hour(s) 47 minute(s) ago
Copy a local file to remote host with ssh port 123 # scp -P 123 /backup/localefile username@remotehost.com:/backup/ Copy file from remote host # scp -P 123 username@remotehost.com:/backup/remotefile /backup/... ...
Signal 11 revisited
Source: www.freebsdblog.org - Indexed: 590 day(s) 16 hour(s) 47 minute(s) ago
Just after I moved to a new server, I saw the familiar signal 11 messages again: kernel: pid 89410 (httpd), uid 80: exited on signal 11 It didn't happen frequently - only several times per day. I didn't take it too seriously until I saw disk read error messages two... ...
Add additional IPs
Source: www.freebsdblog.org - Indexed: 590 day(s) 16 hour(s) 47 minute(s) ago
I made some mistakes when adding additional IPs for my new server and was locked out twice. Here are some tips to avoid those errors. Usually, ISP will add all IPs for you. I didn't have to do it by myself until this month. Anyway, they must have made the... ...
Easy Bind Configuration
Source: www.freebsdblog.org - Indexed: 590 day(s) 16 hour(s) 47 minute(s) ago
Bind configuration has never been easier, I installed bind 9.6, only commented the following line in /etc/named/named.conf. listen-on { 127.0.0.1; }; Then I added my zone files and it's ready. Although I'm still seeing the message "the working directory is not writable", moreover, not only # rndc re...
MySQL Optimization
Source: www.freebsdblog.org - Indexed: 590 day(s) 16 hour(s) 47 minute(s) ago
I only optimized MySQl on a VPS several years ago, it seems that my server never had to. I was just aware of those my.cnf examples coming along with the installation. There are 5 example files under /usr/local/share/mysql/: my-huge.cnf my-large.cnf my-medium.cnf my-small.cnf my-innodb-heavy-4G.cnf.....
Another Hack on Third-party Script
Source: www.freebsdblog.org - Indexed: 648 day(s) 16 hour(s) 47 minute(s) ago
PHPClassifieds 7.5 has a SQL injection vulnerability, the detailed how-to was posted publicly, which caused many classifieds websites hacked. The fix is here. Other scripts on my server have been hacked too before, such as phpBB and AwStats, this is probably the only security problem happened to man...
Unix Shells by Example
Source: www.freebsdblog.org - Indexed: 669 day(s) 16 hour(s) 47 minute(s) ago
Today I started reading UNIX Shells by Example, I have to say this is a great book, at least for beginners like me. Get your copy if you are really serious about FreeBSD. Sooner or later, you will find it is very helpful to write your own scripts. Shell is... ...
vi Commands
Source: www.freebsdblog.org - Indexed: 670 day(s) 16 hour(s) 47 minute(s) ago
Condensed version for my own reference, only those I didn't use but will make life easier. j or <Return> move cursor down one line k move cursor up one line h or <Backspace> move cursor left one character l or <Space> move cursor right one character 0(zero) move cursor to... ...
Install via Port
Source: www.freebsdblog.org - Indexed: 671 day(s) 16 hour(s) 47 minute(s) ago
A visitor followed a post to install AwStats, this post is three years old, it's absolutely not recommended. Ports are changing very quickly. Even if the program itself doesn't change much, the post-installation configuration has very probably changed many times. I would install a program via port l...
Page: « 1 2 - 3 - 4 - »
ABOUT
BSD news - freebsd , openbsd , netbsd , pcbsd
CATEGORIES...

POPULAR...
No recent popular news was found...
MOST SEARCHED...