Search results for "linux"
81.
BleachBit
Tutorials and Scripts
by
Hemoo023
BleachBit is a free and open-source disk space cleaner, privacy manager, and computer system optimizer.
To install it type:
sudo ./install.sh
And you are done
Enjoy!
linux tutorial unix
4.7
Mar 02 2018
82.
PopcornTime
Tutorials and Scripts
by
Hemoo023
This is a easy way of installing Popcorntime with a clickable icon
just do
sudo ./popcorntime.sh and it will install it for you !
linux tutorial unix
5.8
Feb 27 2018
83.
Blurry sierra dock trick
Tutorials and Scripts
by
Hemoo023
This is just a wallpaper with a blurred empty dock shaped box , This works mainly for dash to dock other than plank, but plank and docky will work too
Settings i recommend to get the best out of this effect
set it as a wallpaper
Go to dash to dock settings and adjust the following and go...
linux tutorial unix
5.0
Jan 07 2018
84.
Karpuz
Tutorials and Scripts
by
sonakinci41
Python Text Editor
editor linux python python3 text tutorial unix
5.0
Jan 16 2020
85.
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
86.
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
87.
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
88.
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
89.
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
90.
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