Search Results
| Search type | Search syntax |
|---|---|
| Tags | [tag] |
| Exact | "words here" |
| Author |
user:1234 user:me (yours) |
| Score |
score:3 (3+) score:0 (none) |
| Answers |
answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
| Views | views:250 |
| Code | code:"if (foo != bar)" |
| Sections |
title:apples body:"apples oranges" |
| URL | url:"*.example.com" |
| Saves | in:saves |
| Status |
closed:yes duplicate:no migrated:no wiki:no |
| Types |
is:question is:answer |
| Exclude |
-[tag] -apples |
| For more details on advanced search visit our help page | |
Results tagged with debian
Search options not deleted
user 276112
Debian GNU/Linux is a widespread Linux distribution focusing on stability, security, and the free software philosophy.
0
votes
1
answer
1k
views
Not able to activate tagged vlan on Debian Wheezy
I'm not able to get tagged vlan running on my box. Any idea?
$ ip link add link eth0 name eth0.666 type vlan id 666
$ ip addr add 10.10.10.10/24 dev eth0.666
I don't get any failure but interface …
0
votes
Accepted
Not able to activate tagged vlan on Debian Wheezy
Update: I was able to add an IP with ifconfig command:
ifconfig eth0.666 10.10.10.10/24
0
votes
Accepted
Is my server still vulnerable to Shell Shock?
However, Debian is in default settings not as much effected as other distributions as /bin/sh is linking to Dash on Debian and not to Bash as on most others. …