...
Volet |
---|
a) Check your home quota with the command: |
Volet |
---|
b) Find your large files and directories Start in your home directory and then descend into the large subdirectories until you find the big files. |
Volet |
---|
c) (Re)move files and directories This is a form of infinite compression ). . .)3. Use /extras/$USER Move large software directories like .local, .cache, .python, etc. to /extras/$USER/ to move directory abc : cd $HOME mv abc /extras/$USER/. # move the directory ln -s /extras/$USER/abc abc # create a "soft link" in $HOME cd $HOME/abc will still bring you to that directory but will not affect your HOME quota If you want to keep large files under your home because you would like them to get backed up, also checkout our big "Data backup": |
Cannot open window
A simple way to check if your display forwarding is okay is to execute the command:
xclock
If this opens a little window with a clock your setup is good.
If you do not get the little clock window check the following:
a) When using ssh make sure you used it either with the ' -Y ' key (plus -C for better compression)!
ssh -YC ...
b) Check your home quota with (see "Disk quota exceeded in your home" above for more info):
quota
If you are over quota in your home you cannot open any windows. To reduce the data in your home check point "Disk quota exceeded in your home" above.
...