Search results for "unix"
71.
Nautilus Delete Context Menu :)
Tutorials and Scripts
by
sysmod_linuxus
install xdotool
install nautilus-actions
find out your package from pkgs.org to your official repository
sudo apt install nautilus-actions
launch nautilus-actions
Click the Add icon
Context label: Delete
Tooltip: Delete files directly
In the Command tab, add the...
linux tutorial unix
5.0
Dec 02 2017
72.
How to reduce your PING?
Tutorials and Scripts
by
sysmod_linuxus
IN FIREFOX
You only need to disable telemetry pings.
type on address field
about:config
ON SEARCH
toolkit.telemetry.archive CHANGE to false
toolkit.telemetry.enabled CHANGE to false
toolkit.telemetry.unified CHANGE to false
telemetry collects data and sends to firefox servers for...
linux tutorial unix
5.0
Nov 26 2017
73.
How to put Systemback working on Mint 18.2 :)
Tutorials and Scripts
by
lisabonne_citadel
TESTED SEVERAL TIMES AND WITH SOME INFORMATION CORRECTED
FIRST MAKE A NEW CLEAN MINT INSTALL
SECOND WITH INTERNET DISCONNECTED GO TO STARTUP APPS AND DISABLE MINTUPDATE
NOW YOU CAN DO THE FOLLOWING
Casper xenial version is the problem.
You need to downgrade casper to 1.34...
linux tutorial unix
5.0
Nov 24 2017
74.
Karpuz
Tutorials and Scripts
by
sonakinci41
Python Text Editor
editor linux python python3 text tutorial unix
5.0
Jan 16 2020
75.
Close All Windows at once
Tutorials and Scripts
by
sysmod_linuxus
this script was taken from askubuntu and official manjaro forum.
This is great to close all windows opened but at the same time all you dont..
first check all windows you dont intend to be closed doing this in terminal
wmctrl -l
if you dont have wmctrl installed you can pick up on...
linux tutorial unix
5.0
Nov 17 2017
76.
How to disable DHCP NO AUTHENTICATED :)
Tutorials and Scripts
by
sysmod_linuxus
this is for debian or ubuntu or mint
GRAB YOUR NETWORK DEVICE ID WITH sudo ifconfig
go to etc/network/interfaces.txt
open with root access and add this entry to put static ip address on ipv4 and ipv6 connections
auto YOUR DEVICE ID
iface YOUR DEVICE ID inet static
...
linux tutorial unix
5.0
Nov 16 2017
77.
Avahi user :( -HOW TO DISABLE IT :)
Tutorials and Scripts
by
sysmod_linuxus
TYPE ON TERMINAL to make a list of all users of your system
cut -d: -f1 /etc/passwd
REMOVE NOW AVAHI USER
sudo deluser avahi
LIKE THIS SCREENSHOT i grab someone that make an login entry on my system
I HAD TO KILL 813 !!
sudo kill 813
then i did again sudo deluser avahi
and...
linux tutorial unix
5.0
Nov 13 2017
78.
Commercial 3D soft for Linux
Tutorials and Scripts
by
Markospoko
Commercial 3D soft - if you wonder if there's any great 3D app for Linux besides Blender, check .txt to learn something new
Don't be shy, give it a try, hesitation isn't good for you and you've got nothing to lose, trust me ;-).
3d commercial graphics linux modeler tutorial unix
5.0
Jan 10 2020
79.
I AM GROOT
Tutorials and Scripts
by
sasvi
Simple bash script which draws "groot" from "Marvel" in terminal.
[b]Installation:[/b]
Extract archive and move "groot" to "/usr/bin/" folder, so you can call it just typing "groot" in terminal.
You can add it into .bashrc as well to print this image on every terminal opening.
[b]My...
bash groot linux movie root terminal tutorial unix
5.0
Mar 16 2020
80.
Updater.sh
Tutorials and Scripts
by
Mike012
Updater.sh is a simple script designed to automate some of the terminal update processes in Debian derived distros. Simply place it it /usr/local/bin/ (create this folder if it doesn't exist) and type "sudo Updater.sh" in any terminal to use it.
DISCLAIMER: The series of commands that...
linux tutorial unix
5.0
Sep 23 2017