Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
aims-desktop
aims-desktop-website
Commits
8d625863
Commit
8d625863
authored
Jun 05, 2017
by
Jonathan Carter
Browse files
Update content
parent
4dd54339
Changes
4
Hide whitespace changes
Inline
Side-by-side
content/tips-tricks/index.md
View file @
8d625863
...
...
@@ -18,12 +18,18 @@ For example, if you want to install the program "meld", you would use `apt insta
```
$ sudo apt install meld
The following NEW packages will be installed:
meld
Do you want to continue? [Y/n] y
```
If you would like to remove that package, you can use
`apt remove`
:
```
$ sudo apt remove meld
The following packages will be REMOVED:
meld
Do you want to continue? [Y/n] y
```
APT's remove tool plays it safe, and doesn't automatically remove configuration
...
...
@@ -33,8 +39,14 @@ any data in your home directory.
```
$ sudo apt purge meld
The following packages will be REMOVED:
meld*
Do you want to continue? [Y/n] y
```
You will notice an asterisk next to the package name, this indicates that the
package will be purged, as apposed to a normal removal.
## Connecting to remote servers via SSH
<p><span
style=
"color: #424242;"
><b>
Introduction:
</b>
Servers that you
...
...
public/index.xml
View file @
8d625863
...
...
@@ -182,11 +182,17 @@ your computer, there is at least one package. Packages can be installed, removed
<
p
>
For example, if you want to install the program
&
ldquo;meld
&
rdquo;, you would use
<
code
>
apt install
<
/code
>
:
<
/p
>
<
pre
><
code
>
$ sudo apt install meld
The following NEW packages will be installed:
meld
Do you want to continue? [Y/n] y
<
/code
><
/pre
>
<
p
>
If you would like to remove that package, you can use
<
code
>
apt remove
<
/code
>
:
<
/p
>
<
pre
><
code
>
$ sudo apt remove meld
The following packages will be REMOVED:
meld
Do you want to continue? [Y/n] y
<
/code
><
/pre
>
<
p
>
APT
&
rsquo;s remove tool plays it safe, and doesn
&
rsquo;t automatically remove configuration
...
...
@@ -195,8 +201,14 @@ like to remove that as well, you can use the purge command. This does not affect
any data in your home directory.
<
/p
>
<
pre
><
code
>
$ sudo apt purge meld
The following packages will be REMOVED:
meld*
Do you want to continue? [Y/n] y
<
/code
><
/pre
>
<
p
>
You will notice an asterisk next to the package name, this indicates that the
package will be purged, as apposed to a normal removal.
<
/p
>
<
h2 id=
"
connecting-to-remote-servers-via-ssh
">
Connecting to remote servers via SSH
<
/h2
>
<
p
><
span style=
"
color: #424242;
"><
b
>
Introduction:
<
/b
>
Servers that you
...
...
public/tips-tricks/index.html
View file @
8d625863
...
...
@@ -269,11 +269,17 @@ your computer, there is at least one package. Packages can be installed, removed
<p>
For example, if you want to install the program
“
meld
”
, you would use
<code>
apt install
</code>
:
</p>
<pre><code>
$ sudo apt install meld
The following NEW packages will be installed:
meld
Do you want to continue? [Y/n] y
</code></pre>
<p>
If you would like to remove that package, you can use
<code>
apt remove
</code>
:
</p>
<pre><code>
$ sudo apt remove meld
The following packages will be REMOVED:
meld
Do you want to continue? [Y/n] y
</code></pre>
<p>
APT
’
s remove tool plays it safe, and doesn
’
t automatically remove configuration
...
...
@@ -282,8 +288,14 @@ like to remove that as well, you can use the purge command. This does not affect
any data in your home directory.
</p>
<pre><code>
$ sudo apt purge meld
The following packages will be REMOVED:
meld*
Do you want to continue? [Y/n] y
</code></pre>
<p>
You will notice an asterisk next to the package name, this indicates that the
package will be purged, as apposed to a normal removal.
</p>
<h2
id=
"connecting-to-remote-servers-via-ssh"
>
Connecting to remote servers via SSH
</h2>
<p><span
style=
"color: #424242;"
><b>
Introduction:
</b>
Servers that you
...
...
public/tips-tricks/index.xml
View file @
8d625863
...
...
@@ -30,11 +30,17 @@ your computer, there is at least one package. Packages can be installed, removed
<
p
>
For example, if you want to install the program
&
ldquo;meld
&
rdquo;, you would use
<
code
>
apt install
<
/code
>
:
<
/p
>
<
pre
><
code
>
$ sudo apt install meld
The following NEW packages will be installed:
meld
Do you want to continue? [Y/n] y
<
/code
><
/pre
>
<
p
>
If you would like to remove that package, you can use
<
code
>
apt remove
<
/code
>
:
<
/p
>
<
pre
><
code
>
$ sudo apt remove meld
The following packages will be REMOVED:
meld
Do you want to continue? [Y/n] y
<
/code
><
/pre
>
<
p
>
APT
&
rsquo;s remove tool plays it safe, and doesn
&
rsquo;t automatically remove configuration
...
...
@@ -43,8 +49,14 @@ like to remove that as well, you can use the purge command. This does not affect
any data in your home directory.
<
/p
>
<
pre
><
code
>
$ sudo apt purge meld
The following packages will be REMOVED:
meld*
Do you want to continue? [Y/n] y
<
/code
><
/pre
>
<
p
>
You will notice an asterisk next to the package name, this indicates that the
package will be purged, as apposed to a normal removal.
<
/p
>
<
h2 id=
"
connecting-to-remote-servers-via-ssh
">
Connecting to remote servers via SSH
<
/h2
>
<
p
><
span style=
"
color: #424242;
"><
b
>
Introduction:
<
/b
>
Servers that you
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment