Forgot your password?
typodupeerror
Australia

Tasmanian Cops Decline To "Censor Internet" 116

aesoteric writes "Tasmania's police force has taken the unusual step of asking the public to stop alerting it to every 'abusive or harassing' comment posted to Facebook or other social media sites. The force said it was 'increasingly receiving complaints' about material posted to the sites, but sought to clarify that 'the use of technology to undertake some conduct does not in itself create an offense.'"
User Journal

Journal Journal: NOOBS!

I just browsed a couple of forums that I'm on to see if I could help noobs with there constant problems. The things I do best are network and FreeBSD so I clicked my way into the network part of the forum.

User Journal

Journal Journal: The ports package collection part 2(portupgrade)

After using the ports p.c. for a while you might find a fun tool called
portupgrade. This fun little thing make ports so much easier :)
Just locate the portupgrade sysutil. in the ports tree.
(/usr/ports/sysutils/portupgrade) and make install, not war ;)
after the install you should now have access to the portinstall and portupgrade commands.
Exs: You want to install irssi.
User Journal

Journal Journal: FreeBSD is fun :) and some guides(Norwegian)

Well Well, i just had my exam in ICT. And i Passed with the highest grade possible :). The suprise was that i was the first intern ever(in norway) to use FreeBSD on one this test. And i have during my work with FreeBSD found and used some of nice security guides. Some of them are outdated and there mostly norwegian all of them. But non the less. http://www.skogsrud.net/filer

User Journal

Journal Journal: The ports package collection

## The ports package collection is a holly remarkable thing. It contains alot
## of useless junk that nobody needs. And alot of usefull programs and tools
## that everyone needs. The easyest way to update ports is with cvsup. And this
## is how we do it:

## Install and config
pkg_add -r cvsup
cp /usr/share/examples/cvsup/ports-supfile /root/
vi /root/ports-supfile

User Journal

Journal Journal: ZShell Config file

#### ZSH CONFIG FILE /etc/zshrc ####
## Tnx to FunKyMan\ and Polden ##
## They made this config not me ##
## i just use it :) ##
####################################

## Aliases
alias x=exit

## ZSH promt:
PS1="$(print '%{\e[1;31m%}%n%{\e[0m%}') at %m%# "
RPS1="[%B%~%b]"

User Journal

Journal Journal: How to change the sendmail on FreeBSD

To make the server send root's mail to an external address you have to edit /etc/mail/aliases.
Once the file has been saved you got to do:
# newaliases
# cd /etc/mail
# make

To create your own sendmail configure file:
1. cd /etc/mail/
2. make & make install
3. vi /etc/mail/.mc

User Journal

Journal Journal: I hate proxy @ work

I reacantly switched to a new form of income, since my internship as an Administrator ended september.1 :( Now I man the reseption desk at night in a local hotell. Just sitting there all night is an oky way to make money, but it gets VERY boring! So i figure that time will pass alot faster if i could SSH one of my servers to work with my PHP scripts.

Slashdot Top Deals

"Most of us, when all is said and done, like what we like and make up reasons for it afterwards." -- Soren F. Petersen

Working...